Date: Sun, 26 Aug 2007 10:36:02 +0200 From: Raaf <raaf@zen.mooo.com> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: freebsd-gnome@freebsd.org Subject: Re: hal no longer works with ext3fs Message-ID: <46D13B72.4040207@zen.mooo.com> In-Reply-To: <1188088537.37490.20.camel@shumai.marcuscom.com> References: <469EA921.4060409@zen.mooo.com> <1188088537.37490.20.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome >> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" >>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46D13B72.4040207>