LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount cdrom... (https://www.linuxquestions.org/questions/linux-newbie-8/mount-cdrom-310056/)

ilectrcbob 04-05-2005 02:51 PM

mount cdrom...
 
ok here is my fstab :
Code:

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 /                      ext3    defaults        1 1
LABEL=/boot            /boot                  ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs  defaults        0 0
none                    /proc                  proc    defaults        0 0
none                    /sys                    sysfs  defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
/dev/hdd                /media/cdrom            auto    pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
/dev/hdc                /media/cdrecorder      auto    pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0

shouldnt: mount -t iso9660 /dev/hdd /mnt/cdrom mount my cdrom?!!?
shell says:
mount: block device /dev/hdd is write-ptotected, mounting read-only
moutn: wrong fs type, bad option, bad superblock an /dev/hdd, or too many mounted file system
...pls help!

mugwump84 04-05-2005 02:55 PM

Your fstab says it's mount point is /media/cdrom. Does it work if you do
Code:

mount /media/cdrom
?

{BBI}Nexus{BBI} 04-05-2005 02:56 PM

Re: mount cdrom...
 
Quote:

Originally posted by ilectrcbob
shouldnt: mount -t iso9660 /dev/hdd /mnt/cdrom mount my cdrom?!!?
shell says:
mount: block device /dev/hdd is write-ptotected, mounting read-only
moutn: wrong fs type, bad option, bad superblock an /dev/hdd, or too many mounted file system
...pls help!

Your cdrom is already mounted or am I missing the point?

ilectrcbob 04-05-2005 03:07 PM

Quote:

Originally posted by mugwump84
Your fstab says it's mount point is /media/cdrom. Does it work if you do
Code:

mount /media/cdrom
?

the output is:
mount : /media/cdrom is not a block device

Quote:

Originally posted by {BBI}Nexus{BBI}
Your cdrom is already mounted or am I missing the point?
so where can i found the files ?!? /media/cdrom ?!?! but there is nothing

{BBI}Nexus{BBI} 04-05-2005 03:30 PM

If you have a disc in your cdrom type: eject /dev/hdd this should open your drive tray.

ilectrcbob 04-07-2005 01:43 PM

eject /dev/hdc is working but if i trie mount -r /dev/hdc /mnt/cdrom i get this error message:
can't read superblock...
??!?

{BBI}Nexus{BBI} 04-07-2005 05:01 PM

If you have opened the tray using the eject command your cdrom is already mounted.

ilectrcbob 04-08-2005 05:18 AM

ohhhh....
but i cant see the files in /media/cdrecorder ...
wtf.?!?

{BBI}Nexus{BBI} 04-08-2005 08:26 AM

Quote:

Originally posted by ilectrcbob
but i cant see the files in /media/cdrecorder
Your post started with a problem reading files on /dev/hdd - cdrom, now you are saying you can't see any files on /dev/hdc - cdrecorder. Which drive can you not read files from? What kind of disc are you trying to read? Have you tested the drive/s with a different media type i.e. can you successfully play audio cd's?

ilectrcbob 04-08-2005 11:04 AM

okey sorry for the confusion..
:rolleyes:
i have tryed it with hdc wich should be (auto)mounted into /media/cdrecorder. Correct me if im wrong.
and its a music cd wich actually is (auto)mounted as i can see an icon appearing on my desktop=> A disc shortcut which on clicking starts the cd player and plays the disc... but as i mentioned i cant find the files in /media/cdrecorder.

same problem with hdd => /media/cdrom
any idea?!?

ilectrcbob 04-08-2005 12:50 PM

i have read that you cant mount audio cd?!?!is that right?!
i checked the mount command with an data disc and it worked perfectly...
my problem is that i want to play the audiocd with xmms and not with cd player...how can i do that if i can not mount the cd into a directory?!?!

{BBI}Nexus{BBI} 04-08-2005 07:58 PM

Quote:

Originally posted by ilectrcbob
i have read that you cant mount audio cd?!?!is that right?!
i checked the mount command with an data disc and it worked perfectly...
my problem is that i want to play the audiocd with xmms and not with cd player...how can i do that if i can not mount the cd into a directory?!?!

I suspected you were trying to read an audio cd as data :-/. Using xmms to play your audio cd's has nothing to do with mounting your cdrom drives.

To play your audio cd using xmms do the following:-

Right click the play button-->Left click on play location (or url).
Now type (assuming this is the drive you are going to use) /media/cdrom.
Now click ok and press play.

There may be a quicker or better way of doing this, when you find it let me know :-)

ilectrcbob 04-10-2005 09:13 AM

i think i got everythink right now!!!
THX for the assistance...
:)


All times are GMT -5. The time now is 09:26 PM.