You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get offset in bytes with info.md
sudo mount -o ro,loop,offset=$((1126400*512))${file} /mnt # mount disk partition with the partition offset
sudo mount -o ro,loop,offset=$((1126400*512))${file} /mnt # mount disk partition with the partition offset
sudo umount /mnt # umount disk
losetup
sudo losetup --find --show ${file}# mount disk in /dev/loopX and show /dev/loopX
sudo losetup --find --show --offset ${offset}${file}# mount partition/disk with offset in /dev/loopX and show /dev/loopX
sudo losetup -d /dev/loopX # umount disk