Tuesday, August 05, 2025

Automount using systemd

How Can We Help?

< Back
You are here:
Print

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 To Top