In order to access files and folders on a Windows partition from Linux, the Windows partition would have to be FAT. If your partition(s) are FAT-type, cd to /, mkdir osshare(1,2,3,etc for each partition), then open your /etc/fstab in a text editor and add a line that looks like this for each partition:
/dev/hda2 /osshare vfat umask=000 0 0
Note the spaces, save, reboot and check /osshare.
