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.
Hi,
I am a problem: my /dev/cdrom disappeared. I just installed ad USB storage disk which is working well but I am still not my cdrom.
To find my storage disk I did:
sfdisk -l /dev/sda
sfdisk -l /dev/sdb
my disk was in /dev/sdb so I mounted it. In /dev/sda
there something not readible (the cdrom?).
My cdrom/dvd reader is still there. The /proc/scsi/scsi is:
Type dmesg at the console. Scroll through the list and you should see your CD-ROM drives. Yes you can make /dev/cdrom. Just login as root or su and do a mkdir /dev/cdrom. Also read documentation on devfsd if you are using it. It will make /dev/cdrom if it is setup properly.
Thank you for you suggestion. In fact I found my CDROM in /dev/hdc. But I can't still mount the CDROM. When I try to moount it by the console it gieve me:
[root@abulafia root]# mount -t iso9660 /dev/hdc /mnt/cdrom
mount: fs type uncorrect, no valid option, superblock on /dev/hdc damaged,
or too many file system monted
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
In fact The CDROM is not mounted 'cause at the boot the system erase me always /dev/cdrom I linked to /dev/hdc
(ln -s /dev/hdc /dev/cdrom)
I am not using devfsd and it is not iinstalled, do I may?
Thank a lot for the moment,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.