hal no longer works with ext3fs

Raaf raaf at zen.mooo.com
Thu Jul 19 00:26:08 UTC 2007


Mounting a Linux ext3fs partition with nautilus no longer works
with latest hal.

Following patch makes it work again:

--- hal-storage-mount.c.orig    Sun May 14 20:57:59 2006
+++ hal-storage-mount.c Thu Jul 19 01:31:48 2007
@@ -409,6 +409,8 @@
                return "cd9660";
        else if (! strcmp (fstype, "ext2"))
                return "ext2fs";
+       else if (! strcmp (fstype, "ext3"))
+               return "ext2fs";
        else if (! strcmp (fstype, "vfat"))
                return "msdosfs";
 #endif



More information about the freebsd-gnome mailing list