Automount the nfs shares.
This commit is contained in:
parent
a6b35eecb5
commit
b54db2f2c1
3 changed files with 13 additions and 1 deletions
6
etc/auto.data
Normal file
6
etc/auto.data
Normal file
|
|
@ -0,0 +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
|
||||
Loading…
Add table
Add a link
Reference in a new issue