Still unable to get the CDROM or floppy mounted.
[root@dell pete]# mount -a
mount: /mnt/cdrom is not a block device
mount: /mnt/floppy is not a block device
My fstab:
/dev/hda7 / ext2 noatime 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda10 /home ext2 noatime 1 2
/mnt/cdrom /mnt/cdrom auto
auto,user,noexec,nodev,nosuid,ro,fs=iso9660,dev=/dev/cdrom 0 0
/mnt/floppy /mnt/floppy auto auto,user,rw,dev=/dev/fd0 0 0
/dev/hda1 /mnt/win_c vfat
user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
/dev/hda6 /mnt/win_d vfat
user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
none /proc proc defaults 0 0
/dev/hda8 /public ext2 noatime 1 2
/dev/hda9 /usr ext2 noatime 1 2
/dev/hda5 swap swap defaults 0 0
[root@dell pete]#
[root@dell pete]# ll /dev/cdrom
lrwxrwxrwx 1 root root 3 Jul 25 14:33 /dev/cdrom ->
hdc
[root@dell pete]# ll /dev/fd0
brw-rw---- 1 pete floppy 2, 0 Apr 14 04:06 /dev/fd0
Running mandrake 8 on a dell laptop. The fstab was mod'ed from the
original. I can always reload! AHH!
Could it have been something during the install?
Thanks!!