mount NTFS drive ???????

can someone help tell me how to mount NTFS drive in redhat 7.1

  1. is this correct ?
    dev/hda1 mnt/c ntfs-t defaults 0 0

2.is the mount file etc/fstab

    thanking you all

                                                                   imma

mkdir /mnt/c

mount -t nfts /dev/hda1 /mnt/c

You have to have ntfs support complied in to your kernel to.
I dont know it is with the redhat issue but normaly I don't think there is any ntfs support added by default.

later!

thanks a lot Esaia and Juliano.
for your relpy.

                IMma