You are not logged in.
Pages: 1
hi all, I can't handle to have all my partition shown as device in thunar - Right clicking on the item devices I don't have a complete list.
I checked all the rules listed by the following command:
find /{run,etc,etc/init.d,lib}/udev -type f -exec egrep -l -i -e 'UDISK' {} \;
and the only rules enabled by default hide gpt and recovery partitions (of type ntfs)
The missing partion of type ext4 is mounted correctly as follows
/dev/sda2 on /mnt/fogna type ext4 (rw,nosuid,nodev,noexec,noatime)
configurated by /etc/fstab:
UUID=ff6d... /mnt/fogna ext4 rw,nodev,noexec,nouser,nosuid,async,noatime 0 2
I also checked the files .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml and the hidden partitions are of type ntfs
<channel name="thunar" version="1.0">
...
<property name="hidden-devices" type="array">
<value type="string" value="3440..."/>
<value type="string" value="0CFC...."/>
</property>
blkid | egrep -e '\W(344|0CFC)'
... UUID="3440..." TYPE="ntfs" PARTLABEL="Basic data partition" ...
... UUID="0CFC..." TYPE="ntfs" PARTLABEL="Basic data partition" ...
what do i miss?
is udisk2 or other api required by thunar?
is there a configuration directive to set the thunar "devices"?
do i need to flag the mount point with some label using fstab or systemd?
thanks
Luca
Last edited by fusillator (2020-10-06 23:59:21)
Offline
sorry for the stupid questions I solved adding the flag x-gvfs-show
Offline
Hi fusillator,
That wasn't a stupid question at all! We don't know the answers to these things until we do. And I certainly wouldn't have been able to answer this one.
I'm glad you got it figured out, and nice work doing it yourself.
EDIT: And welcome to the forum!
Last edited by MrEen (2020-10-07 01:36:31)
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 522.26 KiB (Peak: 531.41 KiB) ]