Hi all, I have a problem related to quota: I have just compiled the kernel for quota support and changed the fstab in that way:
1. /dev/hda4 / ext2 defaults,usrquota,grpquota,errors=remount-ro 0 1 2. /dev/hda4 / ext2 defaults,usrquota,errors=remount-ro 0 1 when I used the number 1. I found a file "/remount-ro" that is used for the quota. Then I changed to number 2. but still that file is used. Why? Looking throught the documentation I saw that the file name should be something like quota.user and quota.group. Bye, Giuseppe