Mounting Windows Filesystem

i am new to linux i want to know how to create ntfs partition and mount all windows drives in linux
please help me

Hi
You can't mount NTFS partition insteed of FAT partition, because NTFS doesn't support linux. With third party tools you can mount ntfs partition as per my knowledge.

If you want to create an NTFS partition, use fdisk (or whatever partitioner ships with your distribution)
For manipulating NTFS partitions, there's ntfsprogs
And finally, for mounting NTFS partitions read/write there's the NTFS-3G implementation, which should ship with any more or less current distribution.