On 3/11/21 9:03 AM, Dick Steffens wrote:
On 3/11/21 8:51 AM, Ben Koenig wrote:
The next time you see one of these open a terminal and run 'mount'. This
will return a list of all current mounted devices.
This includes virtual devices. it should be pretty easy to find the
offending mountpoint but you can post the output here if you arent sure.
It's on the desktop, but doesn't show up with ls -l. There are seven
icons on the desktop, but only four of them show up with ls -l, even
though it says there are 12 items:
rsteff@ENU-1:~/Desktop$ ls -l
total 12
drwxrwxr-x 3 rsteff rsteff 4096 Feb 3 15:29 Recordings
-rw-rw-r-- 1 rsteff rsteff 37 Mar 8 09:53 'Stuff to adjust on
Virtual Win 7.txt'
-rw-rw-r-- 1 rsteff rsteff 0 Mar 8 10:36 'This is ENU-1.txt'
-rw-rw-r-- 1 rsteff rsteff 34 Mar 9 14:51 'TV Scheduled'
rsteff@ENU-1:~/Desktop$
That makes perfect sense. By default the XFCE desktop will add icons for
things like removable drives, the home folder, and a trash icon. You can
select which of these you want to show in the settings. I usually
disable a few of them just because they clutter up my screen. Note that
those icons are not actual files so they won't be visible to ls.
rsteff@ENU-1:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs
(rw,nosuid,noexec,relatime,size=3982716k,nr_inodes=995679,mode=755)
devpts on /dev/pts type devpts
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs
(rw,nosuid,nodev,noexec,relatime,size=802228k,mode=755)
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs
(rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup2 on /sys/fs/cgroup/unified type cgroup2
(rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup
(rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs
(rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup
(rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/hugetlb type cgroup
(rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/memory type cgroup
(rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/perf_event type cgroup
(rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/rdma type cgroup
(rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/freezer type cgroup
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/cpuset type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup
(rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs
(rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=15106)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs
(rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs
(rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs
(rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl
(rw,nosuid,nodev,noexec,relatime)
/dev/sda1 on /boot/efi type vfat
(rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs
(rw,nosuid,nodev,relatime,size=802224k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse
(rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
rsteff@ENU-1:~$
MY EYES. TOO MUCH USELESS INFO IT BURNS. Whoever thought it was a good
idea to pack all of that into mountpoints needs to be SLAPPED.
Ranting aside all we are interested in are the lines at the bottom.
Generally speaking the only relevant lines in mount these days are your
drives and stuff at the bottom. Every time a drive is detected and
mounted, it shows up at the end of the list until something else is
mounted, or it gets removed.
These 2 mountpoints catch my attention
tmpfs on /run/user/1000 type tmpfs
(rw,nosuid,nodev,relatime,size=802224k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse
(rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
gvfs is used to dynamically mount a lot of stuff without having to be
root and tmpfs is used to mount a portion of your RAM as a storage
space. 800MB of RAM is being set aside for whatever is in that folder.
Can you ls /run/user/1000/gvfs and see what's inside? Anything juicy?
-Ben
_______________________________________________
PLUG: https://pdxlinux.org
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug