| Code Sample |
| mount /dev/scd[*] /mnt/cdrom mount /dev/sr[*] /mnt/cdrom |
| Code Sample |
| lsmod |
| Code Sample |
| modprobe usb-storage |
| Code Sample |
| lsusb |
| Code Sample |
| cdrecord -scanbus |
| Code Sample |
| modprobe usb-storage |
| Code Sample |
| cdrecord -scanbus |
| Quote (stupid_idiot @ Aug. 24 2007,20:22) |
| According to this page (http://tldp.org/HOWTO/SCSI-2.4-HOWTO/sr.html), the device names (on the 2.4 kernel) for usb cdroms are either 'scd*' or 'sr*'. |