From owner-freebsd-questions Sun Aug 3 14:48:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA20266 for questions-outgoing; Sun, 3 Aug 1997 14:48:00 -0700 (PDT) Received: from imdave.pr.mcs.net (imdave.pr.mcs.net [205.164.3.77]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20228 for ; Sun, 3 Aug 1997 14:47:04 -0700 (PDT) Received: (from imdave@localhost) by imdave.pr.mcs.net (8.8.6/8.8.6) id QAA26092; Sun, 3 Aug 1997 16:43:10 -0500 (CDT) Date: Sun, 3 Aug 1997 16:43:10 -0500 (CDT) From: Dave Bodenstab Message-Id: <199708032143.QAA26092@imdave.pr.mcs.net> To: dburr@POBoxes.com, freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs and FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > From: Donald Burr > Subject: ext2fs and FreeBSD > > I need a way of exchanging large amounts of data between Linux and > FreeBSD, that does NOT involve a network. I have Jaz drives on both > machines, so that seemed like the perfect solution. Unfortunately, Why not just use tar on the raw device? (i.e. tar -cf /dev/rsd...) Then you don't even have to bother with mounting/unmounting a file system. > Linux's UFS support is lame (besides, it's read-only), and since I need > long filenames (and FreeBSD does not support Win95, aka VFAT), that option > is out as well. Dave Bodenstab imdave@mcs.net