Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
I'm having trouble trying to mount a CD-RW on my LG cd-rw recorder.
On my /etc/fstab I have:
/dev/cdrom /mnt/cdrom iso9660
And the error output reported by mount is:
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
I can successfuly mount and use any other CD-R, and the recorder itself works pretty well on win98. What's wrong?
Originally posted by mvendramini
[BThe CD-RW works (say read/write) on win98 (using that easy CD creator thing).
[/B]
Do you mean a DirectCD formated CD? Those CD's are not an iso9660 format. The filesystem is called udf and that is why you get the wrong fs etc message. You can try to mount as such
mount -t udf /dev/cdrom /mnt/cdrom
If you get an error that udf is an unsupported filesystem then you will have to recompile the kernel.
well thats not an error message, as its a cd and they are read-only....yes you can write to a cdrw but not for the case being you are mounting the cd, its not like you can go an drag and drop or copy files over to the cd as its mounted , so thats a message you will see when mounting any cd..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.