From: W. Trevor King Date: Tue, 4 Dec 2012 19:37:33 +0000 (-0500) Subject: posts:btrfs: use mkfs.btrfs instead of mkbtrfs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee1aa0683c5dcec18f1d320c3f05ee731bdb74d9;p=blog.git posts:btrfs: use mkfs.btrfs instead of mkbtrfs Version 0.19 of btrfs-progs installs the mkfs version. --- 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