From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 18:04:28 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 98EBE1065672 for ; Fri, 24 Sep 2010 18:04:28 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 52A7B8FC1C for ; Fri, 24 Sep 2010 18:04:28 +0000 (UTC) Received: by qwd6 with SMTP id 6so1666998qwd.13 for ; Fri, 24 Sep 2010 11:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=c3yaT4DYaMxvEIfqOb9fw/45u/NNecXvENN9mUjb9aY=; b=GzQKe7Xxldd93NXPA6fjQW61H4NNoPqHbnyF71gZ04KtEzmrT+nI3o7QPuGj12p8nP f38lSubM69PojH9ylP6KtXZUBzjxf0dwFyMNVRQiK0UFISNNzITwJXkrRrAqelg2hEp1 HKHw4u92K1ezmnuyxLM7ac35M1pUwh6GqtMcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MgIfbwwWsxX11Nb+3LDsZZR1PlVF7btSPSdOHKBB2ZbsFZJbMukz2cAvZ09obl1rEO YAs7Vq3McCsY8rvkqF4Uh/mr2GohedHwwsasspB2JTOHm4cAeb6ghg/NuMAgPrHDT2w0 dvZzvLIuZrnHpaqstuDXnX8xY5hsi+Ga3TGRo= MIME-Version: 1.0 Received: by 10.229.248.142 with SMTP id mg14mr2765696qcb.40.1285351467543; Fri, 24 Sep 2010 11:04:27 -0700 (PDT) Received: by 10.229.215.209 with HTTP; Fri, 24 Sep 2010 11:04:27 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 Sep 2010 19:04:27 +0100 Message-ID: From: krad To: Leif Walsh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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: Fri, 24 Sep 2010 18:04:28 -0000 On 23 September 2010 18:59, Leif Walsh wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Im not 100% sure (probably about 60% actually) but cant you mount ext4 as ext2? From what i vaguly remember there will be some limitations but its worth having a look