I cannot figure out how to get quota support in a XEN virtual machine... Is this even possible? And how do you set it up. The way of doing it in the Perfect Server set-up doesn't work. Appreciate the help
here is the error message: Code: [email protected]:~# vim /etc/fstab [email protected]:~# touch /quota.user /quota.group [email protected]:~# chmod 600 /quota.* [email protected]:~# mount -o remount / mount: / not mounted already, or bad option [email protected]:~# here is a copy of my /etc/fstab Code: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda1 none swap sw 0 0 /dev/hda2 / ext3 noatime,nodiratime,errors=remount,usrquota,grpquota-ro 0 1 Thanks for the help