FS not resizing.
|
10th Apr, 2016, 10:00 PM
Post: #2
|
|||
|
|||
RE: FS not resizing.
(10th Apr, 2016 08:36 PM)IriDium Wrote: Is there anyway to force the resize or can I do it on a live BTRFS system?Forcing resize: don't know You can do it while fs is mounted 1) check partition size sudo fdisk -l /dev/mmcblk0 if size is already max then continue with step 5 2) remove swap part if exists (should be partition 3) sudo swapoff -a and then run sudo fdisk /dev/mmcblk0 and remove swap part don't exit fdisk 3) enlarge root partition (should be partition 2) and add new swap partition start fdisk if not already running The trick is removing the existing one and create a new one with exactly the same start block and max size minus 250M for swap part Add swap partition, use rest of disk for this save changes to disk and exit (command w) 4) reload partition table into kernel run sudo partprobe if partprobe complains anything, you have to reboot before step 5 step 5) resize root fs and add swap resize root fs sudo btrfs filesystem resize max / sudo swapoff -a sudo mkswap /dev/mmcblk0p3 sudo swapon -a |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
FS not resizing. - IriDium - 10th Apr, 2016, 08:36 PM
RE: FS not resizing. - Nachteule - 10th Apr, 2016 10:00 PM
RE: FS not resizing. - IriDium - 10th Apr, 2016, 11:10 PM
RE: FS not resizing. - Nachteule - 10th Apr, 2016, 11:24 PM
RE: FS not resizing. - IriDium - 11th Apr, 2016, 12:54 AM
FS not resizing. - jakenl - 14th May, 2019, 07:46 AM
RE: FS not resizing. - Nachteule - 14th May, 2019, 10:47 PM
RE: FS not resizing. - jakenl - 15th May, 2019, 04:03 AM
RE: FS not resizing. - Nachteule - 15th May, 2019, 04:22 AM
FS not resizing. - jakenl - 15th May, 2019, 06:25 AM
RE: FS not resizing. - Nachteule - 15th May, 2019, 07:22 AM
RE: FS not resizing. - jakenl - 16th May, 2019, 04:12 AM
RE: FS not resizing. - Nachteule - 16th May, 2019, 04:20 AM
RE: FS not resizing. - Nachteule - 16th May, 2019, 04:36 AM
RE: FS not resizing. - jakenl - 16th May, 2019, 07:12 AM
RE: FS not resizing. - Nachteule - 16th May, 2019, 10:04 PM
RE: FS not resizing. - jakenl - 19th May, 2019, 07:38 AM
RE: FS not resizing. - Nachteule - 21st May, 2019, 02:42 AM
FS not resizing. - jakenl - 23rd May, 2019, 10:14 PM
RE: FS not resizing. - Nachteule - 23rd May, 2019, 10:30 PM
FS not resizing. - jakenl - 23rd May, 2019, 11:14 PM
RE: FS not resizing. - Nachteule - 23rd May, 2019, 11:26 PM
FS not resizing. - jakenl - 24th May, 2019, 06:49 AM
RE: FS not resizing. - Nachteule - 25th May, 2019, 05:25 AM
|