I am trying to mount an image file on a loop device (similar to how an ISO file is mounted in PUP).
I get the following error in the mount attempt.
Thanks in advance for any guidance
Code: Select all
~$ mkdir /mnt/ddrescue-2GB_SG2D.img
~$ mount /mnt/sdg1/BOOTIMGS/ddrescue-2GB_SG2D.img /mnt/ddrescue-2GB_SG2D.img -o loop
NTFS signature is missing.
Failed to mount '/dev/loop5': Invalid argument
The device '/dev/loop5' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
~$
P.S. I think the solution could be universal on all PUPs. But if not, I am running this on Slacko64 v8.2.1
Edit: A solution for this is found here on this thread