summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-06-03 14:51:46 +0100
committerSteve Kemp <steve@steve.org.uk>2015-06-03 14:51:46 +0100
commitb52a3f563b000f22ea5c903ceae0c3664be33c14 (patch)
treedcbc3f35ff19321d95c8d937411ebefb1c3d65d5
parent13279aed2659cb409fcae6d71bf7d5f26b2748c7 (diff)
Use the full options in the demonstration.
Since we've told the user they must use `user_subvol_rm_allowed` we should actually do so explicitly.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 816653f..4a83164 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ for your discs:
#
lvcreate my_volume_group --name byteback --size 1000GB
mkfs.btrfs /dev/my_volume_group/byteback
- echo '/dev/my_volume_group/byteback /byteback btrfs compress 0 0' >>/etc/fstab
+ echo '/dev/my_volume_group/byteback /byteback btrfs noatime,space_cache,compress=lzo,clear_cache,autodefrag,user_subvol_rm_allowed 0 0' >>/etc/fstab
mount /byteback
chown byteback /byteback
chmod u+w /byteback