try without addr

This commit is contained in:
Andrew Kidd 2025-01-04 10:11:38 +00:00
parent cfb2c999cf
commit 8d9b9edf24

View file

@ -104,7 +104,7 @@ in
# Use the 'sys' security flavor # Use the 'sys' security flavor
"sec=sys" "sec=sys"
# Specify the NFS server address # Specify the NFS server address
"mountaddr=192.168.0.108" # "mountaddr=192.168.0.108"
# Use NFS mount protocol version 3 # Use NFS mount protocol version 3
"mountvers=3" "mountvers=3"
# Use TCP for the mount protocol # Use TCP for the mount protocol
@ -112,7 +112,7 @@ in
# Enable local locking # Enable local locking
"local_lock=all" "local_lock=all"
# Specify the NFS server address # Specify the NFS server address
"addr=192.168.0.108" # "addr=192.168.0.108"
# Do not update inode access times on reads # Do not update inode access times on reads
"noatime" "noatime"
# Do not update directory inode access times on reads # Do not update directory inode access times on reads