GNU bug report logs -
#50601
parted-3.4 | File system not created
Previous Next
Reported by: Ricky Tigg <ricky.tigg <at> gmail.com>
Date: Wed, 15 Sep 2021 11:00:02 UTC
Severity: normal
Done: "Brian C. Lane" <bcl <at> redhat.com>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 50601-close <at> debbugs.gnu.org (full text, mbox):
On Wed, Sep 15, 2021 at 01:59:08PM +0300, Ricky Tigg wrote:
> *OS:* Fedora | *Component:* parted-3.4-2.fc34.x86_64
> *parted mode: *interactive
> *Target device:* 256 MiB USB-storage
> *Starting state:* existence alone of partition table; then no partition.
>
> Hello.
>
> - The creation of partition table and naming of partition when supported
> by selected partition table, succeed.
> - The creation of filesystem fails.
>
> # parted /dev/sdc
> (...)
> (parted) mkpart primary ext4 0% 100%
parted does not create filesystems, to do that you need to run mkfs.ext4
on the new partition. The partition value in parted is to tell parted
what you plan to use it for so that it can setup the UUID or partition
type correctly.
Brian
--
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart
This bug report was last modified 3 years and 252 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.