question about quota
How can I mount another disk like /dev/vda1?
[/home]# mount
/dev/vda1 on / type ext3 (rw,usrjquota=quota.user,jqfmt=vfsv0)
I use command "mount /dev/vdc1 /home2", but the result is
/dev/vdc1 on /home2 type ext3 (rw)
-
Hello :) You can modify the /etc/fstab and mount the drive with quotas enabled. This is an OS-level task, and is documented at places such as: [url=http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-disk-quotas.html]CentOS - Implementing Disk Quotas Thank you. 0
Please sign in to leave a comment.
Comments
1 comment