Mounting ISOs
I’ve done this a few times, and each time I need to look it up. At least if I post it here, I know where to look for it.
To mount an ISO file to a folder;
#mount -o loop -t iso9660 filename.iso /mnt/iso
: stay hungry, stay foolish :
I’ve done this a few times, and each time I need to look it up. At least if I post it here, I know where to look for it.
To mount an ISO file to a folder;
#mount -o loop -t iso9660 filename.iso /mnt/iso