[EMAIL PROTECTED] wrote: > > LABEL=/ / ext3 defaults 1 1 > LABEL=/boot /boot ext3 defaults 1 2 > none /dev/pts devpts qid=5,mode=620 0 0 > none /proc proc defaults 0 0 > none /dev/shm tmpfs defaults 0 0 > /dev/sda3 swap swap defaults 0 0 > > /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 > > /dev/fdo /mnt/floppy auto noauto,owner,kudzu 0 0 > > Here is my fstab file? my user's are located on /home/(username) I know to put the >usrquota in the home directory, but where do I make the changes in my fstab file.
Add it to the optionslist, eg. if you wanted to add user quotas to / its line should look like this: LABEL=/ / ext3 defaults,usrquota 1 1 Are you trying to add quotas to /home because you don't seem to have a separate filesystem for home, and you can only add quotas on a filesystem basis. regards Andreas _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list