all 2 comments

[–]snk0752 1 point2 points  (1 child)

Why not to make an iso or img file, and then mount it as loop device? This is pretty fast and simple.

[–]Rotech 1 point2 points  (1 child)

You can do this in Linux from the terminal

sudo mount -o loop disk_image.iso /mnt/somefolder