Re: cd not read

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Dec 10, 2004 at 09:13:30PM -0500, sly wrote:
> i have a cd wrote w/ win98 i can read it on fc2 but not on fc3!
> 
> # mount /dev/cdrom
> mount: block device /dev/hda is write-protected, mounting read-only
> mount: wrong fs type, bad option, bad superblock on /dev/hda,
>        or too many mounted file systems
> 
> any idea?

Yes. is y our CDROM drive REALLY hda? I'd guess not. hda is the first
master drive on the first IDE chain, usually it's your bootable hard
drive.

Once you figure out where it actually is, change the link (/dev/cdrom)
to point to where it really is. E.g., if it's on hdc, do this (as root):

	cd /dev
	rm cdrom
	ln -s hdc cdrom

and if it is properly defined in /etc/fstab, you can mount it like this:

	mount /mnt/cdrom

rather than trying to mount /dev/cdrom as you show above.

-- 
---- Fred Smith -- fredex@xxxxxxxxxxxxxxxxxxxxxx -----------------------------
               But God demonstrates his own love for us in this: 
                         While we were still sinners, 
                              Christ died for us.
------------------------------- Romans 5:8 (niv) ------------------------------

Attachment: pgpRTMAW76ebZ.pgp
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux