Parted: Difference between revisions

From DWIKI
(Created page with "Partition manager =Docs= *https://www.tecmint.com/parted-command-to-create-resize-rescue-linux-disk-partitions/")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Partition manager
Partition manager


=Docs=
= Docs =
*https://www.tecmint.com/parted-command-to-create-resize-rescue-linux-disk-partitions/
 
*[https://www.tecmint.com/parted-command-to-create-resize-rescue-linux-disk-partitions/ https://www.tecmint.com/parted-command-to-create-resize-rescue-linux-disk-partitions/]
     
= 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

Latest revision as of 12: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