From 81ae879ac69502cf242e1d25ae09f78c154fab50 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sat, 20 Jul 2019 15:33:51 -0700 Subject: [PATCH] mount options for fewer write operations --- guide/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/install.md b/guide/install.md index d5bdb58..e9719d4 100644 --- a/guide/install.md +++ b/guide/install.md @@ -55,7 +55,7 @@ $ sudo install -d -o moonfire-nvr -g moonfire-nvr -m 700 /media/nvr/sample In `/etc/fstab`, add a line similar to this: ``` -/dev/disk/by-uuid/23d550bc-0e38-4825-acac-1cac8a7e091f /media/nvr ext4 defaults,noatime,nofail 0 2 +/dev/disk/by-uuid/23d550bc-0e38-4825-acac-1cac8a7e091f /media/nvr ext4 nofail,noatime,lazytime,data=writeback,journal_async_commit 0 2 ``` You'll have to lookup the correct uuid for your disk. One way to do that is