Mounting an ISO image
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 […]