LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 09-25-2005, 02:18 PM   #1
BobCobb
LQ Newbie
 
Registered: Sep 2005
Distribution: Slackware 10.2
Posts: 15

Rep: Reputation: 0
Trouble mounting DVD/CDRW


Hello, I'm a noob using Slackware 10.2 on my Compaq Evo n600c, a laptop, and I'm having trouble mounting my DVD/CDRW. I have browsed the man mount info, and when I enter
mount -t iso9660 /dev/hdc /mnt/cdrom

I get the wrong fs type, bad option, bad superblock error.

My fstab looks like this for the cdrom,

/dev/hdc /mnt/cdrom iso9660 noauto,owner,ro 0 0

Now it looked like this, which I commented out,


/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0


I don't know what to do. I had ATAPI-SCSI enabled in lilo.conf, but got rid of it and the problem still exists. There is no network currently available to the laptop with Slack on it, so If I can't get this friggin cdrom mounted I'm screwed. I'm sure I'm doing something foolish, can anyone help?
 
Old 09-25-2005, 03:13 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I have a toshiba here is my line;
/dev/hdc /mnt/cdrom auto noauto,user 0 0
I just mounted it with;
root@david:/home/david# mount /dev/hdc /mnt/cdrom
mount: block device /dev/hdc is write-protected, mounting read-only
 
Old 09-25-2005, 03:15 PM   #3
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Re: Trouble mounting DVD/CDRW

Quote:
Originally posted by BobCobb
Hello, I'm a noob using Slackware 10.2 on my Compaq Evo n600c, a laptop, and I'm having trouble mounting my DVD/CDRW. I have browsed the man mount info, and when I enter
mount -t iso9660 /dev/hdc /mnt/cdrom

I get the wrong fs type, bad option, bad superblock error.

My fstab looks like this for the cdrom,

/dev/hdc /mnt/cdrom iso9660 noauto,owner,ro 0 0

Now it looked like this, which I commented out,


/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0


I don't know what to do. I had ATAPI-SCSI enabled in lilo.conf, but got rid of it and the problem still exists. There is no network currently available to the laptop with Slack on it, so If I can't get this friggin cdrom mounted I'm screwed. I'm sure I'm doing something foolish, can anyone help?
firstly, i guess /dev/hdc is your cdrom device.
Have you checked that ? (if not run "dmesg|less" and see what is says)

Does the disc you are trying to mount contain a iso9660 filesystem ?
The kernel tries to automatically detect the filesystem, so try a simple
"mount /dev/hdc /mnt/cdrom" and see if it gets mounted.
also try "cat /proc/filesystems" to see what filesystems your system supports (all those not starting with "nodev")

as last thing, you are trying to mount a data cd right ? (not an audio cd)
 
Old 09-25-2005, 03:32 PM   #4
BobCobb
LQ Newbie
 
Registered: Sep 2005
Distribution: Slackware 10.2
Posts: 15

Original Poster
Rep: Reputation: 0
Alright heres an update. I got the thing working, by adding the hdc=ide-scsi line to the lilo. And then in the fstab I changed the hdc to sr0 and it works now.

But I still get that read only. How can I make it so that I can burn cds with the cdrw?

Secondly, how should I go about so that the device will mount ever time my main user logs on?
 
Old 11-01-2005, 10:04 AM   #5
felwong
LQ Newbie
 
Registered: Jan 2005
Posts: 4

Rep: Reputation: 0
mount cdrom fails with wrong fs type

I have got the same fs type problem myself after upgrading kernal to 2.6.14. This is the /proc/filesystems. I have checked the fstab and it looks ok.... Please help!

nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev securityfs
nodev pipefs
nodev futexfs
nodev tmpfs
nodev inotifyfs
nodev eventpollfs
nodev devpts
ext2
cramfs
nodev ramfs
nodev mqueue
nodev usbfs
ext3
ntfs
iso9660
 
Old 11-01-2005, 10:32 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
linux does not have drag and drop CD writing capability like windows and you can not mount a blank CD. The CD writing application accesses the device directly and does not use /etc/fstab.
 
Old 11-01-2005, 11:38 PM   #7
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
10.2 cdrom/dvd mnount

With 2.4.31 kernel u need the hdc=ide-scsi append line in lilo then hdc becomes sr0 or scd0. Your fstab line has 'owner' wc means only root can access it. Change 'owner' to 'user'.
And as root at cli do pico /etc/group and add ur username to cdrom,disk,audio,games,video and sys groups ctl-x then y to save changes.
Audio or music cd are not mounted. kscd can play cd. xine can play dvds. K3b or other such program can be used for recording.
If u have 2.6x kernel then the append line is not used.
Review SBINGS SLW10.2 FAQ and 'this is how i do everything' at top of slackware forum.
Also search for others with ur laptop who have slw installed in forum. Happy slacking.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD/CDRW Combo Drive Mounting Trouble monks_point Linux - Hardware 11 08-30-2005 11:53 AM
DVD/CDRW Combo Drive Mounting Trouble monks_point Linux - Newbie 1 08-29-2005 06:55 PM
Trouble Mounting USB CDRW lawrencegoodman Linux - Hardware 2 01-27-2004 02:31 PM
DVD & CDRW mounting problems sai49 Linux - Software 5 11-23-2003 04:04 AM
Trouble with DVD/CDRW combo drive jenna_h Linux - Hardware 4 10-01-2003 08:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration