Site Tools


linux:ubuntu:automount

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:ubuntu:automount [2018/06/04 11:39] – + lunetikklinux:ubuntu:automount [2018/12/21 14:28] (current) – [Config] lunetikk
Line 1: Line 1:
 ====== Automount (AutoFS) ====== ====== Automount (AutoFS) ======
 +
 +Some links:\\
 +[[https://wiki.ubuntuusers.de/Autofs/]]\\
 +[[https://www.selflinux.org/selflinux/html/autofs02.html]]
  
 ===== Service ===== ===== Service =====
Line 7: Line 11:
 |  service autofs stop  | |  service autofs stop  |
 |  service autofs status  | |  service autofs status  |
 +|  service autofs reload  |
 +|  service autofs restart  |
  
 ===== Config ===== ===== Config =====
Line 19: Line 25:
 <code> <code>
 mountfolder1 -rw,soft server1.local:/myfiles mountfolder1 -rw,soft server1.local:/myfiles
-mountfolder2 -rw,soft server2.local:/somemorefiles+mountfolder2 -rw,soft,nfsvers=3 server2.local:/somemorefiles
 </code> </code>
  
 +Result:
 <code> <code>
 # ll /mnt # ll /mnt
linux/ubuntu/automount.1528105177.txt.gz · Last modified: 2018/06/04 11:39 by lunetikk