Re: [newbie] mounting cdrom with iso9660

1998-12-30 Thread Gael Duval

[EMAIL PROTECTED] wrote:

 When I try to mount my CD-ROM drive, which is /dev/hdc, using:
 mount -t iso9660 /dev/hdc /mnt/cdrom

 it gives me an error that says something like, this format is not supported by
 kernel.
 Waht is going on and how can I fix it so I can use my CDRom drive in Linux?

 Thanks

if you use Linux-Mandrake 5.1, you certainly have to do as follow:

cd /lib/modules
ln -s 2.0.35-2 2.0.35
/sbin/depmod -a

Greets,

Gael.

--
 Gael DUVAL - [EMAIL PROTECTED] - http://linuxmandrake.com 
QPL : "With the release of this license, KDE and the Qt Free Edition
are truly Open Source(tm)". Bruce Perens, Opensource.org.





Re: [newbie] mounting cdrom with iso9660

1998-12-30 Thread me

What file systems does the kernel support at present?
mount /cdrom (if you have it setup this way) should work
just fine.


On Wed, 30 Dec 1998 11:42:51 EST, [EMAIL PROTECTED] wrote:

When I try to mount my CD-ROM drive, which is /dev/hdc, using:
mount -t iso9660 /dev/hdc /mnt/cdrom

it gives me an error that says something like, this format is not supported by
kernel.
Waht is going on and how can I fix it so I can use my CDRom drive in Linux?

Thanks