Parted: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
 
Line 7: Line 7:
        
        
= FAQ =
= FAQ =
== Grow last partition to max ==
== Grow last partition to max ==
  parted /dev/sdd
 
resizepart 2 100%
  parted /dev/sdd resizepart 2 100%
 
parted /dev/sda resizepart 3 100%
Warning: Not all of the space available to /dev/sda appears to be used, you can fix the GPT to use all of the space (an extra 41943040 blocks) or continue with the current setting?
Fix/Ignore
 
Ignore wil just mean "give up"? Fix is what you want

Latest revision as of 11:25, 13 September 2021

Partition manager

Docs

FAQ

Grow last partition to max

parted /dev/sdd resizepart 2 100%

parted /dev/sda resizepart 3 100% Warning: Not all of the space available to /dev/sda appears to be used, you can fix the GPT to use all of the space (an extra 41943040 blocks) or continue with the current setting? Fix/Ignore

Ignore wil just mean "give up"? Fix is what you want