This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
autofs [2021/05/24 22:59] – created vissie | autofs [2022/02/14 05:42] (current) – vissie | ||
---|---|---|---|
Line 23: | Line 23: | ||
< | < | ||
For better debugging you might try running automount in foreground. | For better debugging you might try running automount in foreground. | ||
- | < | + | < |
sudo automount -f -v</ | sudo automount -f -v</ | ||
+ | |||
+ | ====To unmount==== | ||
+ | fusermount -uz /data | ||
+ | mount /data | ||
+ |