LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   What does "loop-mount the disk image" mean ? (https://www.linuxquestions.org/questions/linux-distributions-5/what-does-loop-mount-the-disk-image-mean-109863/)

karans 10-29-2003 06:34 AM

What does "loop-mount the disk image" mean ?
 
What does "loop-mount the disk image" mean ? I was reading about customising anaconda , where I came across this term .

Thanks

idaho 10-29-2003 08:21 AM

This means to mount a file as if it is a drive device. For instance, if you have a .iso file, you can mount it with the command:

mount -o loop myfile.iso /mnt/point


All times are GMT -5. The time now is 12:31 AM.