Expanding root filesystem

Sure!

So by default it’s 1Gb for root and the rest for SD Storage (for network attached storage features) but if you want to use docker you can certainly resize it. Here’s how (video and steps below):

Steps:

  1. In SSH, run cfdisk /dev/mmcblk0

  2. Using the up and down arrow keys, go to /dev/mmcblk0p3

  3. Then using right/left arrow keys go to delete (you could alternatively resize it) and hit enter

  4. Next, with up and down arrows scroll to /dev/mmcblk0p2

  5. With right/left arrows (with /dev/mmcblk0p2 highlighted) go to Resize

  6. It should suggest the unallocated storage on the SD - just hit enter to confirm

  7. Then using the right/left arrows go to the option for Write and hit enter. Type yes to confirm

  8. Go to Quit

  9. Reboot

  10. It should now be all done, you can run fdisk -l to verify it’s resized after rebooting

1 Like