PDA

View Full Version : Floppy and CDROM not mounted



turbines
04-22-2004, 04:34 PM
I have an icon for the floppy and cdrom showing on the desktop after installing Knoppix to my hard drive. When I click on the cdrom I get "file:/mnt/cdrom does not exit and a similar message when I click on the floppy icon I get a similar message. My dual boot installation is on a IBM laptop. The floppy device is USB and the cdrom is actually a dvd/cdrom. What do I need to do to access these? Where can I find real basic "need to know" intructions for beginners like how to mount devices etc?

fingers99
04-22-2004, 05:40 PM
Please post your /etc/fstab

man mount

and

man fstab

for instructions.

Have you tried right clicking on the icons?

turbines
04-22-2004, 06:25 PM
# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda7 / ext2 defaults,errors=remount-ro 0 1
/dev/hda6 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000 0 0
# Added by KNOPPIX
/dev/hda5 /mnt/hda5 vfat noauto,users,exec,umask=000 0 0

fingers99
04-23-2004, 06:15 AM
OK, the error messages were right! The mountpoints for your cdrom and floppy are incorrect.

You need to make new icons (really, they're links).

Right click on the Kde desktop. Create New > CD/DVDROM device. In the "device" tab put

/dev/cdrom

and everything should be fine. Similar for the floppy. Then (once you've got them working) you can right click on the old ones and select delete.

To mount, right click and select mount.

turbines
04-24-2004, 12:21 PM
yes that fixed that problem.

thks