Hi All,
I received this error when i add new user on server have just installed DA.
I cant run command : quotaon -a
If i change quota_partition=/ to quota_pertion=/dev/sda3 in directadmin.conf, I dont see any error when add user. But DA cant count Disk usage for user.
I dont know why quota cant be enabled on this server. Can everybody help me?
Thanks All !
I received this error when i add new user on server have just installed DA.
Code:
Details
Unix User created successfully
Error with system Quotas
setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
Debug Guide
User's data directory created successfully
Domains directory created successfully
Domains directory created successfully in user's home
Domain Created Successfully
User added to ssh config file.
I cant run command : quotaon -a
Code:
[root@server ~]# quotaon -a
quotaon: using //aquota.group on /dev/sda3 [/]: No such device
quotaon: using //aquota.user on /dev/sda3 [/]: No such device
Code:
[root@server ~]# cat /etc/fstab
LABEL=/ / ext3 defaults,usrquota,grpquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
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
Code:
[root@linux ~]# df -a
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 463718828 24643928 415139256 6% /
proc 0 0 0 - /proc
sysfs 0 0 0 - /sys
devpts 0 0 0 - /dev/pts
/dev/sda1 194442 17415 166988 10% /boot
tmpfs 2052384 0 2052384 0% /dev/shm
none 0 0 0 - /proc/sys/fs/binfmt_misc
sunrpc 0 0 0 - /var/lib/nfs/rpc_pipefs
If i change quota_partition=/ to quota_pertion=/dev/sda3 in directadmin.conf, I dont see any error when add user. But DA cant count Disk usage for user.
I dont know why quota cant be enabled on this server. Can everybody help me?
Thanks All !