Hi!
I have a Slackware Linux 9.1 and a root partition with ReiserFS. I can't get quota working. On startup it gives a notice:
WARNING: bad format on line 3 of /etc/fstab
Remounting root device with read-write enabled
reiserfs_getopt: unknown option "usrquota"
mount: / not mounted already, or bad option
Attempt to remount root device as read-write failed! This is going to cause serious problems.
<Some problem-solving text>
Please press ENTER to continue, then reboot and use one of the above methods to get into your machine and start looking for the problem.
/etc/fstab:
/dev/hda1 swap swap defaults 0
/dev/hda2 / reiserfs defaults,usrquota 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
I have compiled kernel 2.4.23 with quota enabled and booted to it but it still doesn't seem to work... I have no quota-patches for kernel since I didn't find any from the ftp-site provided with quota mini-howto (of which I have followed all of the steps of "quota setup: installation and configuration"). I don't know if some information's missing from this message, please do tell me if there's something missing
P.S. I'm not exactly sure if I've put the step 3.4 of quota-howto to right place... I put the text to /etc/rc.d/rc.S starting from line 139, which is right after remounting the root partition.
Any help to help get this working is most welcome
