Can Not get quota works

ever00t

Verified User
Joined
Jul 10, 2007
Messages
19
Debian ETCH. in /etc/fstab,by default it looks like

<file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda3 / xfs defaults 0 1
/dev/sda2 /boot ext3 defaults 0 2
/dev/sda1 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0

I have partitioned it as /boot swap and /

I added usrquota and grpquota then fstab looks like this:

<file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda3 / xfs defaults,usrquota,grpquota 0 1
/dev/sda2 /boot ext3 defaults 0 2
/dev/sda1 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0

save it and reboot, it takes like forever to get to the #prompt especially when it says starting syslogd ,in the meantime, / is not mounted properly <maybe?>.

dmesg | grep quota

XFS: unknown mount option [usrquota].

lost internet to the server after that and had to log in single user mode on the server to remove the added two thing from fstab.

any idea ?
 
Yes,built in kernel.

well,i find a way to get around it,thinking it's working now.Thanks.
 
Back
Top