Links
- Automounting sshfs
- Afuse - An automounter implemented with FUSE
- An autofs for fuse mounts.
- Note that all access will be proxies through afuse and therefore has overhead.
Snippets
sshfs -o reconnect chirayu@host:relative_dir_to_home ~/mnt/mount_point sshfs -o reconnect chirayu@host:/absolute_dir ~/mnt/mount_point