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 |
||
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% |
Revision as of 10:40, 8 December 2020
Partition manager
Docs
FAQ
Grow last partition to max
parted /dev/sdd resizepart 2 100%