LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-05-2020, 10:57 AM   #1
bradonomics
LQ Newbie
 
Registered: Aug 2015
Location: Alabama, USA
Posts: 11

Rep: Reputation: Disabled
Filesystem Root and EFI Now Showing as Removable Drives in Nemo


As you can see in the attachment, the filesystem root and efi drives are showing as removable drives in Nemo. This was not the case a few days ago.

Also, USB drives are not auto monuting anymore.

Any ideas why this is, or how to get things back to normal?




System Info:

OS: Ubuntu 18.04
Desktop: Cinnamon v4.2.4
Kernel: 5.3.0-22-generic
Attached Thumbnails
Click image for larger version

Name:	devices.jpg
Views:	16
Size:	13.5 KB
ID:	34487  
 
Old 11-05-2020, 12:14 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Open a terminal post the output of
Code:
lsblk -f
 
Old 11-05-2020, 01:10 PM   #3
bradonomics
LQ Newbie
 
Registered: Aug 2015
Location: Alabama, USA
Posts: 11

Original Poster
Rep: Reputation: Disabled
Code:
$ lsblk -f
NAME        FSTYPE  LABEL UUID                                 MOUNTPOINT
loop0       squashf                                            /snap/gtk-common-
loop1       squashf                                            /snap/heroku/3999
loop2       squashf                                            /snap/gnome-calcu
loop3       squashf                                            /snap/gnome-chara
loop4       squashf                                            /snap/polarr/9
loop5       squashf                                            /snap/gtk-common-
loop6       squashf                                            /snap/chromium/13
loop7       squashf                                            /snap/gnome-logs/
loop8       squashf                                            /snap/plexmediase
loop9       squashf                                            /snap/gnome-syste
loop10      squashf                                            /snap/gnome-3-28-
loop11      squashf                                            /snap/bitwarden/3
loop12      squashf                                            /snap/chromium/13
loop13      squashf                                            /snap/gnome-3-28-
loop14      squashf                                            /snap/core/10185
loop15      squashf                                            /snap/plexmediase
loop16      squashf                                            /snap/manuskript/
loop17      squashf                                            /snap/core18/1932
loop18      squashf                                            /snap/manuskript/
loop19      squashf                                            /snap/vlc/1620
loop20      squashf                                            /snap/gnome-3-34-
loop21      squashf                                            /snap/gnome-syste
loop22      squashf                                            /snap/gnome-3-26-
loop23      squashf                                            /snap/heroku/3997
loop24      squashf                                            /snap/gnome-logs/
loop25      squashf                                            /snap/gnome-3-34-
loop26      squashf                                            /snap/bitwarden/3
loop27      squashf                                            /snap/core/10126
loop28      squashf                                            /snap/vlc/1700
loop29      squashf                                            /snap/gnome-3-26-
loop30      squashf                                            /snap/gnome-chara
loop31      squashf                                            /snap/gnome-calcu
loop32      squashf                                            /snap/core18/1885
nvme0n1                                                        
├─nvme0n1p1 vfat          CE7D-C56F                            /boot/efi
└─nvme0n1p2 ext4          b5b2275e-5222-4417-a07e-bba5f6258192 /
 
Old 11-05-2020, 11:17 PM   #4
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by bradonomics View Post
Code:
$ lsblk -f
NAME        FSTYPE  LABEL UUID                                 MOUNTPOINT

nvme0n1                                                        
├─nvme0n1p1 vfat          CE7D-C56F                            /boot/efi
└─nvme0n1p2 ext4          b5b2275e-5222-4417-a07e-bba5f6258192 /
That clearly shows the / and /boot/efi filesystems mounted from your SSD.
You do however have many many loop mounts (I see 33) on /snap which is abnormal for most systems. All are mounted as type squashfs and with the truncated filenames it appears they are being seen as if from an older dos (fat-16) style device (possibly win95 style file naming). Can you tell us why that would be or get those files unmounted? Do you have some script that automatically mounts things?

Last edited by computersavvy; 11-05-2020 at 11:18 PM.
 
Old 11-06-2020, 01:11 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Since this isn't an error per se, the best "solution" is to configure the filemanager to not show these anymore, if they annoy you.
 
Old 11-06-2020, 06:55 AM   #6
bradonomics
LQ Newbie
 
