Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
# 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!
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?
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?
okey sorry for the confusion..
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.
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?!?!
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 :-)
Last edited by {BBI}Nexus{BBI}; 04-08-2005 at 08:00 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.