unable to mount NTFS

Hi,

I'm new for unix. I tried to mount windows NTFS partition in Fedora unix, but it is saying ntfs not found. The command i used is

mount /dev/sdb1 -t ntfs /mnt/drive1

and how to find the available filesystem type?.

Try:

mount -t ntfs /dev/sdb1 /mnt/drive1