It seems that with kparted one cannot format the drive itself without creating a partition. So, instead of formatting /dev/sdd with Btrfs one must create a partition and format /dev/sdd1. BUT, using mkfs.btrfs one can format sdd without creating sdd1.
For grins and giggles I formatted a 64Gb Sandisk.
But notice that the usable size remains the same as when I created an sdd1 partition.
For grins and giggles I formatted a 64Gb Sandisk.
Code:
[FONT=monospace][COLOR=#000000]$ sudo mkfs.btrfs -f -d single /dev/sdd[/COLOR] btrfs-progs v4.9.1 See http://btrfs.wiki.kernel.org for more information. Label: (null) UUID: 3b0030b7-550b-4894-aada-be3e0343df53 Node size: 16384 Sector size: 4096 Filesystem size: 59.16GiB Block group profiles: Data: single 8.00MiB Metadata: DUP 1.00GiB System: DUP 8.00MiB SSD detected: no Incompat features: extref, skinny-metadata Number of devices: 1 Devices: ID SIZE PATH 1 59.16GiB /dev/sdd [/FONT]
But notice that the usable size remains the same as when I created an sdd1 partition.
Comment