Trying to get Linux to recognize Creative Labs CD-Rom.
John Saylor
jsaylor at mit.edu
Tue Mar 25 09:49:29 EST 1997
Hi
>>>hein at ziggy.radex.plh.af.mil writes:
[x]
> Maybe you did not correctly mount the CD-ROM. The mount
command is
> as follows
>
> mount /dev/cdrom /mount_directory -t is09660
>
> where /dev/cdrom has a symbolic link to /dev/scd0 if it
is a SCSI CDROM
> or the appropriate non-scsi CDROM device otherwise.
2 notes here
- the mount command should be as follows:
mount -t iso9660 /dev/cdrom /mount_point
[please note is it iso9660 rather than is09660]
-you can avoid the symbolic link from /dev/cdrom to your cd
drive if you just specify it on the command line, like this
mount -t iso9660 /dev/scd0 /mount_point
Good Luck!
--
John Saylor MIT E40-335 617.253.0172
More information about the Discuss
mailing list