Add autofs mount examples.
This commit is contained in:
parent
320419c2da
commit
5a2c9d0e7d
2 changed files with 4 additions and 0 deletions
1
autofs/auto.master.d/storage.autofs
Normal file
1
autofs/auto.master.d/storage.autofs
Normal file
|
|
@ -0,0 +1 @@
|
|||
/mountpoint /etc/auto.storage browse
|
||||
3
autofs/auto.storage
Normal file
3
autofs/auto.storage
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mountpoint -fstype=ext4,defaults,lazytime :/dev/sdb1
|
||||
mountpoint -vers=4,hard,acl,rw,fsc server:/export
|
||||
mountpoint -fstype=glusterfs,backup-volfile-servers=altserver,defaults,acl server:/volume
|
||||
Loading…
Add table
Add a link
Reference in a new issue