Skip to content

Commit

Permalink
docker: improve disk setup and add auto remount
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Dec 22, 2024
1 parent 9d92031 commit f025091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/setup-scrypted-nvr-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ then
set -e
removescryptedfstab
mkdir -p /mnt/scrypted-nvr
echo "PARTLABEL=scrypted-nvr /mnt/scrypted-nvr ext4 defaults,nofail,noatime 0 0" >> /etc/fstab

This comment has been minimized.

Copy link
@CatKub572

CatKub572 Dec 22, 2024

Wow

echo "UUID=$UUID /mnt/scrypted-nvr ext4 defaults,nofail,noatime,x-systemd.automount 0 0" >> /etc/fstab

This comment has been minimized.

Copy link
@CatKub572

CatKub572 Dec 22, 2024

Wow

mount -a
systemctl daemon-reload
set +e
Expand Down

0 comments on commit f025091

Please sign in to comment.