How-To Mount a File System Binary Image
Obtain a binary image¶ We have a USB key with a file system on it, and we want to save its content. We do a binary image using: $ dd if=/dev/sda1 of=/home/kevin/usb_key.img Mount the image file¶ Get informations about the file system of the image …