alphadeity
Verified User
- Joined
- Jun 16, 2010
- Messages
- 48
I am trying to create additional administrators, but I get the following error. I would consider myself having medium experience with linux. Below is the error.
I have quota installed and configured.
I run
and get
My fstab is
I'm using centos 5.5 x64
I don't understand why I am having this issue. I can only assume that I need to edit my fstab, but everything looks to be okay. Any suggestion?
Code:
setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
I have quota installed and configured.
I run
/sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
and get
Code:
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
My fstab is
LABEL=/ / ext3 defaults,usrquota,grpquota 1 1
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
I'm using centos 5.5 x64
I don't understand why I am having this issue. I can only assume that I need to edit my fstab, but everything looks to be okay. Any suggestion?