I have DD copied my Windows 7 C: drive from the HDD in my desktop to an image file in a partition in a USB HDD device. The partition is formatted NTFS and the partition inside the image is also NTFS. The image is 466GB in size.
After a bit of internet searching, I tried to view the image file by mounting it as shown below. I ran the command from a terminal inside /mnt. NewDir is an empty directory, also in /mnt. I was running from a USB stick using Fossapup 9.5 in Pupmode 5.
Code: Select all
mount-FULL -o loop sdc2/imgW7Aug1522.WinC /NewDir
This failed, as shown:
Code: Select all
mount-FULL: /NewDir: failed to setup loop device for sdc2/imgW7Aug1522.WinC.
Am I on the right track? How can I view this file?
imgW7Aug1522.WinC
EDIT I have learnt a bit about the mount command in the discussion below. However I have just noticed that the Rox-rightclick menu for files with the .img suffix to their name has, prominently at the top of that menu, the item [Disk Image Mounter]. So that's the easy Rox way.