You are not logged in.
Pages: 1
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.
Offline
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.
Do no harm.
Offline
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
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 523.6 KiB (Peak: 528.52 KiB) ]