From ee1aa0683c5dcec18f1d320c3f05ee731bdb74d9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 4 Dec 2012 14:37:33 -0500 Subject: [PATCH] posts:btrfs: use mkfs.btrfs instead of mkbtrfs Version 0.19 of btrfs-progs installs the mkfs version. --- posts/btrfs.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/btrfs.mdwn b/posts/btrfs.mdwn index c00caff..56ffcc1 100644 --- a/posts/btrfs.mdwn +++ b/posts/btrfs.mdwn @@ -19,7 +19,7 @@ the old partition: Unmount and create a new file system on your partition: # umount /dev/sdb2 - # mkbtrfs -L GENTOO -m single -d single /dev/sdb2 + # mkfs.btrfs -L GENTOO -m single -d single /dev/sdb2 Note that I've disabled raid for both the metadata and data to save space. This will make it harder to recover from corruption, but the -- 2.26.2