Daily Archives: July 1, 2007

Linux Filesystem Quotas

I have a Xen VM set up on my server that I give accounts to friends on, and I thought it would be nice to set up filesystem quotas, so one user couldn’t take down the server for everyone else by filling up the disk.
Enabling quotas is easy, just add usrquota and grpquota to /etc/fstab, [...]