Hello, I was wondering what I need to do to mount FreeBSD partitions. I currently have the BSD filesystem options enabled in my kernel (2.4.9) as well as being able to recognize the FreeBSD disklabel partitioning scheme. The command I've used is:
mount -t ufs -o ufstype=44bsd /dev/hda10 /mnt/freebsd I know that /dev/hda10 is the one that I want to mount (it's / under FreeBSD) but I get the ususal "wrong fs type, etc, etc..." error. Can someone point me in the right direction on this? Thanks, Jeremy