If you don't want to use the man then try

#mount --help

You didn't tell us what kind of filesystem you wanted to mount NTFS or FAT
to mount a windows FAT filesystem try this:

#mkdir /mnt/windows

#mount -t vfat /dev/hda1 /mnt/windows

#cd /mnt/windows

#ls

and voila there's your windows partition.