You are not logged in.
Hi!
Today I installed XFCE4 on my ArchLinux install, but it seems I can't mount internal hard drives thru Thunar.
I have 5 partitions on my computer, Vista's, Vista's recovery, Ubuntu, Data partition (xfs) and Arch Linux's partition. Arch Linux's partition is mounted on / (duh) but none of the other 4 appear on Thunar! This is driving me insane! I know that pcmanfm does the job but I prefer to stick with the default file manager.
Can anyone help me???
PS: I have thunar-volman installed.
Offline
Can anyone help me???
Thunar does not work this way ATTOW. Mount your volumes statically via /etc/fstab and add shortcuts to side panel by DND.
Offline
acmps wrote:Can anyone help me???
Thunar does not work this way ATTOW. Mount your volumes statically via /etc/fstab and add shortcuts to side panel by DND.
Thanks. Seems like it's the only option. Oh well... The rest of XFCE makes it up
Solved (kind of...)!
Offline
Here is a patch to treate locale partition as moveable devices. So the partition will show in left panel.
but can't mount or unmount
06_thunar-vfs-fakehardisk.patch
--- thunar-0.9.0/thunar-vfs/thunar-vfs-volume-hal.c.orig 2008-11-20 22:22:16.000000000 +0800
+++ thunar-0.9.0/thunar-vfs/thunar-vfs-volume-hal.c 2008-11-20 22:23:08.000000000 +0800
@@ -519,6 +519,7 @@
volume_hal->kind = THUNAR_VFS_VOLUME_KIND_USBSTICK;
}
else if (libhal_drive_uses_removable_media (hd)
+ || 1
|| libhal_drive_is_hotpluggable (hd))
{
/* fallback to generic removable disk */
Offline
Here is a patch to treate locale partition as moveable devices. So the partition will show in left panel.
but can't mount or unmount
06_thunar-vfs-fakehardisk.patch
--- thunar-0.9.0/thunar-vfs/thunar-vfs-volume-hal.c.orig 2008-11-20 22:22:16.000000000 +0800 +++ thunar-0.9.0/thunar-vfs/thunar-vfs-volume-hal.c 2008-11-20 22:23:08.000000000 +0800 @@ -519,6 +519,7 @@ volume_hal->kind = THUNAR_VFS_VOLUME_KIND_USBSTICK; } else if (libhal_drive_uses_removable_media (hd) + || 1 || libhal_drive_is_hotpluggable (hd)) { /* fallback to generic removable disk */
So it's kinda useless? right I mean I have the icon but I can't mount it by simply clicking it...
Offline