LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting IMG file on suse 9.3 (https://www.linuxquestions.org/questions/linux-general-1/mounting-img-file-on-suse-9-3-a-326061/)

fireedo 05-22-2005 06:37 PM

Mounting IMG file on suse 9.3
 
how to mount an IMG file? is it same ways with mounting ISO file?

to mount an iso manually type :

su
<your root password>
mkdir /mnt/iso
mount -o loop -t iso9660 FILENAME.iso /mnt/iso

to unmount it type :
umount -d /mnt/iso

win32sux 05-22-2005 07:31 PM

Code:

mount -o loop file.img /mnt/somewhere
make sure it's not a compressed IMG file first, though...

fireedo 05-22-2005 10:01 PM

I will trey that win32sux :) .....and I think win32 really sux :D

XavierP 05-23-2005 03:05 AM

Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.


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