You are not logged in.
Devuan Ceres
After last update. Thunar not show all devices on left panel. Before update i see all my drives on left panel now not, even mounted. Why?
screenshot
https://imgur.com/a/9cVpii1
Last edited by deepforest (2022-11-09 22:20:42)
-=linux its buggy crap that have no antifool protection (c)=-
*linux is free software, and comes with ABSOLUTELY NO WARRANTY*
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+
Offline
Can we see
cat /etc/fstab
findmnt
Thanks!
Brianna Ghey — Rest In Power
Offline
findmnt
Slightly off-topic, but: Wow...How did I go so many years without knowing about this cool tool? Thanks.
Offline
Yeah, it's hellauseful in scripts — for example, get the UUID of the root partition with findmnt -no uuid /.
Last edited by Head_on_a_Stick (2022-11-10 17:56:52)
Brianna Ghey — Rest In Power
Offline
Can we see
cat /etc/fstab findmnt
Thanks!
Thanks! Weird, but today all drives is shown. I am do not nothing.
https://imgur.com/a/U9uQrk5
Here output.
freeartist@devuan:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=b719b471-3b3a-4eda-8fd4-0e5406bf9906 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb2 during installation
UUID=5755abdb-a2a3-4387-9469-a23778127f40 none swap sw 0 0
# swap was on /dev/sdc2 during installation
#UUID=fbf32798-7cc2-4ffd-8b77-8bd2934d0f6a none swap sw 0 0
freeartist@devuan:~$ findmnt
TARGET SOURCE FSTYPE OPTIONS
/ /dev/sda3 ext4 rw,relatime,errors=remount-ro
├─/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security securityfs securityfs rw,relatime
│ ├─/sys/fs/pstore pstore pstore rw,relatime
│ └─/sys/fs/cgroup cgroup2 cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate
├─/proc proc proc rw,nosuid,nodev,noexec,relatime
├─/dev udev devtmpfs rw,nosuid,relatime,size=1991116k,nr_inodes=497779,mode=755,inode64
│ ├─/dev/pts devpts devpts rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000
│ └─/dev/shm tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=1643280k,inode64
└─/run tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=402220k,mode=755,inode64
├─/run/lock tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
└─/run/user/1000 tmpfs tmpfs rw,nosuid,nodev,relatime,size=402216k,nr_inodes=100554,mode=700,uid=1000,gid=1000,inode64
├─/run/user/1000/gvfs gvfsd-fuse fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
└─/run/user/1000/doc portal fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
freeartist@devuan:~$
Last edited by deepforest (2022-11-10 18:34:19)
-=linux its buggy crap that have no antifool protection (c)=-
*linux is free software, and comes with ABSOLUTELY NO WARRANTY*
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+
Offline
huh, its happens again( after boot i don't see devices at left in Thunar
root@devuan:/home/freeartist/Downloads# findmnt
TARGET SOURCE FSTYPE OPTIONS
/ /dev/sdc3 ext4 rw,relatime,errors=remount-ro
├─/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security securityfs securityfs rw,relatime
│ ├─/sys/fs/pstore pstore pstore rw,relatime
│ └─/sys/fs/cgroup cgroup2 cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate
├─/proc proc proc rw,nosuid,nodev,noexec,relatime
├─/dev udev devtmpfs rw,nosuid,relatime,size=1991116k,nr_inodes=497779,mode=755,inode64
│ ├─/dev/pts devpts devpts rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000
│ └─/dev/shm tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=1643280k,inode64
└─/run tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=402220k,mode=755,inode64
├─/run/lock tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
└─/run/user/1000 tmpfs tmpfs rw,nosuid,nodev,relatime,size=402216k,nr_inodes=100554,mode=700,uid=1000,gid=1000,inode64
├─/run/user/1000/gvfs gvfsd-fuse fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
└─/run/user/1000/doc portal fuse.portal rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
root@devuan:/home/freeartist/Downloads#
Last edited by deepforest (2022-11-12 01:46:42)
-=linux its buggy crap that have no antifool protection (c)=-
*linux is free software, and comes with ABSOLUTELY NO WARRANTY*
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+
Offline
When the devices are missing does thunar show any error messages when started from a terminal? How about the X.Org log?
Brianna Ghey — Rest In Power
Offline
I usually am starting Thunar not from terminal, so cant say. Today is good again. If it happened next time i am try your suggestion.
And what i must look at xorg log than it happened?
-=linux its buggy crap that have no antifool protection (c)=-
*linux is free software, and comes with ABSOLUTELY NO WARRANTY*
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+
Offline
Again same happens, no devices after booting
When the devices are missing does thunar show any error messages when started from a terminal? How about the X.Org log?
no any errors if start Thunar from console
Xorg log https://pastebin.com/jnQ5STTp
Last edited by deepforest (2022-12-01 00:34:57)
-=linux its buggy crap that have no antifool protection (c)=-
*linux is free software, and comes with ABSOLUTELY NO WARRANTY*
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+
Offline
debugging info
freeartist@devuan:~$ thunar -q; thunar .
(thunar:5638): GVFS-RemoteVolumeMonitor-WARNING **: 04:48:14.363: remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported
How to fix that?
similar issue
https://bugzilla.redhat.com/show_bug.cgi?id=1585066
syslog
2022-12-08T04:48:01.747635+02:00 devuan dbus-daemon[5510]: [session uid=0 pid=5508] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Last edited by deepforest (2022-12-08 03:08:16)
-=linux its buggy crap that have no antifool protection (c)=-
*linux is free software, and comes with ABSOLUTELY NO WARRANTY*
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+
Offline