[Prev][Next][Index]
Re: ATAPI/IDE CD-ROM
danielv@msil.sps.mot.com (Daniel Vainer) wrote:
> Hi all!
> I have "Optical Storage Dolphin 8001" ATAPI/IDE CD-ROM.
> I have compiled new linux 1.2.8 kernel where I have include support
> for ISO9660 file system and IDE/CDROM's. Compilation completed successfully.
> When I boot the new kernel I have message about ATAPI/IDE cdrom on
> hdb with no warnings. After that kernel tryes to find CD and can't do this
> independently
> if there is CD in CD-ROM or not.
Kernel never does it. In slakware, it's /etc/rc.d/rc.cdrom's job. You can safely
remove that script.
>
> Manual mounting does not have success either - I have message like
> "incorrect fs, /dev/cdrom is busy or other error".
Do it like that: `mount -t iso9660 -o ro /dev/hdb /cdrom' . If you add line
/dev/hdb /cdrom iso9660 noauto,ro 0 0
to /etc/fstab, you'd mount it as simple as `mount /cdrom'
Evgeny
--
__________________________________________________________________
/ Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il> ====== \
/ Plasma Laboratory, Weizmann Institute of Science, Israel ====== \
| Phone : (972)8-343-610 ======================================== |
| FAX : (972)8-344-106 ======================================== |
| ================================================================ |
| Look at our home page - http://plasma-gate.weizmann.ac.il ===== |
|____________________________________________________________________|