hi,<br>use :<br>#mount -t vfat /dev/hda? /somewhere/<br>hda? means your windows partition! [and i assume thats fat32, for ntfs check google.]<br><br>as an example: <br><br>i have a folder named windows under /home and my windows partition is hda3 [which is fat32].
<br><br>#mount -t vfat /dev/hda3 /home/windows [this is for accessing windows partition.]<br>#umound -t vfat /dev/hda3 [to quit]<br><br>regards,<br>bye.<br>