Xfce Forum

Sub domains
 

You are not logged in.

#1 2025-02-09 08:42:42

lepre
Member
Registered: 2025-02-09
Posts: 1
LinuxFirefox 128.0

Drive does not show up in Thunar as mountable

I have a disk that does not show up as mountable in Thunar, it has an XFS filesystem and there's nothing wrong with it. I can mount it manually.

What troubleshooting steps should I take to make it show up?

gvfs-common, gvfs-daemons, gvfs-libs, gvfs is installed.

Added later 26 min 06 s:
gio mount --list

Does not show the device in question, I cannot use gio to mount it.  sad

Offline

#2 2025-03-04 02:50:42

him610
Member
From: Pennsylvania USA
Registered: 2022-02-19
Posts: 26
LinuxChrome 133.0

Re: Drive does not show up in Thunar as mountable

I believe you need to add it to /etc/fstab

Determine UUID of errant disk - these are examples, yours will be different

sudo blkid /dev/sda1
dev/sda1: LABEL="bigdog" UUID="8adbe81d-a4bb-428a-9589-7d989bdb618f" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="shared" PARTUUID="f44aa5c1-231e-4803-b470-105a932c108c"

Edit /etc/fstab to add the disk uuid

# /dev/sda1 added 250303 by user
UUID="8adbe81d-a4bb-428a-9589-7d989bdb618f    /   ext4   defaults   0   0

Save and exit
Hopefully it will work as desired. smile


Do no harm.

Offline

#3 2025-03-04 11:49:52

eriefisher
Wanderer
From: ON, Canada
Registered: 2008-10-25
Posts: 657
LinuxFirefox 135.0

Re: Drive does not show up in Thunar as mountable

gio/gvfs is for removable drives. Usb stick, sd cards etc. Is this a removable drive?


I AM CANADIAN!
Siduction
Debian Sid
Xfce 4.20 with Wayland/Labwc

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 523.6 KiB (Peak: 528.52 KiB) ]