posts:btrfs: use mkfs.btrfs instead of mkbtrfs
authorW. Trevor King <wking@tremily.us>
Tue, 4 Dec 2012 19:37:33 +0000 (14:37 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 4 Dec 2012 19:37:33 +0000 (14:37 -0500)
Version 0.19 of btrfs-progs installs the mkfs version.

posts/btrfs.mdwn

index c00caff86adf413f27326f5f5c338d928f6f8c10..56ffcc1c4a62dc77603c65ae74ed1bbc3eaff42e 100644 (file)
@@ -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