7

I have downloaded a .img file to use on my Android device.

I have to edit a file in the image in order to use it.

How can I mount the file so I can edit the text file and then re-pack the .img?

LiveWireBT
  • 29,597
Rasmus
  • 8,655

1 Answers1

6

Did you try the standard o loop mount?

mount -o loop file.img /mnt/img

then edit and unmount normally

umount /mnt/img/