Date: Sat, 25 Aug 2007 20:35:37 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Raaf <raaf@zen.mooo.com> Cc: freebsd-gnome@freebsd.org Subject: Re: hal no longer works with ext3fs Message-ID: <1188088537.37490.20.camel@shumai.marcuscom.com> In-Reply-To: <469EA921.4060409@zen.mooo.com> References: <469EA921.4060409@zen.mooo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-IKAh4iIwNfr81sf0xiMw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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 >=20 > Following patch makes it work again: >=20 > --- 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 >=20 > _______________________________________________ > 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" >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-IKAh4iIwNfr81sf0xiMw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBG0MrXb2iPiv4Uz4cRAmrzAKCs5Nd87GHlM+G25L4e4ttadIb7PwCfTAW8 WBv4Mm+qBVCWb9BPFjvXy78= =/Axd -----END PGP SIGNATURE----- --=-IKAh4iIwNfr81sf0xiMw--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1188088537.37490.20.camel>