GNU bug report logs - #59176
parted is missing syntax to create a partition right after all partitions

Previous Next

Package: parted;

Reported by: Thomas Schweikle <tschweikle <at> gmail.com>

Date: Thu, 10 Nov 2022 16:51:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Thomas Schweikle <tschweikle <at> gmail.com>
To: 59176 <at> debbugs.gnu.org
Subject: bug#59176: parted is missing syntax to create a partition right after all partitions
Date: Thu, 10 Nov 2022 02:21:54 +0100
It is difficult to create partitions after existing partitions using parted:

1. you will have to find the last partition on disk
2. you will have to find the last block used by the partition found
with he first step
3. you have to add 1 to this last block.
4. you can now give the command to create a new partition after this partition

it would be nice to have the ability to specify something like

mkpart <type> <fs> after 100%FREE

to automatically create a partition after the last partition taking up
100% of free space without having to look first for the last
partition, then the last block used, add one to construct the command
to create the new partition.

-- 
Thomas




This bug report was last modified 2 years and 220 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.