Mounting NTFS isn't a problem, however, writing to NTFS could be a problem for you. I hear the latest 2.6.x kernel series can write to it, and you could probably get modules to write with your current (if it doesn't have NTFS-write support) but you should be able to mount/read it no problem. I did a quick search on google, and this is what i came up with.
http://www.linuxforum.com/linux_tutorials/1/1.php
This just tells you real quick how to add it to your /etc/fstab so it gets mounted at boot
http://linux-ntfs.sourceforge.net/info/ntfs.html
This goes much more in depth and if you want to be able to write to it and you don't have 2.6.x, this is probably your place.