• dual_sport_dork 🐧🗡️
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    You can mount your drives on boot in fstab (/etc/fstab). This is only a low-key pain in the ass, and it’s probably a good thing your internally installed drives won’t change very often.

    If whatever method you use to mount them outright requires using the full mount command, possibly with a shitload of parameters attached, you can also do it on boot as a cron job that fires on boot (crontab -e) by prefacing the command with @reboot rather than the usual set of time parameters. This is how I handle e.g. mounting complicated network shares on my servers. This will fire before you even get to your login screen, so the drives ought to be accessible by the time Steam has to do whatever it does.