Another Debian newbee question.
I can't mount the cdrom or fdd from the desktop though the icons are there. 
If I right click on the Icon there is no mount command in the menu
If I install medeia and click on the icon I get the following error box
"unable to run the command specified the file or directory
file:/mnt/cdrom does not exist" (same message for fdd)
I assume the fstab file needs tweeking and I have tried a few things with no luck.
I would like to have it set up so that the drives are mounted on Boot so that you can just 
click on the icons and go.
Thanks for any help Maury
# /etc/fstab: filesystem table.
#
# filesystem  mountpoint  type  options  dump  pass
/dev/hda2  /  ext3  defaults,errors=remount-ro  0  1
/dev/hda5  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
# Maury note: the line below was installed by knobbix and you could access the backup drive but not write to it
# /dev/hdc1 /mnt/hdc1 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
# the line below was written with help from slug group and alows backup drive functions
# user id can be found by opening a terminal and typeing in id command
/dev/hdc1 /mnt/hdc1 vfat uid=1000,defaults 0 0
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS).  Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:33:31 EDT