Hi,
I am new in Linux and I have problem to mount my CD and DVD players?
I know that there are many answers on this question on other topics but none of them worked for me.
My /etc/fstab looks like this:
dev/hda3 / reiserfs defaults 1 2
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/mnt/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
devpts /dev/pts devpts defaults 0 0
/dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
/dev/floppy /media/floppy auto noauto,user,sync 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/hda2 /windows/C ntfs ro,noauto,user,umask=022 0 0
Please explain me what to do in details.
Thank you!
Skora