hi,
i have a problem with my server's quota system.
when i create a new user i get this message:
my /etc/fstab
i don't have "/home" mount point, and i don't want one.
just want to set quota on the main mount point "/"
Thanks!
i have a problem with my server's quota system.
when i create a new user i get this message:
Error with system Quotas
setquota: Mountpoint (or device) /home not found. setquota: Not all specified mountpoints are using quota.
my /etc/fstab
LABEL=/ / ext3 defaults,usrquota,grpquota,noatime 1 1
LABEL=/boot /boot ext2 defaults 1 2
tmpfs /dev/shm tmpfs defaults,noatime 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-sda3 swap swap defaults,noatime 0 0
/dev/tmp /tmp ext2 loop,noexec,nosuid,rw,noatime 0 0
/dev/Vtmp /var/tmp ext2 loop,noexec,nosuid,rw,noatime 0 0
/dev/Dshm /dev/shm ext2 loop,noexec,nosuid,rw,noatime 0 0
i don't have "/home" mount point, and i don't want one.
just want to set quota on the main mount point "/"
Thanks!