From owner-freebsd-questions@FreeBSD.ORG Sun Apr 17 01:03:23 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D90B016A4CE for ; Sun, 17 Apr 2005 01:03:23 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1E243D5C for ; Sun, 17 Apr 2005 01:03:23 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1000738wri for ; Sat, 16 Apr 2005 18:03:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nA3qvPjyl3GJBN0GR8e970+SZ5R2THJhzohNO3460EhGx+yQD6WIzOe0w3OVXNsoJLwB3Tg/CwFj9SpZclcqYWW9YNIzoAWDrvNiCrhxqOu+YVNFnTmQXUiKicOmSii2ZG0JI6Ybn9TlYsVRFzyBZDJphXuxbhBXpL/rWR/IoeQ= Received: by 10.54.48.48 with SMTP id v48mr1218419wrv; Sat, 16 Apr 2005 18:03:22 -0700 (PDT) Received: by 10.54.2.52 with HTTP; Sat, 16 Apr 2005 18:03:22 -0700 (PDT) Message-ID: <5ef8c2f00504161803302fd5c0@mail.gmail.com> Date: Sat, 16 Apr 2005 22:03:22 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: How safe is it to mount an ext3 partition? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 01:03:24 -0000 How safe is it to mount an ext3 partition from a current (up-to-date Debian Unstable with kernel 2.6) Linux distro? About an year ago I had problems mounting my ext3 partition as ext2, even as read-only; it led to the corruption of the filesystem. Can it be safely done now, with an up-to-date 5.3 FreeBSD? Thanks for your help.