External drives/partitions won't stay mounted

This is on a new install. There are two drives with different partitions. After the computer has been idle for a while, maybe over night or not even that long the drives will un mount. Here is my fstab:

UUID=68E8-3DEC                            /boot/efi      vfat    umask=0077 0 2
UUID=e60d802f-af3a-4e31-a597-c4372fb18a4a /              btrfs   subvol=/@,defaults,discard=async,ssd 0 0
UUID=e60d802f-af3a-4e31-a597-c4372fb18a4a /home          btrfs   subvol=/@home,defaults,discard=async,ssd 0 0
UUID=e60d802f-af3a-4e31-a597-c4372fb18a4a /var/cache     btrfs   subvol=/@cache,defaults,discard=async,ssd 0 0
UUID=e60d802f-af3a-4e31-a597-c4372fb18a4a /var/log       btrfs   subvol=/@log,defaults,discard=async,ssd 0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
UUID=33ff2e86-128d-4f6c-8ab2-03271b95d280 /torrents      ext4    defaults 0 0
UUID=351ec735-a15b-4804-bcdd-077ef9bbf1bb /media         ext4    defaults 0 0
UUID=eddfddc5-77b2-466f-acfb-5f1327b31b2e /Media         ext4    defaults 0 0
UUID=e8e6f5ab-c856-458e-b0d8-002fd40c9a9a /music         ext4    defaults 0 0"

There seems to be a typo in the last line - it’s probably not actually in your /etc/fstab
… the double quote at the end …

Other than that, I have no recommendation.

Hi @peaveyman,

Try mounting it with systemd. I’ve done mine with it, and it works flawlessly.

Hope this helps!