I’ll make an addenda to my notes. Thanks.
Comment on How to auto remount external HDD after power loss to laptop server?
happy_wheels@lemmy.blahaj.zone 4 weeks ago This but put the entries in /etc/fstab instead.
irmadlad@lemmy.world 4 weeks ago
feannag@sh.itjust.works 4 weeks ago
Wouldn’t that just mount the HDD when the server boots? I think the issue is re-mounting it while the server remains up, hence the systemd service. But maybe I don’t understand fstab fully.
klankin@piefed.ca 4 weeks ago
I think you can use the service to remount using the fstab entries/options. (Like “mount /dev/disk/by-uuid/XXX” and it’ll automatically apply the options and mountpoint)
Arguably cleaner depending on your setup
I wanted to provide feedback for THIS part only. :) not for OPs issue. I would have responded to OPs post if that were the case….