lemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3か月前systemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square85fedilinkarrow-up1235arrow-down198cross-posted to: [email protected]
arrow-up1137arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netlemmydividebyzero@reddthat.com to Technology@lemmy.worldEnglish · 3か月前message-square85fedilinkcross-posted to: [email protected]
minus-squareEggymatrix@sh.itjust.workslinkfedilinkEnglisharrow-up19·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.