Merge pull request #109 from abitrolly/patch-2

Fix "danegerous" typo in `btrfs`
pull/111/head
Igor Chubin 4 years ago committed by GitHub
commit e2bdf60a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save