I followed the extra hard disk howto but I am still getting the following error:
mount: mount point 1 does not exist
I have an 80G disk I am trying to mount at:
/home/e-smith/files/ibays/Primary/
My fstab:
LABEL:/     /           ext3    usrquota,grpquota 1 2
LABEL:/boot /boot       ext3    defaults          0 0
none        /dev/pts    devpts  sid=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/hda2   swap        swap    defaults          0 0
/dev/hdb1   /home/e-smith/files/ibays/Primary ext3 usrqouta,grpquota  1 2
It does mount at the desired place (df -T shows this) but quotas are not activated. Is this error associated with quotas somehow?
Terry Graham