Auto mount a network share on Linux

Another common task I do is mounting a network share on Debian, and always have to reference a previous VM config. # /etc/fstab //10.0.1.100/Share /mnt/share username=username,password=password,uid=1000,gid=1000,_netdev,nofail,x-systemd.automount,x-systemd.requires=network-online.target 0 0 Breakdown of…