On Sun, May 29, 2005 at 11:00:34PM +0200, Rogier Krieger wrote: > Feel free to correct me if I'm wrong, but as far as I know, ext3fs is > not supported.
ext3 is mostly ext2 with an extra inode to handle the journal. You can usually mount the partition as ext3 or ext2 without any special tweak. However on some distributions (at least Fedora it seems), directory hashing (htree) is enabled by default when partitions are formatted as ext3. And *BSD don't support htree yet. So maybe this is your showstopper. While running Linux, try tune2fs -O ^dir_index /dev/<your volume> in order to remove htree on the partition. -- Frank - my stupid blog: http://00f.net

