saman007uk wrote:
For enabling quotas, you don't need to cretae or hcnage any partitions.
All you have to do is change the approproate settings at /etc/fstab, install appropriate binaries (apt-get install quota) and reboot - most distros during reboot check for quota-enabled partitions and enable them.
Would this command work after doing the other stuff?
Code:
# mount -o rw,remount,usrquota /home
(adjust filesystem name as needed; also add grpquota if needed.)
Might save a reboot if it does the trick.