Automount the nfs shares.
This commit is contained in:
parent
a6b35eecb5
commit
b54db2f2c1
3 changed files with 13 additions and 1 deletions
|
|
@ -123,6 +123,11 @@ ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - -
|
|||
YXB0 - -
|
||||
ZXRjL2FwdC8uZ2l0aWdub3Jl 1762532662.236312315 1776538060.448000000 root:root 0644 - -
|
||||
ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - -
|
||||
ZXRjL2F1dG8uZGF0YQ== 1776533036.500000000 1776533394.748000000 root:root 0644 - -
|
||||
ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - -
|
||||
YXV0by5tYXN0ZXIuZA== - -
|
||||
ZXRjL2F1dG8ubWFzdGVyLmQvZGF0YS5hdXRvZnM= 1776527771.640000000 1776533394.720000000 root:root 0644 - -
|
||||
ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - -
|
||||
ZXRjL2JpcnRoLWNlcnRpZmljYXRl 1774714793.333168516 1776538060.172000000 root:root 0644 - -
|
||||
ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - -
|
||||
Ym9vdC5k - -
|
||||
|
|
@ -132,7 +137,7 @@ Ym9vdC5k - -
|
|||
ZXRjL2Jvb3QuZC93aXJlZ3VhcmQ= 1775836083.663925262 1776538060.172000000 root:root 0755 - -
|
||||
ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - -
|
||||
Y2VydGlmaWNhdGVz - -
|
||||
ZXRjL2NlcnRpZmljYXRlcy8uZ2l0aWdub3Jl 1776538009.744000000 1776538060.448000000 root:root 0644 - -
|
||||
ZXRjL2NlcnRpZmljYXRlcy8uZ2l0aWdub3Jl 1776541747.320000000 1776541749.688000000 root:root 0644 - -
|
||||
ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - -
|
||||
Y2VydGlmaWNhdGVz - -
|
||||
ZXRjL2NlcnRpZmljYXRlcy9jb3JlLnNsYWNrd2FyZS51ay5pbnRlcm5hbF9jZXJ0LnBlbQ== 1775846834.332092555 1776538060.172000000 root:root 0644 - -
|
||||
|
|
|
|||
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
|
||||
1
etc/auto.master.d/data.autofs
Normal file
1
etc/auto.master.d/data.autofs
Normal file
|
|
@ -0,0 +1 @@
|
|||
/data /etc/auto.data browse
|
||||
Loading…
Add table
Add a link
Reference in a new issue