Comment on What is easiest solution to automatically resolve missing mounts due to e.g. a power outage?
sylverstream@lemmy.nz 9 months agoSorry, I’m absolutely not a Linux expert :) I use /etc/fstab for the mounts, and to manually re-mount I run “mount -a”.
avidamoeba@lemmy.ca 9 months ago
This is a great opportunity to learn a bit of systemd then. Look at my other comment.
sylverstream@lemmy.nz 9 months ago
Awesome, yes, definitely will do. After years of using Linux, the whole systemd thing is still a bit of a black box to me. I know how to create /start/stop services etc but that’s about it. Thanks for the prompt replies!