I am quoting from another forum
Phoenix said
"FreeBSD can only mount ext2 filesystems that use 128-byte inodes. If the filesystem uses 256-byte inodes, you will not be able to mount the filesytem. There are patches floating around to enable support for 256-byte inode ext2 filesystems, but I don't think they've been incorporated into FreeBSD yet."
To find the Inode count of your system try
|
Code:
|
tunefs -l /dev | grep Inode |
What command are you using to mount?
Try
|
Code:
|
# kldload ext2fs
# mount -t ext2fs /dev/adXsX /mnt/XXX |
Or is it Dolphin that gives you a hal error?