Comment on How to auto remount external HDD after power loss to laptop server?
tofu@lemmy.nocturnal.garden 4 weeks agoYou can run mount -a to mount all fstab entries. You could put that in a cronjob I guess
Comment on How to auto remount external HDD after power loss to laptop server?
tofu@lemmy.nocturnal.garden 4 weeks agoYou can run mount -a to mount all fstab entries. You could put that in a cronjob I guess
Lenna@piefed.ca 4 weeks ago
If I were to make it run that command every 5 minutes, would there be any downsides?
tofu@lemmy.nocturnal.garden 4 weeks ago
I don’t know if it has side effects when there’s issues with mounting or the like.
It would also interfere if you want to unmount it and forget to disable the cronjob.