LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I mount a CDrom or DVD writer? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-mount-a-cdrom-or-dvd-writer-686509/)

M$ISBS 11-26-2008 08:08 PM

How do I mount a CDrom or DVD writer?
 
When I do " mount /dev/cdwriter /mnt/cdwriter "

I get a message saying only root can do that, then when I do it as root I

get a message saying " no media found ", but I know there is somthing on

the disks I have been trying to mount.


What should I do?

jpgauvin 11-26-2008 08:22 PM

did you create your mount point /mnt/cdwriter with mkdir ?

you can also use the command dmesg|more to see if linux was able to see your cdwriter on bootup

--Jean-Philippe

M$ISBS 11-26-2008 08:29 PM

Yes I created a mount point like that
I did dmesg|more and theres these two lines:

hdc: LITE-ON DVDRW SOHW-1633S, ATAPI CD/DVD-ROM drive
hdd: LTN526D, ATAPI CD/DVD-ROM drive

Fstab:

/dev/hda2 swap swap defaults 0 0
/dev/hda1 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom auto noauto,users,rw 0 0
/dev/cdwriter /mnt/cdwriter auto noauto,users,rw 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
/dev/sda1 /mnt/exthd auto noauto,users,rw 0 0
/dev/sda2 /mnt/flash auto noauto,users,rw 0 0
/dev/sda3 /mnt/camera auto noauto,users,rw 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

jstephens84 11-26-2008 08:41 PM

Now that you have created the mount point, try issue the following
Code:

mount -t iso9660 /dev/hdc /mnt/cdwriter

M$ISBS 11-26-2008 08:47 PM

Quote:

Originally Posted by jstephens84 (Post 3356104)
Now that you have created the mount point, try issue the following
Code:

mount -t iso9660 /dev/hdc /mnt/cdwriter

As user I get " only root can do that "
and as root I get no medium found.

This is driving me F%$#% crazy!! :(

jstephens84 11-26-2008 08:54 PM

yes only root can mount the cdrom unless you add your user to I think the wheel group or cdrom group. I just tested and your error will pop up for one of the following conditions.

1. No Cd is in the drive
2. Cd is blank
3. Mounting wrong removable media drive.

So I would start by checking that you don't have the cd in the wrong drive.

M$ISBS 11-26-2008 09:02 PM

Quote:

Originally Posted by jstephens84 (Post 3356128)
yes only root can mount the cdrom unless you add your user to I think the wheel group or cdrom group. I just tested and your error will pop up for one of the following conditions.

1. No Cd is in the drive
2. Cd is blank
3. Mounting wrong removable media drive.

So I would start by checking that you don't have the cd in the wrong drive.

OK your right. I tried the other drive the (non writer) and it mounts

automatically in KDE and I dont have to do anything from command line.

Obviously the next question is..... How do I get the DVD/CD writer to do

that?

jstephens84 11-26-2008 09:07 PM

the exact same way that you just did for the cdrom. If it doesn't work than you might have something wrong with your hardware (cd writer).

M$ISBS 11-26-2008 09:09 PM

Hmmm..... I think I will remvove the cdrom alltogether and hookup the writer where the cdrom was and see what that does.

M$ISBS 11-26-2008 09:12 PM

Another odd thing is that the cdrom opens up in KDE as A writer, not as a cdrom, but the writer does not open up at all.

M$ISBS 11-27-2008 05:57 PM

Does anyone have any idea why Linux cannot mount or see whats on a CD that I know has data on it?

It seems if Linux is supposed to be such an advanced OS then mounting should be A simple operation, instead of locking up, not seeing data on a disk or giving some strange messages from the command line.

Ive tried all the advice, googled for an hour on the subject, read the man pages for mount and fstab and nothing seems to work.

What else should I try to get Linux to recognize CDrom drives or the data on a CD?


:(

ozminh 11-28-2008 02:21 AM

i mount a data cd/dvd with /dev/hd* or /dev/cdrom, /dev/dvd....
but cdrecord etc.. '/dev/cdwriter'

lakedude 11-28-2008 02:36 AM

Quote:

Originally Posted by M$ISBS (Post 3357167)
Does anyone have any idea why Linux cannot mount or see whats on a CD that I know has data on it?

It seems if Linux is supposed to be such an advanced OS then mounting should be A simple operation, instead of locking up, not seeing data on a disk or giving some strange messages from the command line.

Ive tried all the advice, googled for an hour on the subject, read the man pages for mount and fstab and nothing seems to work.

What else should I try to get Linux to recognize CDrom drives or the data on a CD?


:(

Was this working before on some other type of software?

Does your bios see both drives?

Are they pata or sata drives?

If pata do you have the master/slave/cable select jumpers in the right spot?

If bios does not see the drive no OS in the world is going to see it either....

ozminh 11-30-2008 10:18 AM

i got the same problem with multi-session cd
try to read single session -> .bin/.img file.
it works


All times are GMT -5. The time now is 05:23 PM.