Advertisement
HexisNou

mount image DietPi

Dec 29th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [root@fibonacci mnt]# file DietPi_RPi-ARMv6-Bullseye.img
  2.  
  3. DietPi_RPi-ARMv6-Bullseye.img: DOS/MBR boot sector; partition 1 : ID=0xc, active, start-CHS (0x40,0,1), end-CHS (0x3ff,3,32), startsector 8192, 262144 sectors; partition 2 : ID=0x83, start-CHS (0x3ff,3,32), end-CHS (0x3ff,3,32), startsector 270336, 1826816 sectors
  4.  
  5. echo $((8192*512)) $((262144*512))
  6. echo $((270336*512)) $((1826816*512))
  7.  
  8.  
  9. mount -o loop,offset=4194304,sizelimit=134217728 DietPi_RPi-ARMv6-Bullseye.img /mnt/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement