Comment on How to auto remount external HDD after power loss to laptop server?
Lenna@piefed.ca 4 weeks agoMy /etc/fstab file currently has the following:
UUID=412ea77a-96e1-427c-9f75-2aae2fe0dca1 /mnt/wd ext4 defaults 0 2
If I were to use the mnt-data.mount you’ve suggested, does that mean I need to delete what I already have in /etc/fstab and replace it with what you suggested?