This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| autofs [2021/08/03 04:34] – [Debugging auto mount issues] vissie | autofs [2022/02/14 05:42] (current) – vissie | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| < | < | ||
| sudo automount -f -v</ | sudo automount -f -v</ | ||
| + | |||
| + | ====To unmount==== | ||
| + | fusermount -uz /data | ||
| + | mount /data | ||
| + | |||