Well, this is how I did it.

First, create a mount point.
cd /
mkdir /windows

Then, mount it.
mount -t vfat /dev/hda1 /windows/

That is all I did. Can't remember if...