All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Mike's wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:28, 9 February 2024 Mike talk contribs created page Disk images (Created page with "Mounting a disk image on linux<pre> # losetup -P /dev/loop0 ./Orangepi5_1.1.8_debian_bullseye_server_linux5.10.160.img # mkdir -p /mnt/sys1/boot # mount /dev/loop0p1 /mnt/sys1/ # mount /dev/loop0p2 /mnt/sys1/boot </pre>To undo the above<pre> # umount /mnt/sys1/boot /mnt/sys1 # losetup -d /dev/looop </pre>") Tag: Visual edit