User:Larpoux/Setting-up a boot SDCARD for p-boot

From PINE64
Revision as of 18:10, 11 November 2020 by Larpoux (talk | contribs) (Created page with "Setting up a boot SDCARD for the ''Multi-boot image with 13 distributions'' is really simple ... after you realize that the second partition is not ext.fs but a '''new File Sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Setting up a boot SDCARD for the Multi-boot image with 13 distributions is really simple ... after you realize that the second partition is not ext.fs but a new File System which is called `btrfs`.

Because of this File System,

$ sudo resize2fs /dev/sdXY   # THIS DOES NOT WORK !

(as explain in PinePhone#Resize_file_system ) does not work.


The correct way to resize the File System of the second partition is :

  1. - Mount the partition somewhere (/foo)
  2. - Execute the command :
$ btrfs filesystem resize max /foo