mount them!.
to mount D drive
1.make a directory like
(or whatever name)
2.find out the corresponding device drive with 'fdisk -l'.
3.mount the windows partition like
Code:
mount -t vfat /dev/hda5 /mnt/D
assuming that hda5 is D.(you will get this from 'fdisk -l')
that is it.
also,you can use the automount feature.just edit /etc/fstab.you will see many of you linux partition entries there.just add a similar line there.and change the filesytem type from ext3(i guess) to vfat,corresponding device drives,and mount directory.(eg, / must be replaced with /mnt/D etc.)
and from command line,run 'mount -a'.and then you will be able to access your fat32 partition D.in the next boot up,it will be automatically mounted.similarly for other partitions.
--arun.
"Mera Bharat Mahan"