Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lwc:misc [2022/02/04 07:12] – John Harrison | lwc:misc [2023/08/10 13:45] (current) – John Harrison | ||
---|---|---|---|
Line 2: | Line 2: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | ===== Resizing a microSD image ===== | ||
+ | < | ||
+ | $ sudo udisksctl loop-setup -f disk.img | ||
+ | Mapped file disk.img as /dev/loop0. | ||
+ | $ gparted /dev/loop0 | ||
+ | $ sudo udisksctl loop-delete -b /dev/loop0 | ||
+ | </ | ||
+ | // from https:// |