Results 1 to 3 of 3

Thread: Dual boot on separate drives issue

  1. #1
    Join Date
    Jun 2020
    Beans
    1

    Question Dual boot on separate drives issue

    Hello, I'm new here. So right now I'm dual booting Windows 10 and Ubuntu 20.04 on separate drives. Everything works, but I have a problem. Ubuntu recognizes the drive in which W10 is installed as /dev/sda2, is there any way to tell Ubuntu not to ever use this drive, or even to make it invisible? Lots of opportunities for me to mess up the W10 drives. From what I've read here, unmounting it seems like a good option but I don't want to mess something up. If anyone knows what to do please tell me, thank you!
    Last edited by wildmanne39; June 28th, 2020 at 03:25 AM. Reason: Removed inapropriate language

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,822
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Dual boot on separate drives issue

    It won't be mounted right after booting Ubuntu, so no need to unmount it. You could put the Win10 partition in your /etc/fstab with the noauto option. If you do so, it still won't mount automatically during boot, but at the same time your file manager will no longer show it in the side panel, offering to mount it. At the same time, you could configure your Ubuntu to automatically mount a shared data partition in some convenient place.

    https://help.ubuntu.com/community/Fstab

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Dual boot on separate drives issue

    Is sda2 your ESP - efi system partition?
    Ubuntu's Ubiquity installs grub boot loader into the ESP on the first drive, often sda.

    Did you create an ESP on your Ubuntu drive?
    Post this:
    lsblk -o name,fstype,size,fsused,label,partlabel,mountpoint | egrep -v "^loop"
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

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
  •