Hi there,
Can you send the output from "cat /proc/mounts"?
[ying@xxxxxx ~]$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
none /dev devfs rw 0 0
none /proc proc rw 0 0
none /proc/bus/usb usbfs rw 0 0
none /dev/pts devpts rw 0 0
none /mnt/cdrom supermount
ro,dev=/dev/hdc,fs=udf:iso9660,tray_lock=onwrite,--,iocharset=utf8 0 0
none /mnt/floppy supermount
rw,sync,dev=/dev/fd0,fs=ext2:vfat,tray_lock=onwrite,--,iocharset=utf8 0 0
/dev/hda5 /tmp reiserfs rw 0 0
/dev/hda6 /usr xfs rw 0 0
/dev/hda7 /usr/local xfs rw 0 0
/dev/hda8 /var xfs rw 0 0
/dev/hda9 /var/spool/mail xfs rw,usrquota 0 0
/dev/loop0 /home xfs rw,usrquota 0 0
my /etc/fstab looks like
[ying@xxxxxx ~]$ cat /etc/fstab
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda10 /home xfs encrypted,usrquota,encryption=AES128 0 0
none /mnt/cdrom supermount
dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=utf8 0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,sync,iocharset=utf8 0 0
none /proc proc defaults 0 0
/dev/hda5 /tmp reiserfs notail 1 2
/dev/hda6 /usr xfs defaults 1 2
/dev/hda7 /usr/local xfs defaults 1 2
/dev/hda8 /var xfs defaults 1 2
/dev/hda9 /var/spool/mail xfs usrquota 1 2
/dev/hda2 swap swap defaults 0 0
so the quota for /var/spool/mail works fine, but does not work on /home
Thanks,
-Ying
|