From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 03:40:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB95D467 for ; Thu, 26 Jun 2014 03:40:50 +0000 (UTC) Received: from nm11-vm5.access.bullet.mail.gq1.yahoo.com (nm11-vm5.access.bullet.mail.gq1.yahoo.com [216.39.63.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97764270D for ; Thu, 26 Jun 2014 03:40:49 +0000 (UTC) Received: from [216.39.60.173] by nm11.access.bullet.mail.gq1.yahoo.com with NNFMP; 26 Jun 2014 03:39:07 -0000 Received: from [98.138.104.96] by tm9.access.bullet.mail.gq1.yahoo.com with NNFMP; 26 Jun 2014 03:39:07 -0000 Received: from [127.0.0.1] by smtp116.sbc.mail.ne1.yahoo.com with NNFMP; 26 Jun 2014 03:39:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1403753947; bh=dAIonxBi3/6RUilRyle1Z3EDxvruWDkClqHfuoWjO6w=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:Subject; b=tj8gdwEvlzx2Wmrusye+ykhkpvjWXG+YoywuNGQR3yGmopIztxqIge7V50upGkMbIq8A+K43lEpSh2NSTPxnkcx638BJkP0SG7MTL4QHYS1oOUZY00dhsAUzT2E+oEFQ6fK//il9QpeHsfbbNkDaSA3t9rtPelqRRI7CsiS9laU= X-Yahoo-Newman-Id: 197845.88464.bm@smtp116.sbc.mail.ne1.yahoo.com Message-ID: <197845.88464.bm@smtp116.sbc.mail.ne1.yahoo.com> Date: Thu, 26 Jun 2014 03:39:07 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: SDj4rG8VM1lECMb.o5c7nvRcdHXqf6xLiuWuh53s_wF.VlM .Dj72GsONx6eER1c_5E6ELG3DH5XegRuz450O0T0L8jzLhZZhm1fy6mJVwOO TpEwFG_AmBNhst9Q8_CxGgbrkYZv6xHAjSjx0lY8CsoEcyePYypnoXY5e_UZ k7LC1WU0I_S2zBfnRSiobn_x.82s41MJa0VdU4X1JifbjRNts35dDCEaoNqt vI2jQP99HNzWNUNhUdQt6hzxWc2EX7phDVrSpEabnTgskj8ibR1Vnyg3EHi7 zLg1itQkyS5mq55P.f1ojmf0fWAwft43bPwJ4yjF8oAhCGTIGz6VSkQOqaPt 7JztiCLaPDxb4Mvf.KJhSIZ6IWCD0ZtFip1G.rl7d9Ep_nY3J6zK4hFIeSsm 5evC4C4l0Pr_acxuCypOc.kFtrJpBJnezBf7Kr2f6P9wIoZlDiVridQg_wqR GY0qoYm3epyHgKYVwdcYyJRsv2fHby7j5_DlSWefoayXhYJ4MmYetuARJMjB eyz24vi_XP.ZcwCZUdoIXB_AhZt56yz7mdo0KDjDJhTLJq46EifLfi5Fagjk - X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [98.138.31.74]) by smtp116.sbc.mail.ne1.yahoo.com with SMTP; 26 Jun 2014 03:39:07 +0000 UTC From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Re: Mount Linux ext2fs partition on /home? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 03:40:50 -0000 I might have to settle for ext2fs, since the BSDs, at least natively, don't recognize ext3 and ext4 extensions. A longer-term solution might possibly use NFS, though that might serve better as backup than for ongoing activity. I don't think NetBSD or Haiku support ZFS, and if they did, could I trust NetBSD, the Murphy's-Law-OS, to not mess up? I checked FreeBSD ports tree, notice there is a fusefs-ext4fuse. I am in NetBSD-current amd64 now, Internet connectivity good, but X fails to start, can't find display, and no working mouse copy-and-paste between text consoles; hence too cumbersome to quote and follow threading protocols. Tom