From a58d66d484c44eb266190928a9bef66dc3bcb91f Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 11 Aug 2024 07:59:51 -0700 Subject: [PATCH] docker: use noatime for nvr mounts --- install/docker/setup-scrypted-nvr-volume.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/docker/setup-scrypted-nvr-volume.sh b/install/docker/setup-scrypted-nvr-volume.sh index 844c3c70b..b8ab74739 100644 --- a/install/docker/setup-scrypted-nvr-volume.sh +++ b/install/docker/setup-scrypted-nvr-volume.sh @@ -128,7 +128,7 @@ then set -e removescryptedfstab mkdir -p /mnt/scrypted-nvr - echo "PARTLABEL=scrypted-nvr /mnt/scrypted-nvr ext4 defaults,nofail 0 0" >> /etc/fstab + echo "PARTLABEL=scrypted-nvr /mnt/scrypted-nvr ext4 defaults,nofail,noatime 0 0" >> /etc/fstab mount -a systemctl daemon-reload set +e