Using the disk partition tool, I make a disk image in Ubuntu. The backup file is with ”img” suffix. How can I open these files, please?
You need to change the img suffix to iso and mount the iso in a directory and view the file.
To do this, run:
sudo cp forensics.img forensics.iso
Also, you can use the mv command.
Then, to mount the iso file, type:
sudo mkdir /media/iso
sudo mount -o loop filename.iso /media/iso
+8595670151
7 days a week, 24 hours a day