Two options
1) At the command line type 'mount -t ntfs /dev/hda1 /mnt/point'
2) If you'd like the partition mounted automatically when the machine is booted, add an entry to /etc/fstab along the lines of:
/dev/hda1 /mnt/point ntfs defaults 0 0
Regards
|