From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 02:59:51 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 3ADEB106567A for ; Wed, 29 Sep 2010 02:59:51 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id BEEE08FC1D for ; Wed, 29 Sep 2010 02:59:50 +0000 (UTC) Received: by fxm9 with SMTP id 9so283248fxm.13 for ; Tue, 28 Sep 2010 19:59:49 -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=rswWNkZWX+ZIROuVunPNYqGJWvRXyTsVK2shpM/v9oI=; b=tIYdpP/10sbKSlOedrVsE3PEBrQfVYyhg7J9twuZMqzkV4hIZltPez85ROubcNHy5p MkpVIH8cc2Yavkl33ivuj3WL5xj4O91IIlVty1p2Z4/WSAa85IUcxxFVjtV9GKz3QjP2 6Qwuq57Bcyhkopqz1pbmYvoZ6w+Q45aMgIg68= 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=snaVj+VVcdc2yN0UpTp4ggDzNCrOxHlOnNLCk5y/UIch4pkDOsC2EmaJYrFO+Gc5QJ dq1c+t5NDv/x3qgAcobC67xDy6doCGprEzptLiuCp+/u2ECjou7McdH8mKtgXLg8ygGs H1V0TKfubLWeMZ34rMp5+HLZ+vhPSXOeFQjsA= MIME-Version: 1.0 Received: by 10.223.112.11 with SMTP id u11mr1030487fap.2.1285729189702; Tue, 28 Sep 2010 19:59:49 -0700 (PDT) Received: by 10.223.114.79 with HTTP; Tue, 28 Sep 2010 19:59:49 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Sep 2010 21:59:49 -0500 Message-ID: From: Adam Vande More 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: Wed, 29 Sep 2010 02:59:51 -0000 On Thu, Sep 23, 2010 at 12:59 PM, 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? Not sure about the base system, but you could use this I think. I haven't actually used it on an ext4 FS, though it claims it's capable. sysutils/e2fsprogs -- Adam Vande More