You need to mount your windows Partition beofre you can use it, because unless you configured this when you installed RH, it not done automaticly...
How many hard disks do you have or if you only have the one and windows was on your computer before linux and you dual boot you could try this in Bash or Xterm....
You need to be super user mode to creat the directory where you will mount the windows partition
"su -"
Password:
"cd /"
"cd mnt"
"mkdir windows"
then you can exit su mode by typing "exit"
"then mount /dev/hda1 /mnt/windows"
Then it will be mounted and you can access it.
This is how i used to use my windows partition un RH. Altho i havent done this for a long time as i no longer have windows.
If anyone wants to correct me then feel free
)
EDIT: Correct spelling mistakes!
[ August 27, 2003: Message edited by: Londonboi2k3 ]