LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting dvdrw drive (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-dvdrw-drive-515346/)

noonmid27 01-01-2007 10:36 AM

Mounting dvdrw drive
 
Well i am trying to mount my dvdrw drive but when i do mount /dev/cdrom /mnt/cdrom i get a message saying that i must specify the filesystem this is when i try to mount a cd. when i put in a dvd it mounts fine, but when i select the media icon in systems i get a blank folder. im using slackware 11 by the way

Hitboxx 01-01-2007 10:40 AM

To mount CDs, try
Code:

#mount -t iso9660 /dev/cdrom /mnt/cdrom

xjlittle 01-01-2007 10:42 AM

try
Code:

mount -t iso9660 /dev/cdrom /mnt/cdrom
If you are not mounting it in the same place as you do the dvd try using the same paths that you do for that.

noonmid27 01-01-2007 10:56 AM

well i did mount -t iso9660 /dev/cdrom /mnt/cdrom. i then got a message saying, wrong fs type, bad option, bad superblock on /dev/cdrom. missing code page or other error....etc. what does all this mean?

Brian1 01-01-2007 10:57 AM

Is this a valid written dvd or cd disc inserted or a blank dvd/cd disc?

Brian

noonmid27 01-01-2007 11:00 AM

Well this is strange when i did mount -t iso9660 /dev/cdrom /mnt/cdrom i got the error message in terminal, but when i when to storage device the cd was mounted and i can see the tunes and play them with noatun.

noonmid27 01-01-2007 11:02 AM

Both the dvdrw and cd-r are written to.......

noonmid27 01-01-2007 03:14 PM

I have a question. i was able to do mount -t /dev/hdc /mnt/cdrom to get my cd-r and dvd-rw to mount in slackware. after i umount and put the cd or the dvd back in the drive it mounted automatically is this suppose to happen. i didnt make any changes to my mtab. i was told that i would have to do maual mount in slackware.


All times are GMT -5. The time now is 10:58 PM.