Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2003 09:33:41 -0600
From:      Mike Meyer <mwm-dated-1042731222.f3f6c7@mired.org>
To:        dick hoogendijk <dick@nagual.st>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: ext3 -> fbsd
Message-ID:  <15904.14677.610284.874701@guru.mired.org>
In-Reply-To: <20030111145859.GA28066@nagual.st>
References:  <20030111145859.GA28066@nagual.st>

next in thread | previous in thread | raw e-mail | index | archive | help
In <20030111145859.GA28066@nagual.st>, dick hoogendijk <dick@nagual.st> typed:
> I think FreeBSD does _not_ support the linux ext2 / ext3
> What is the best way to change the filesystem on that drive?
> Use another one and copy the files, sure, but how, when fbsd doesn't
> understand ext2/ext3 ?

You have two choices:

One: put it on a file system that both Linux and FreeBSD
understand. As far as I know, that's either ext2 or fat32. I don't
recommend that, as you'll take a performance hit in doing so, and may
take a stability hit as well.

The other alternative is to save the data in an archive on a different
disk. Then reformat the ext3 file system as ffs under freebsd, and
extract the archive into it.  Tar would be the unix archive format,
but bzip2 will probably take less space.

	<mike
-- 
Mike Meyer <mwm@mired.org>		http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15904.14677.610284.874701>