LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mouning Virtual Drives (https://www.linuxquestions.org/questions/linux-newbie-8/mouning-virtual-drives-162370/)

DirtyHarry 03-25-2004 04:34 PM

Mouning Virtual Drives
 
Got just one question four you guys. Is it possible to mount a virtual drive so you can run an iso as if it were an actual device, like a DVD or CD-Rom drive? :newbie:

acid_kewpie 03-25-2004 04:42 PM

where did you invent a "virtual drive" from? :) You mean you want to mount an iso file? easy:
Code:

mount -o loop file.iso /mnt/point


All times are GMT -5. The time now is 06:43 PM.