I have another question
I take it you have to be in ( init 1 ) mode to Remount The Filesystem ( mount -o remount /home )
after editing the /etc/fstab File
I have added the line to the fstab file ( LABEL=/home /home ext3 defaults,usrquota 1 2 )
My error
mount -o remount /home
[mntent]: warning: no final newline at the end of /etc/fstab
mount: no such partition found
I'm trying to get to work with this, so user has a disk quoter of 50meg
http://www.linuxquestions.org/questi...09#post1147309
If i do what is says that will add in 5meg to any user thats in the home
will this add a limit to the folder as well called sbs under /var/www/sites/sbs because i created a link for that user to that folder, which is showing his test site. (
http://user.mydomain.com/ )
his home is /home/user and his site sits at /var/www/sites/sbs whcih he has access to write to sbs.
TT