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

To reply to this bug, email your comments to 59176 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-parted <at> gnu.org:
bug#59176; Package parted. (Thu, 10 Nov 2022 16:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thomas Schweikle <tschweikle <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-parted <at> gnu.org. (Thu, 10 Nov 2022 16:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thomas Schweikle <tschweikle <at> gmail.com>
To: bug-parted <at> gnu.org
Subject: 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.