Regular IDE cd-rom: mount -t iso9660 /dev/hdc /mnt/cdrom
If you enabled SCSI emulation (For cd-writing), then it should be something like: mount -t iso9660 /dev/sr0 /mnt/cdrom
How do i mount a cdrom so i can recieve the contents on it?
Regular IDE cd-rom: mount -t iso9660 /dev/hdc /mnt/cdrom
If you enabled SCSI emulation (For cd-writing), then it should be something like: mount -t iso9660 /dev/sr0 /mnt/cdrom
Bookmarks