LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Missing /dev/sr0 in VM (https://www.linuxquestions.org/questions/linux-hardware-18/missing-dev-sr0-in-vm-4175458652/)

Cerephim 04-18-2013 12:04 PM

Missing /dev/sr0 in VM
 
I wondered why I couldn't mount an ISO as a virtual cd...
an ll of /dev shows no /dev/sr0, or any cdrom device.

How can I fix this?

Cerephim 04-18-2013 12:13 PM

My bad... It's a physical box.

michaelk 04-18-2013 12:19 PM

Unless there is more to the story... To mount an ISO file.

mount -o loop -t iso9660 file.iso /mnt/directory (assuming it is a CD data filesystem)


All times are GMT -5. The time now is 02:09 AM.