On Monday 04 July 2005 17:18, Jaap Boender wrote:
> I'd like to share a filesystem on the same computer between FreeBSD and
> Linux, and as it seems that FreeBSD supports ext2 better than Linux does
> ufs(2), I've created an ext2 filesystem. 

If I were you I'd create an ext3 partion from LInux - this is ext2 with 
jounalling. fsck_ext2fs can synchronized the partition with it's journal, and 
ext3 can then be mounted as ext2  by FreeBSD.

FreeBSD defaults to mounting ext2 synchronously which is slow, but reliable. 
On the Linux side ext3 is a good enough filesystem for everyday use.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to