From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 18:23:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA8F0106566B for ; Thu, 23 Sep 2010 18:23:30 +0000 (UTC) (envelope-from leif.walsh@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 967658FC19 for ; Thu, 23 Sep 2010 18:23:30 +0000 (UTC) Received: by iwn34 with SMTP id 34so2066527iwn.13 for ; Thu, 23 Sep 2010 11:23:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=xAHBhjtXFw3BX60Fp2xxLunG2a+WhQeJPpteGGwwzH4=; b=vHzP4YXMo+grdQYlIkw19Jwa6BVLErnoH+riqmsdkeGpEzlFFRrForlInGtlqtcu8H wKV7Dp3bDBQXnHeezxuw4TFDQhJ6luJwXuw96jArNcoXvYdNJg/JoK5+HOzNoihv12Tu xQENXKwzLOEKYtxVPBLVBjKDrcocEnEbnVuPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Y/P1/z9WGfxzLu0qyieyaTR3/9bPdZ0kdL2PttW6SPZgK2JC7oKfE+hYpaBbfABWJC x0CxlukqiGvcuR4sQuh0lXDziVF6hj2XyNc8qGnpJID2+FehPp3hhXVPFdQzpg4MeXLN TdGYI2UYsMaz+Ob+XSIQ5c58pPGT+O8gd8l9U= Received: by 10.231.15.76 with SMTP id j12mr2350402iba.30.1285264800744; Thu, 23 Sep 2010 11:00:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.194.104 with HTTP; Thu, 23 Sep 2010 10:59:40 -0700 (PDT) From: Leif Walsh Date: Thu, 23 Sep 2010 13:59:40 -0400 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Linux filesystems accessible from FreeBSD 8-stable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 18:23:30 -0000 I can't seem to get a definitive answer on this from the internet, there's a lot of conflicting information. I have some data drives formatted with ext4, which I'd like to access from freebsd, preferably without totally reformatting because I don't have much temp space for copying. Read-only would be fine, read-write would be much preferred. Is this possible? Am I missing the big "ext4 drivers in freebsd/fuse/something" sign? Does anyone happen to know if it's possible to migrate an ext4 drive back to ext3, which it seems I can access from bsd if I let it pretend the journal doesn't exist? -- Cheers, Leif