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

Re: SCSI CD-ROM Mounting



tictac wrote:
> 
> I have a Toshiba MX-3601B SCSI CD-ROM (4x) that I can't get to mount.
> What bothers me is that I do not have /dev/sr* or /dev/cdrom.  Any thoughts?
> 
> Matt

Hi Matt,

after having compiled in iso9660 fs-support into your kernel
you could create the SCSI CD-ROM device yourself like in

    mknod --mode 0666 /dev/sr0 b 11 0
    ln -s /dev/sr0 /dev/cdrom

If you have more than one CD-ROM device, y<ou might consider substituting
the exact path /dev/sr0 with /dev/sr1...etc.

Hope this serves you,

regards, 
          Stoyan
-- 
Stoyan Kenderov                        /         phone: +49 721 9652 220
NTG Netzwerk und Telematic GmbH      \/          fax:   +49 721 9652 210
Vincenz-Priessnitz-Str. 3            /\ LINK     email: kenderov@xlink.net
D-76131 Karlsruhe, Germany          /_______     http://www.xlink.net/~kenderov
Opinions stated herein are my own, not necessarily my employer's 
                      [finger me for my PGP public key]


Reply to: