First of all, I need to know what file-system you're using in windows. If you're using FAT then you've to add few lines in "fstab".
If you're using NTFS then you've to get NTFS driver from the net, install it, then you can access the windows partition from RH9. But the latest linux kernel has built-in driver for NTFS. So, you can download latest kernel from
http://www.kernel.org/, install it. And you can access windows partition.
For fat:
open your /etc/fstab with vi or emac (you've to be root user).
Add following line:
In order to know which partion have windows, type following command in console:
fdisk -l
suppose, /dev/hda14 has fat file system, so you add following line:
/dev/hda14 /mnt/win vfat rw, owner, 0 0
Before adding the line you need to create /win directory under /mnt directory.
If you restart your PC or type:
mount /dev/hda14 -t vfat /mnt/win
Then change to /mnt/win
Use ls command, you will see all files from your windows directory.
-DK.
_________________
...we too are stardust...