lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 2 个月前systemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square88linkfedilinkarrow-up1241cross-posted to: linux@programming.devlinux@lemmy.ml
arrow-up1241external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 2 个月前message-square88linkfedilinkcross-posted to: linux@programming.devlinux@lemmy.ml
minus-squareEggymatrix@sh.itjust.workslinkfedilinkEnglisharrow-up20·2 个月前I dont know what you are doing, but I have my smb shares simply in fstab and never heard of any .mount file
minus-squareAvid Amoeba@lemmy.calinkfedilinkEnglisharrow-up9·2 个月前On modern systems, fstab entries are read by systemd and .mount files are automatically created for each entry. 😄
minus-squareEryn6844@piefed.blahaj.zonelinkfedilinkEnglisharrow-up3·2 个月前i am making them in salt-stack systemd templates/pillars. i will see what i miss when i do a fstab one.
minus-squareBjörn@swg-empire.delinkfedilinkEnglisharrow-up4·2 个月前Systemd can use .mount files to make services and stuff depend on the availability of a mount. They can either be created by hand or are created automatically from fstab.
I dont know what you are doing, but I have my smb shares simply in fstab and never heard of any .mount file
On modern systems, fstab entries are read by systemd and .mount files are automatically created for each entry. 😄
i am making them in salt-stack systemd templates/pillars. i will see what i miss when i do a fstab one.
Systemd can use .mount files to make services and stuff depend on the availability of a mount. They can either be created by hand or are created automatically from fstab.