On Tue, Jun 08, 2004 at 09:53:24AM +0100, Lee Braiden wrote: > On Tuesday 08 Jun 2004 02:03, Adam Bogacki wrote: > > > Tux:~# mount -t iso9660 /dev/dvd /mnt/dvd > > > mount: /dev/dvd is not a block device > > > > Tux:~# ln -s /dev/hdc /dev/dvd > > > ln: `/dev/dvd/hdc': File exists > > I think your /dev/dvd link is broken. Try: > > rm -rf /dev/dvd > ln -s /dev/hdc /dev/dvd >
or this should also work after removing /dev/dvd (it seems that it was created as a directory instead of link for some reason) ln -s hdc /dev/dvd > -- > Lee Braiden > [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]