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:04, 12 January 2023 Mike talk contribs created page Working with disk images (Created page with "=== mounting a full disk === ==== list available deices ==== $ losetup -f ==== setup a file as a disk. ==== $ losetup -P /dev/loop0 ./myimage.img $ ls -l /dev/loop0* /dev/loop0 /dev/loop0p1 /dev/loop0p2 ==== mount partition ==== $ mount /dev/loop0p1 /mnt/disk ==== umount partition ==== $ umount /mnt/disk ==== delete the mount ==== $ losetup -d /dev/loop0") Tag: Visual edit