Add hard+noserverino to CIFS mounts to survive unRAID drive spin-down

This commit is contained in:
2026-02-20 21:02:54 +00:00
parent c84175640f
commit 03a2ce647b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ volumes:
driver: local
driver_opts:
type: cifs
o: "addr=192.168.1.192,username=${SMB_USERNAME},password=${SMB_PASSWORD},vers=3.0,uid=0,gid=0,file_mode=0755,dir_mode=0755,iocharset=utf8,noperm"
o: "addr=192.168.1.192,username=${SMB_USERNAME},password=${SMB_PASSWORD},vers=3.0,uid=0,gid=0,file_mode=0755,dir_mode=0755,iocharset=utf8,noperm,noserverino,hard"
device: "//192.168.1.192/backup/nas-docker-data"
services: