From b52a3f563b000f22ea5c903ceae0c3664be33c14 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 3 Jun 2015 14:51:46 +0100 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1