Registered: Aug 2015
Location: Alabama, USA
Posts: 11

Original Poster
Rep: Reputation: Disabled
I can not tell you why those /snap things are there. I did not manually mount them and have no idea how to unmount them. I do not have scripts that automatically mount things.

I do not know how to configure the file manager to not show these drives. I never configured it to show them when they appeared a few days ago. Any ideas how to configure this so they won't show in Nemo?
 
Old 11-06-2020, 08:21 AM   #7
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Did you do updates about the time this happened?
 
Old 11-06-2020, 08:45 AM   #8
bradonomics
LQ Newbie
 
Registered: Aug 2015
Location: Alabama, USA
Posts: 11

Original Poster
Rep: Reputation: Disabled
I did. I want to say it was this group (from /var/log/apt/history.log), but I could be mistaken:

Code:
Start-Date: 2020-11-03  11:02:11
Commandline: aptdaemon role='role-commit-packages' sender=':1.259'
Upgrade: libc6-dbg:amd64 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
libc6-dev:amd64 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
libwbclient0:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.20, 2:4.7.6+dfsg~ubuntu-0ubuntu2.21),
google-chrome-stable:amd64 (86.0.4240.111-1, 86.0.4240.183-1),
gir1.2-accountsservice-1.0:amd64 (0.6.45-1ubuntu1pop2, 0.6.45-1ubuntu1.3),
libc6:amd64 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
libc6:i386 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
skypeforlinux:amd64 (8.65.0.78, 8.66.0.74),
locales:amd64 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
gdm3:amd64 (3.28.3-0ubuntu18.04.5pop1~1551986836~18.04~d21ecd7, 3.28.3-0ubuntu18.04.6),
gir1.2-gdm-1.0:amd64 (3.28.3-0ubuntu18.04.5pop1~1551986836~18.04~d21ecd7, 3.28.3-0ubuntu18.04.6),
python-cryptography:amd64 (2.1.4-1ubuntu1.3, 2.1.4-1ubuntu1.4),
samba-libs:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.20, 2:4.7.6+dfsg~ubuntu-0ubuntu2.21),
libgdm1:amd64 (3.28.3-0ubuntu18.04.5pop1~1551986836~18.04~d21ecd7, 3.28.3-0ubuntu18.04.6),
python3-cryptography:amd64 (2.1.4-1ubuntu1.3, 2.1.4-1ubuntu1.4),
libc-bin:amd64 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
libsmbclient:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.20, 2:4.7.6+dfsg~ubuntu-0ubuntu2.21),
libc-dev-bin:amd64 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
multiarch-support:amd64 (2.27-3ubuntu1.2, 2.27-3ubuntu1.3),
accountsservice:amd64 (0.6.45-1ubuntu1pop2, 0.6.45-1ubuntu1.3),
libaccountsservice0:amd64 (0.6.45-1ubuntu1pop2, 0.6.45-1ubuntu1.3)
End-Date: 2020-11-03  11:02:49
 
Old 11-06-2020, 09:24 AM   #9
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
rerun updates to make sure all updates was installed.
 
Old 11-06-2020, 02:25 PM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by bradonomics View Post
Any ideas how to configure this so they won't show in Nemo?
I'd start with the Preferences. Does Nemo do such arcane things as "Menu Bar" and "Preferences/Settings Dialog"?
 
Old 11-09-2020, 08:14 AM   #11
bradonomics
LQ Newbie
 
Registered: Aug 2015
Location: Alabama, USA
Posts: 11

Original Poster
Rep: Reputation: Disabled
Things are working as expected again. I made no configuration or preference changes. The drives shown in the original post are no longer showing in Nemo and USB drives are once again auto-mounting. My only assumption is showing and then hiding of these drives was due to updates. I'm sorry to waste everyone's time here, but I do appreciate the help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Ooooy. EFI boot mmx64.efi.efi not found bulgin Linux - Newbie 12 12-20-2018 11:03 AM
[SOLVED] Can't find /boot/efi/EFI/Slackware/vmlinuz kernel configuration ironQiu Slackware 4 02-09-2015 06:21 AM
boot efi disk with without a non-efi bios pc... masavini Programming 1 11-12-2013 08:48 PM
EFI main GPT overwritten everytime (when windows 7 runs) - structure of EFI masuch Linux - Newbie 2 07-20-2012 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration