Give a go at:
mount -t iso9660 /dev/scd1 /mnt/cdrw
Make sure /mnt/cdrw exists (or check the directory to see what's available).
You can also look at a device manager, read the /etc/fstab and/or check out:
dmesg
to find out what devices are named.
Cool
|