Automount using systemd How Can We Help? Search < Back You are here: Home Linux Specials OS things Automount using systemd Print PostedNovember 1, 2018 Last Updated OnNovember 22, 2021 Byadmin I will not explain what systemd.automount is, you can read it yourself here..I will give some working examples, I’m using them myself.SSHFS: @: fuse.sshfs noauto,x-systemd.automount,_netdev,user,idmap=user,follow_symlinks,identityfile= ,allow_other,uid=<UID#>,gid=<GID#>,exec 0 0 CIFS: /// cifs noauto,x-systemd.automount,_netdev,[cred=],uid=,gid=,x-systemd.mount-timeout=10s 0 0 Table of Contents
< Back You are here: Home Linux Specials OS things Automount using systemd Print PostedNovember 1, 2018 Last Updated OnNovember 22, 2021 Byadmin I will not explain what systemd.automount is, you can read it yourself here..I will give some working examples, I’m using them myself.SSHFS: @: fuse.sshfs noauto,x-systemd.automount,_netdev,user,idmap=user,follow_symlinks,identityfile= ,allow_other,uid=<UID#>,gid=<GID#>,exec 0 0 CIFS: /// cifs noauto,x-systemd.automount,_netdev,[cred=],uid=,gid=,x-systemd.mount-timeout=10s 0 0