You need ntfs drivers compiled into the kernel then if its not already loaded, you will need to load it manually using modprobe or insmod. just do a
and see what happens. if it shows nothing then do a
. if you reached this far, now u can mount your ntfs partition(s). else, you will need to enable ntfs-support in your kernel and re-compile it which I don't suggest you do haphazardly or on your production machine.
[edit]
This only mounts the ntfs partitions read-only. If you need write support also, I suggest you search google and LQ here first to see how far Linux has progressed in the matters of writing to ntfs partitions. I haven't kept track of the progress lately so I don't know, yet.