On Mon, 3 Jul 2000, John Catral wrote:
> *This message was transferred with a trial version of CommuniGate(tm) Pro*
> Paul wrote:
>
>
> Well, i tried mounting /dev/cdrom2 to /mnt/cdrom and it worked.
> When I tried mounting /dev/cdrom to /mnt/cdrom2 I still got the same
> error.."mount:/dev/cdrom is not a valid block device"
>
> wahhhh! =( Anymore tips? =(
>
> John
>
Did you try to mount the device itself rather than the link? ie : if your
cdrom is secondary master :
mount /dev/hdc /mnt/cdrom
or if scsi emulation is enabled (which is likely, if you have a cd
burner) :
mount /dev/scd0 (or scd1) /mnt/cdrom
If one of these works, then you just :
rm /dev/cdrom
ln -s /dev/<working device> /dev/cdrom
to recreate the good link.
HTH
Flupke
--
<< There's no place like ~ ! >>