1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Fix typo changed in upstream.
This commit is contained in:
Kun Zhou
2020-09-07 17:25:25 +08:00
committed by GitHub
parent 9f99bec1f0
commit f8314ee568
+1 -1
View File
@@ -2,7 +2,7 @@
mkfs.btrfs /dev/sdb /dev/sdc /dev/sdd
# btrfs with just one hard drive, metadata not redundant
# (this is danegerous: if your metadata is lost, your data is lost as well)
# (this is dangerous: if your metadata is lost, your data is lost as well)
mkfs.btrfs -m single /dev/sdb
# data to be redundant and metadata to be non-redundant: