Results 1 to 5 of 5

Thread: Root and EFI mounts show on Dock (Launcher) ?

  1. #1
    Join Date
    Sep 2020
    Beans
    2

    Root and EFI mounts show on Dock (Launcher) ?

    Hello great community of Ubuntu,



    I have two mounts that show up after boot (root, and efi). They appeared after an update and installation of rtl-sdr software.
    NOTE: I do not have to enter username or password upon boot.
    NOTE: I had to use "Sudo Nautilus" to get RTL-SDR software installed.

    These mounts go away if I log out, and log back in - When I log back in, I have to use my user password.

    Why is this happening.? What is a method of fixing this?

    Thank You so much...
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Root and EFI mounts show on Dock (Launcher) ?

    If, at the time we install Ubuntu we set the OS for automatic login it is then normal not need to enter username & password when we boot. It is also normal to have to enter the password when we logout and log back in.

    What is rtl-sdr software? What did you do to get Nautilus to install the rtl-sdr software. I did not think that it was possible to use a file manager to install software. Perhaps this was software that is not available from the Ubuntu software repositories. Did you use the file manager and double clicked a file and then the file installed the software? The two images shown are not the standard Ubuntu 20.04 image icons for a mounted partition.

    Please explain the process by which you installed this software and where you obtained the software from. I think it is more likely that the installation of this software is causing this to happen rather than the update/upgrade process.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  3. #3
    Join Date
    Sep 2020
    Beans
    2

    Re: Root and EFI mounts show on Dock (Launcher) ?

    Thank You @grahammechanical .

    This issue associated with this thread is: The mounted drive icons that are in the dock (in the image, bottom left). Those icons should not appear after boot.

    The other details about login and logout... ... are just notes to help diagnose why this happening.

    Nautilus was used to create a folder and a file while installing software. I had to launch Nautilus using the Terminal (sudo nautilus) to enable write permissions to create a folder and file to allow the software somewhere to store log files... I believe I had to do this because I have autologin enabled with ubuntu upon boot, and my user does not permissions. I believe that after I did this - now, every time it boots - It has those drive icons mounted in the dock (root, and efi).

    I am trying to figure out, why did this happen, and how to correct. ??

    Thanks so much

  4. #4
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,702

    Re: Root and EFI mounts show on Dock (Launcher) ?

    You might be able to make them go away by making an entry for them in fstab. I hide some partitions from my desktop that way, configure them for noauto so they don't actually mount. But having an fstab entry for them seems to stop the desktop thinking they're removable and showing icons for them. I use a line like this, you just have to get the device ID right.
    Code:
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    /dev/nvme0n1p3  /mnt/nvme0n1p3   auto    noauto         0       0

  5. #5
    Join Date
    Jul 2022
    Beans
    1

    Re: Root and EFI mounts show on Dock (Launcher) ?

    I has this problem when I reboot with a DVD in drive, which was cracked and not quite readable , when I removed it and reboot the problem disappeared

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
  •