lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3 个月前systemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square89fedilinkarrow-up1240arrow-down198
arrow-up1142arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3 个月前message-square89fedilink
minus-squareEggymatrix@sh.itjust.workslinkfedilinkEnglisharrow-up20·3 个月前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·3 个月前On modern systems, fstab entries are read by systemd and .mount files are automatically created for each entry. 😄
minus-squareEryn6844@piefed.blahaj.zonelinkfedilinkEnglisharrow-up3·3 个月前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·3 个月前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.