Results 1 to 4 of 4

Thread: Second Disk not available on startup

Hybrid View

  1. #1
    Join Date
    May 2020
    Beans
    5

    Question Second Disk not available on startup

    Good evening,

    I recently (re)installed Ubuntu 20.04 on my PC with two disks. Since then I am unable to launch the games that I have installed on the second disk until I navigate to it in the file browser.

    Is there something I can do to avoid that step?

  2. #2
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Second Disk not available on startup

    Yes, mount it at the startup.

  3. #3
    Join Date
    Jun 2018
    Beans
    167

    Re: Second Disk not available on startup

    You probably need to add the drive to /etc/fstab:

    Code:
    /dev/sdXY /path/to/mount/point auto 0 0
    Have a ubuntastic day!

  4. #4
    Join Date
    May 2020
    Beans
    5

    Re: Second Disk not available on startup

    I added the drive to the fstab file and now it works immediately.

    Thanks for the help.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •