Initial commit.
This commit is contained in:
parent
6720861726
commit
e34a2333a7
32 changed files with 309 additions and 3 deletions
6
etc/autofs/.gitignore
vendored
Normal file
6
etc/autofs/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
auto.master
|
||||
auto.misc
|
||||
auto.net*
|
||||
auto.smb*
|
||||
autofs.conf
|
||||
autofs_ldap_auth.conf
|
||||
1
etc/autofs/auto.master.d/storage.autofs
Normal file
1
etc/autofs/auto.master.d/storage.autofs
Normal file
|
|
@ -0,0 +1 @@
|
|||
/data /etc/autofs/auto.storage browse
|
||||
5
etc/autofs/auto.storage
Normal file
5
etc/autofs/auto.storage
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
home -vers=4,hard,acl,rw,fsc 192.168.67.245:/home
|
||||
media -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/media
|
||||
slackware -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/slackware
|
||||
tmp -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/tmp
|
||||
www -vers=4,hard,acl,rw,fsc 192.168.67.245:/data/www
|
||||
Loading…
Add table
Add a link
Reference in a new issue