Here's a copy of /etc/fstab:
LABEL=/ / ext3 usrquota,grpquota $
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/md2 swap swap defaults 0 0
/dev/sdc1 /home/e-smith/files/users ext3 usrquota,grpquota 1 2
/dev/sdd1 /home/e-smith/files/ibays ext3 usrquota,grpquota 1 2
And here's a copy of /etc/mtab:
/dev/md1 / ext3 rw,usrquota,grpquota 0 0
none /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/md0 /boot ext3 rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs rw 0 0
/dev/sdc1 /home/e-smith/files/users ext3 rw,usrquota,grpquota 0 0
/dev/sdd1 /home/e-smith/files/ibays ext3 rw,usrquota,grpquota 0 0
I can see there are some differences between them, especially when referring to the last column in /etc/fstab vs. /etc/mtab (specifically, the "1 2" in fstab is listed as "0 0" in mtab.
When I set up the new drives following the howto, it explained how to change the fstab file to match what I've got, but there was no mention of mtab. Should this file have been altered, or is it automatically generated from fstab?
I also noted that when I ran "repquota -a" there were no hard, soft or grace values listed despite them appearing in server-manager.
Thoughts?