On Monday 07 April 2003 23:10, DB Troll wrote:
Bruce Marshall wrote: [stuff deleted for the sake of space]
What have I goofed up now.
There's nothing here to indicate what /dev/cdrom or cdrecorder is defined as.
Why don't you try: mount /dev/sr0 /mnt
or mount /dev/sr1 /mnt and see what errors you get. You may not have a link to the other devices you are trying... (cdrom, cdrecorder)
TIA David
This is the result of above> linux:/home/dbtrol # mount /dev/sr0 /mnt
mount: block device /dev/sr0 is write-protected, mounting read-only mount: No medium found linux:/home/dbtrol # mount /dev/sr1 /mnt mount: block device /dev/sr1 is write-protected, mounting read-only linux:/home/dbtrol #
David
Well, whichever drive was empty is /dev/sr0 and whichever drive had a disk is sr1. Given that you were attempting to mount something in the cdrecorder, I would think that you should have /dev/cdrecorder linked to /dev/scd1 and /dev/cdrom to /dev/scd0. You can check if those are already there by the following command. ls -l /dev/cdrecorder /dev/cdrom If they aren't there, you should create them with the following command. ln -s /dev/scd1 /dev/cdrecorder ln -s /dev/scd0 /dev/cdrom If they are there, but wrong then rm /dev/cdrecorder /dev/cdrom BTW, you must do all of this as root. -- Kelly L. Fulks Home Account