BritishNemesis
10-07-2003, 09:34 PM
Well I just installed Suse 8.2 and I wanted to get nice and techy and apply my old redhat fstab which I had nicely configured to do everything I want and I don't like the default way in which Suse mounted my filesystems... so I axed the default out and stuck this in....
/dev/hda3 / reiserfs defaults 1 1
/dev/hda2 /boot reiserfs defaults 1 2
/dev/hda7 /home reiserfs defaults 1 2
/dev/hda5 swap swap pri=42 0 0
/dev/sda1 /mnt/card_reader vfat defaults,user,noauto 0 0
/dev/hda6 /mnt/linuxshare vfat uid=centurion,gid=centurion,umask=000 0 0
/dev/cdrecorder /mnt/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /mnt/cdrom auto ro,noauto,user,exec 0 0
/dev/dvd /mnt/dvd auto ro,noauto,user,exec 0 0
/dev/fd0 /mnt/floppy auto noauto,user,sync 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
The problem is that it mounts NOTHING except the linux filesystems. It doesn't mount the cdrom or the cdrw or the usb flash card reader... and at boot it complains that /dev/hda6 is not a valid filesystem and gives a little shpeal about whats wrong without being too helpful of course! Can anyone spot whats wrong here? I've stared at it for an hour an am extremely frustrated.
If I do mount /dev/hda6 /mnt/linuxshare it mounts just fine so I don't see what the holdup is here.
/dev/hda3 / reiserfs defaults 1 1
/dev/hda2 /boot reiserfs defaults 1 2
/dev/hda7 /home reiserfs defaults 1 2
/dev/hda5 swap swap pri=42 0 0
/dev/sda1 /mnt/card_reader vfat defaults,user,noauto 0 0
/dev/hda6 /mnt/linuxshare vfat uid=centurion,gid=centurion,umask=000 0 0
/dev/cdrecorder /mnt/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /mnt/cdrom auto ro,noauto,user,exec 0 0
/dev/dvd /mnt/dvd auto ro,noauto,user,exec 0 0
/dev/fd0 /mnt/floppy auto noauto,user,sync 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
The problem is that it mounts NOTHING except the linux filesystems. It doesn't mount the cdrom or the cdrw or the usb flash card reader... and at boot it complains that /dev/hda6 is not a valid filesystem and gives a little shpeal about whats wrong without being too helpful of course! Can anyone spot whats wrong here? I've stared at it for an hour an am extremely frustrated.
If I do mount /dev/hda6 /mnt/linuxshare it mounts just fine so I don't see what the holdup is here.