1 頁 (共 1 頁)

Ubuntu mate resize sd

發表於 : 2016-03-20 22:05:47
yehlu
Re-size file system

There are no utilities included for automatic file system re-sizing. However, it’s not hard to do manually. Once booted:

sudo fdisk /dev/mmcblk0

Delete the second partition (d, 2), then re-create it using the defaults (n, p, 2, enter, enter), then write and exit (w). Reboot the system, then:

sudo resize2fs /dev/mmcblk0p2