You have to download ntfs kernel module. Maybe you can find it at
rpm.livna.org. The file name is something like kernel-ntfs-version.arch.rpm.
# rpm -ivh kernel-ntfs-version.arch.rpm
To mount ntfs partition
# mount -t ntfs /dev/hdx /any/dir/you/create
Unfortunately, ntfs support is currently read only. Read write support is
experimental and you can use it at your own risk. To activate read write
ntfs support, you must install kernel source code and configure it.