i got the information brom bayu blog wordpress
firts u should download the package ntfs-3g from the site http://www.ntfs-3g.org
then install the package
#installpkg ntfs-3g
clik Y when prompting
here is the step making the ntfs drive could be written by your linux
#mkdir /mnt/{winc,wind}
#ntfs-3g /dev/hdb0 /mnt/winc
#ntfs-3g /dev/hdb1 /mnt/wind
or
#mount -t ntfs-3g /dev/hdb0 /mnt/winc
#mount -t ntfs-3g /dev/hdb1 /mnt/wind
if you want your linux read the ntfs on booting type this in your /etc/fstab (at the end is ok)
/dev/hdb0 /mnt/winc ntfs-3g defaults 0 0
/dev/hdb1 /mnt/wind ntfs-3g defaults 0 0
check it out