From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 26 00:35:50 2007 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF7FA16A418 for ; Sun, 26 Aug 2007 00:35:50 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 9188F13C465 for ; Sun, 26 Aug 2007 00:35:50 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l7Q0b4UI040262; Sat, 25 Aug 2007 20:37:09 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Raaf In-Reply-To: <469EA921.4060409@zen.mooo.com> References: <469EA921.4060409@zen.mooo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IKAh4iIwNfr81sf0xiMw" Organization: MarcusCom, Inc. Date: Sat, 25 Aug 2007 20:35:37 -0400 Message-Id: <1188088537.37490.20.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on creme-brulee.marcuscom.com Cc: freebsd-gnome@freebsd.org Subject: Re: hal no longer works with ext3fs X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2007 00:35:51 -0000 --=-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--