GNU bug report logs -
#19038
confusing command completion
Previous Next
To reply to this bug, email your comments to 19038 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-parted <at> gnu.org
:
bug#19038
; Package
parted
.
(Thu, 13 Nov 2014 10:33:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Ulrich Windl" <Ulrich.Windl <at> rz.uni-regensburg.de>
:
New bug report received and forwarded. Copy sent to
bug-parted <at> gnu.org
.
(Thu, 13 Nov 2014 10:33:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
When you type "mkpart p<TAB>" in parted 3.2, "p" is completed to "print" which makes no sense (expected was "primary") according to help:
---
(parted) help mkpart
mkpart PART-TYPE [FS-TYPE] START END make a partition
PART-TYPE is one of: primary, logical, extended
FS-TYPE is one of: btrfs, nilfs2, ext4, ext3, ext2, fat32, fat16, hfsx,
hfs+, hfs, jfs, swsusp, linux-swap(v1), linux-swap(v0), ntfs, reiserfs,
hp-ufs, sun-ufs, xfs, apfs2, apfs1, asfs, amufs5, amufs4, amufs3,
amufs2, amufs1, amufs0, amufs, affs7, affs6, affs5, affs4, affs3, affs2,
affs1, affs0, linux-swap, linux-swap(new), linux-swap(old)
START and END are disk locations, such as 4GB or 10%. Negative values
count from the end of the disk. For example, -1s specifies exactly the
last sector.
'mkpart' makes a partition without creating a new file system on the
partition. FS-TYPE may be specified to set an appropriate partition
ID.
---
Despite of that the help seems wrong for GPT anyway, because PART-TYPE is used as the name (label) of the GPT partition entry.
Please clean up!
This bug report was last modified 10 years and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.