1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Merge pull request #234 from mmqmzk/patch-1

Fix run tests fail.
This commit is contained in:
Igor Chubin
2020-09-16 21:41:39 +02:00
committed by GitHub
+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: