If the leading slashes aren't the problem, try looking at the system logs
when you plug it in:

tail -f /var/log/messages
or
tail -f /var/log/syslog

(depends on your distro, I don't recall offhand.) but if you're watching it
when you plug in the usb device, it should tell you what device the drive is
coming up as (or if the kernel is loading the drivers properly, since that
might be a problem... i.e, are you certain that the device is /dev/scd0?)

-phil

On 7/22/07, Ben Stern <[EMAIL PROTECTED]> wrote:

On Sun, Jul 22, 2007 at 03:03:26PM -0400, Russ wrote:
> I issued the command "mount -t iso9660 -o rw dev/scd0 mnt/usb_cdrw"

Try:

mount -t iso9660 -o rw /dev/scd0 /mnt/usb_cdrw

(you left out the leading slashes).

Ben
--
Ben Stern             UNIX & Networks Monkey             [EMAIL PROTECTED]
This post does not represent FTI, even if I claim it does.  Neener neener.
UM Linux Users' Group     Electromagnetic Networks      Microbrew Software

Reply via email to