Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
[root@www root]# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg
Schilling
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make s
ure you are root.
[root@www root]#
-------------------------------------------------------------------------
and when i try to mount likt cdrom,
it show this error,
[root@www root]# mount /mnt/cdrom/
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?)
[root@www root]#
no, i don't think the reason is, that you are not root.
To use your IDE Writer you need some kind of scsi emulation,
so you possibly need to rebuild your kernel and load the particular modules.
there are many howto's on the web how to do this. google for cdwriting howto or similar.
i think you should just see if you can load the scsi-mod and ide-scsi modules before stepping into the kernel recompiling...if all you have to do is load the module, then that will save you a hell of alot of time. so do a search on this fourm for scsi emulation and find out what to do..and then if it is not compiled in your kernel, then thats what your going to have to do.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.