hal no longer works with ext3fs

Raaf raaf at zen.mooo.com
Sun Aug 26 01:59:16 PDT 2007


Joe Marcus Clarke wrote:
> 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?
> 

Yes it does. 

I have been using the FreeBSD ext2fs driver for over a year now
to access a Linux ext3fs file system, read and write, no problems.



> 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"
>>




More information about the freebsd-gnome mailing list