How to mount Linux_RAID on OS X

Solution 1:

I found out it wasn't ext using the following command...

sudo dd if=/dev/disk2s4 of=../disk1s3.header bs=1024 count=2

This told be it was XFS so I used fuse-xfs and it works as long as I access it with root privileges.