Update NFS mount options.
This commit is contained in:
parent
c6135604d0
commit
b62d7f869b
2 changed files with 8 additions and 553 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var_lib -fstype=nfs4,proto=tcp,vers=4.1,timeo=20,softerr,rw,acl 10.254.0.213:/mnt/Data/servers/core.slackware.uk.internal
|
||||
depository -fstype=nfs4,proto=tcp,vers=4.1,timeo=20,softerr,rw,acl 10.254.0.213:/mnt/Data/depository
|
||||
homes -fstype=nfs4,proto=tcp,vers=4.1,timeo=20,softerr,rw,acl 10.254.0.213:/mnt/Data/homes
|
||||
logs -fstype=nfs4,proto=tcp,vers=4.1,timeo=20,softerr,rw,acl 10.254.0.213:/mnt/Data/logs
|
||||
sites -fstype=nfs4,proto=tcp,vers=4.1,timeo=20,softerr,rw,acl 10.254.0.213:/mnt/Data/sites
|
||||
tmp -fstype=nfs4,proto=tcp,vers=4.1,timeo=20,softerr,rw,acl 10.254.0.213:/mnt/Data/tmp
|
||||
var_lib -fstype=nfs,proto=tcp,sec=sys,vers=4.2,async,defaults,acl,dirsync,lazytime,softerr,timeo=50,retrans=5 10.254.0.213:/mnt/Data/servers/core.slackware.uk.internal
|
||||
depository -fstype=nfs,proto=tcp,sec=sys,vers=4.2,async,defaults,acl,dirsync,lazytime,softerr,timeo=50,retrans=5 10.254.0.213:/mnt/Data/depository
|
||||
homes -fstype=nfs,proto=tcp,sec=sys,vers=4.2,async,defaults,acl,dirsync,lazytime,softerr,timeo=50,retrans=5 10.254.0.213:/mnt/Data/homes
|
||||
logs -fstype=nfs,proto=tcp,sec=sys,vers=4.2,async,defaults,acl,dirsync,lazytime,softerr,timeo=50,retrans=5 10.254.0.213:/mnt/Data/logs
|
||||
sites -fstype=nfs,proto=tcp,sec=sys,vers=4.2,async,defaults,acl,dirsync,lazytime,softerr,timeo=50,retrans=5 10.254.0.213:/mnt/Data/sites
|
||||
tmp -fstype=nfs,proto=tcp,sec=sys,vers=4.2,async,defaults,acl,dirsync,lazytime,softerr,timeo=50,retrans=5 10.254.0.213:/mnt/Data/tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue