Thursday, October 27, 2011

linux: how to mount a disk image (.iso)

# mount -o loop <iso file> <directory>
ex
# mount -o loop disk1.iso /mnt/iso

use umount <directory> to unmount

why mount iso's? i usually use this to explore linux distros' iso's. you can also use this for setting up http installers etc.
happy mounting! :D

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...