# parted /dev/YOUR_DEVICE_NAME
(parted) mklabel gpt
(parted) unit s
(parted) mkpart primary ext4 64 -1
Warning: You requested a partition from 64 to 2930277167s.
The closest location we can manage is 64 to 2930277134s.
Is this still acceptable to you?
Yes/No?
Yes.
(parted) quit
# mkfs.ext4 -T largefile4 /dev/YOUR_DEVICE_NAME