Fedora 9 issue

Hi,

I have dual OS on my system. Have XP and fedora 9.
i would like to access windows partition from linux.
I know we get a RPM package for that.
But I am not able to find.
Please can some help me on this.

As well if we have FAT file system on windows, will that OS be accessible on Linux?? If so how do we access, any specific commands??

If your windows system was installed over FAT, then you'll be able to view/modify anything without restrictions.

To view installed disks and available partitions use

fdisk -l 

To mount one of those partitions use:

mkdir -p /mnt/name_of_disk1
mount /dev/name_of_disk1 /mnt/name_of_disk1