Post #1699963
2026-04-26 20:32 UTC
How are you trying to format the device? I got that error message when using gparted.
Replies (1)
-
@hendrik@palaver.p3x.de 2026-04-26 20:38
truncate -s 128M fs.img parted fs.img mklabel gpt mkpart primary btrfs 1MiB 100% quit sudo losetup --find --partscan --show fs.img sudo mkfs.btrfs /dev/loop0p1 You should be able to skip thee loop device stuff and work on an actual device instead.