You are not logged in.
Hi, I installed arch linux today and installed it without effort, thanks to the wiki.
But when I booted into the system, I saw that when I opened thunar, it did not show the unmounted partitions at there, I am used to clicking on them from there and typing my password to mount them.
I checked on the wiki for this but can't seem to find it.
Thanks,
LL
Last edited by LinuxLover471 (2025-08-05 03:37:55)
--- asyync1024
Offline
Hello,
See if in Thunar preferences⁽ in “Advanced” tab the “Volume management” checkbox in the bottom is marked.
If the above doesn’t help, check the status of “gvfs-daemon.service” and “gvfs-udisks2-volume-monitor.service” user services:
systemctl --user status gvfs-daemon.service
systemctl --user status gvfs-udisks2-volume-monitor.serviceIf either of them isn’t running or reported any errors, tell us what the errors are.
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Hello,
See if in Thunar preferences⁽ in “Advanced” tab the “Volume management” checkbox in the bottom is marked.
If the above doesn’t help, check the status of “gvfs-daemon.service” and “gvfs-udisks2-volume-monitor.service” user services:
systemctl --user status gvfs-daemon.service systemctl --user status gvfs-udisks2-volume-monitor.serviceIf either of them isn’t running or reported any errors, tell us what the errors are.
Thanks, it turns out gvfs was not installed so I installed it with
sudo pacman -S gvfsand a reboot fixed the issue somewhat, but some partitions of /dev/sda did not appear, which is my drive on which the bootloader is installed and arch and windows is installed. I did not see the windows drive at there but all the other drives are present.
Thanks,
LL
Last edited by LinuxLover471 (2025-02-23 15:04:40)
--- asyync1024
Offline
What’s the output of this command?
lsblk -f /dev/sdbPaperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline