`parted` command man page missing `fs-type` definition
Issue
partedcommand man page missingfs-typedefinition.
mkpartfsoption has been removed fromparted. It does not work in actual command and we have to manually create a fs on the device.
However, fs-type options which we could use with parted are seen missing in the above package version.
Before
mkpart part-type [fs-type] start end
Make a part-type partition with filesystem fs-type (if specified), beginning at start and ending at end (by default in megabytes). fs-type can be one of "fat16", "fat32", "ext2", "HFS", "linux-swap", "NTFS", "reiserfs", or "ufs". part-type should be one of "primary", "logical", or "extended".
Now
mkpart part-type [fs-type] start end
Make a part-type partition for filesystem fs-type (if specified), beginning at start and ending at end (by default in megabytes). part-type should be one of "primary", "logical", or "extended".
Environment
- Red Hat Enterprise Linux 7
- parted-3.1-23.el7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
