projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f50e23b
)
posts:btrfs: use mkfs.btrfs instead of mkbtrfs
author
W. Trevor King
<wking@tremily.us>
Tue, 4 Dec 2012 19:37:33 +0000
(14:37 -0500)
committer
W. 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
patch
|
blob
|
history
diff --git
a/posts/btrfs.mdwn
b/posts/btrfs.mdwn
index c00caff86adf413f27326f5f5c338d928f6f8c10..56ffcc1c4a62dc77603c65ae74ed1bbc3eaff42e 100644
(file)
--- 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
+ # mk
fs.
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