Mounting an ISO image as a drive is simple:
mkdir <path-to-where-you-want-to-mount> sudo mount -o loop <your-image.iso> <path-to-where-you-want-to-mount>
That’s it! Your ISO image will now be mounted and available at the above path.
Mounting an ISO image as a drive is simple:
mkdir <path-to-where-you-want-to-mount> sudo mount -o loop <your-image.iso> <path-to-where-you-want-to-mount>
That’s it! Your ISO image will now be mounted and available at the above path.
Reblogged this on Gigable – Tech Blog.