This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
autofs [2021/08/03 04:34] vissie [Debugging auto mount issues] |
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 | ||
+ |