Fedora Linux Support Community & Resources Center
  #1  
Old 16th April 2004, 10:16 AM
alx Offline
Registered User
 
Join Date: Apr 2004
Posts: 8
Lightbulb DVD/CD-RW drive mounting probs

Fedora installed fine from CD, but whenever I insert a CD into the drive, the light on it flickers like crazy and attempting to mount it gives an error about "bad superblocks" or something (I think it's the same error I got later, but with /dev/cdrom)

BTW the drive light flickering appears to have nothing with automount (I've tried disabling it).

On another thread, someone suggested changing the entry in Fstab from "/dev/cdrom" to "dev/scd0" and removing "ro" - i did that and the drive light problem appeared to stop, but still no luck. I restated and it's just as it was before:

Quote:
mount /mnt/cdrom
mount: block device /dev/scd0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems
Any ideas? BTW I'm not a complete Linux newbie, but I don't know too much either

Last edited by alx; 16th April 2004 at 10:29 AM.
Reply With Quote
  #2  
Old 16th April 2004, 03:55 PM
SuperNu's Avatar
SuperNu Offline
Registered User
 
Join Date: Mar 2004
Posts: 617
There should be a / in front of dev/scd0. I would have to say that your problem lies in your /etc/fstab. If you could post your contents of /etc/fstab, it would be beneficial. Also, I beleive that the filesystem type for a cdrom would be iso9660.

--SN
Reply With Quote
  #3  
Old 16th April 2004, 04:05 PM
alx Offline
Registered User
 
Join Date: Apr 2004
Posts: 8
Quote:
There should be a / in front of dev/scd0
Whoops - typo

Quote:
Also, I beleive that the filesystem type for a cdrom would be iso9660.
That's what I had to begin with, then I read this in the man page for mount:

Quote:
udf is the "Universal Disk Format" filesystem defined by the Optical
Storage Technology Association, and is often used for DVD-ROM. See
also iso9660.
It hasn't changed the problem at all, though.

Quote:
If you could post your contents of /etc/fstab, it would be beneficial.
Quote:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda2 /mnt/windows ntfs users,owner,ro,umask=02222 0 0
/dev/hda5 swap swap defaults 0 0
/dev/scd0 /mnt/cdrom udf,iso9660 noauto,owner,kudzu 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0

Last edited by alx; 16th April 2004 at 04:07 PM.
Reply With Quote
  #4  
Old 16th April 2004, 07:26 PM
alx Offline
Registered User
 
Join Date: Apr 2004
Posts: 8
Turns out that the drive only flashes the light constantly in KDE (it starts just as KDE has nearly finished loading). It still gives the same error under GNOME though, about bad superblock/wrong FS type/too many things mounted/bad option.
Reply With Quote
  #5  
Old 16th April 2004, 08:15 PM
SuperNu's Avatar
SuperNu Offline
Registered User
 
Join Date: Mar 2004
Posts: 617
Is your dvd/cdrom drive IDE or SCSI? I believe that IDE drives would be on a different device under /dev. I only have SCSI drives, so /dev/scd0 would be correct for my drives. I think that IDE dvd/cdrom drives would be under /dev/hda, /dev/hdb and so forth. You could try changing udf,iso9660 to auto and see if that helps. If you have an IDE drive, is it the primary or secondary device and which IDE channel is it located? Also, this would happen to be a data cd and not a music cd, right? I know that if you try to mount a music cd, you will get the wrong filetype/bad superblock error message under KDE. Also, check out ls -l /dev/cdrom and see where it is pointing to.

--SN
Reply With Quote
  #6  
Old 16th April 2004, 08:30 PM
alx Offline
Registered User
 
Join Date: Apr 2004
Posts: 8
Quote:
Is your dvd/cdrom drive IDE or SCSI?
IDE

Quote:
I think that IDE dvd/cdrom drives would be under /dev/hda, /dev/hdb and so forth.
I've tried those and it just complains a lot - when I try "mount /dev/scd0 /mnt/cdrom -t iso9660" the drive makes a noise and lights up and then stops, so I guess that that's the right device (/dev/cdrom does the same)

Quote:
You could try changing udf,iso9660 to auto and see if that helps.
I get this:

Quote:
mount /mnt/cdrom
/dev/scd0: Input/output error
mount: block device /dev/scd0 is write-protected, mounting read-only
/dev/scd0: Input/output error
mount: you must specify the filesystem type
Quote:
this would happen to be a data cd and not a music cd, right?
I've tried DVDs and data CDs.

Quote:
check out ls -l /dev/cdrom and see where it is pointing to.
Quote:
lrwxrwxrwx 1 root root 9 Apr 15 19:44 /dev/cdrom -> /dev/scd0
Reply With Quote
  #7  
Old 16th April 2004, 08:49 PM
SuperNu's Avatar
SuperNu Offline
Registered User
 
Join Date: Mar 2004
Posts: 617
Are you using ATAPI-SCSI emulation? I haven't played around with that, so I am not sure what problems might arise.

--SN
Reply With Quote
  #8  
Old 16th April 2004, 09:24 PM
alx Offline
Registered User
 
Join Date: Apr 2004
Posts: 8
Quote:
]Are you using ATAPI-SCSI emulation?
No idea How would I check?
Reply With Quote
  #9  
Old 18th April 2004, 01:55 AM
SuperNu's Avatar
SuperNu Offline
Registered User
 
Join Date: Mar 2004
Posts: 617
You would have to look at /boot/grub/grub.conf to see if you are using scsi emulation. It would be on the kernel line and say hdc=ide-scsi. I haven't used scsi emulation, so I cannot really help you out with it.

--SN
Reply With Quote
  #10  
Old 18th April 2004, 09:14 AM
alx Offline
Registered User
 
Join Date: Apr 2004
Posts: 8
Here's the line:

Quote:
kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ hdd=ide-scsi rhgb
BTW I have had a seperate problem, where a little 200Mb hard drive I've got installed appears to have an invalid partition table, and the kernel has to wait for a while then timeout whilst booting. I doubt that it's linked though, as it did the same whilst installing Fedora, when the CD worked, and when I had Slackware installed.
Reply With Quote
  #11  
Old 5th May 2004, 09:27 PM
poulsed Offline
Registered User
 
Join Date: May 2004
Age: 30
Posts: 4
What type of CD are you trying to mount?
Reply With Quote
  #12  
Old 5th May 2004, 10:17 PM
alx Offline
Registered User
 
Join Date: Apr 2004
Posts: 8
Quote:
Originally posted by poulsed
What type of CD are you trying to mount?
Data CDs and data DVDs - I know they work since the only way I've been able to acccess them is to load windoze, copy the files, and access them from the ntfs partition
Reply With Quote
Reply

Tags
drive, dvd or cdrw, mounting, probs

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
File ownership probs on network attached drive shadowspawn Servers & Networking 1 2nd February 2007 09:37 PM
Various hardware probs inc. Nvidia drivers, Aopen Combo drive Session Hardware & Laptops 0 29th September 2005 07:25 PM
Mounting old drive after installing on a new drive durangowildlife Installation and Live Media 2 16th September 2005 05:39 AM
MSI K8T Neo2-FIR probs with FC4 Install/formatting SATA drive - hangs restarts dgennid Using Fedora 0 17th June 2005 04:26 PM


Current GMT-time: 05:28 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat