hal no longer works with ext3fs

Joe Marcus Clarke marcus at marcuscom.com
Sat Aug 25 17:35:51 PDT 2007


On Thu, 2007-07-19 at 01:58 +0200, Raaf wrote:
> Mounting a Linux ext3fs partition with nautilus no longer works
> with latest hal.

Is this valid?  I mean, does the ext2fs driver handle ext3fs file
systems?

Joe

> 
> 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
> 
> _______________________________________________
> freebsd-gnome at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20070826/332b86fe/attachment.pgp


More information about the freebsd-gnome mailing list