Restart the system, then type fdsik -l
Code:
[root@Flatroncomp ~]# fdisk -l
Disk /dev/hda: 30.7 GB, 30750031872 bytes
255 heads, 63 sectors/track, 3738 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 192 1542208+ b W95 FAT32
/dev/hda2 193 1497 10482412+ 83 Linux
/dev/hda3 1498 1562 522112+ 82 Linux swap / Solaris
/dev/hda4 1563 3738 17478720 5 Extended
/dev/hda5 1563 3738 17478688+ b W95 FAT32
choose the NTFS partition, and then type
mount /dev/hdxy /mnt/ntfs -t ntfs
You can change the /mnt/ntfs.