I'm in front of a dual boot RH73/WinXP machine now, so I can answer all of your questions. Here's the output of the fdisk command...
[root@penguin root]# fdisk -l /dev/hda
Disk /dev/hda: 255 heads, 63 sectors, 2495 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1530 12289693+ 7 HPFS/NTFS
/dev/hda2 1531 1543 104422+ 83 Linux
/dev/hda3 1544 1670 1020127+ 82 Linux swap
/dev/hda4 1671 2495 6626812+ f Win95 Ext'd (LBA)
/dev/hda5 1671 2495 6626781 83 Linux
As you can see, my NTFS partition resides on /dev/hda1. Don't worry about the HPFS you see there. Windows hasn't used HPFS since NT 3.51.
If NTFS support is compiled into the kernel, then you can run this command to mount the partition...
mount -t ntfs /dev/hda1 /mnt/windoze
ChrisP
If someone's post was helpful to you, please click the box "Click here to mark this post as a helpful or expert post".