Directions I followed:
Create a directory in which the Windows partition will be mounted by typing the following command. For example:
mkdir /mnt/windows
Before you can access the partition, you will need to mount it in the directory you just created. As root, type the following command at a shell prompt (where /dev/hda1 is the Windows partition you found via Hardware Browser):
mount -t vfat /dev/hda1 /mnt/windows
----
Result:
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems
---
AHHH!
