You are not logged in.

#1 2009-09-20 17:39:30

acmps
Member
Registered: 2009-09-01
Posts: 44

Thunar doesn't show internal hard drive partitions...

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.

200909201833211280x800s.png

Can anyone help me???

PS: I have thunar-volman installed.

Offline

#2 2009-09-20 18:26:39

sliponoga
Member
Registered: 2007-09-14
Posts: 38

Re: Thunar doesn't show internal hard drive partitions...

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.

Offline

#3 2009-09-20 18:49:27

acmps
Member
Registered: 2009-09-01
Posts: 44

Re: Thunar doesn't show internal hard drive partitions...

sliponoga wrote:
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 big_smile

Solved (kind of...)!

Offline

#4 2009-09-21 08:11:59

jarryson
Member
Registered: 2007-02-18
Posts: 298

Re: Thunar doesn't show internal hard drive partitions...

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

#5 2009-09-23 16:13:08

acmps
Member
Registered: 2009-09-01
Posts: 44

Re: Thunar doesn't show internal hard drive partitions...

jarryson wrote:

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

Board footer

Powered by FluxBB