[root@vector~]# fdisk -l /dev/hda
Disk /dev/hda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/hda2 2551 4997 19655527+ f W95 Ext'd (LBA)
/dev/hda5 2551 4997 19655496 7 HPFS/NTFS
i have managed to mount my windows partition D:
[root@vector~]# mount /dev/hda5 /mnt/winbak/
[root@vector~]# cd /mnt/winbak/
[root@vector/mnt/winbak]# ls
DOWNLOADS/ MSOCache/ System\ Volume\ Information/ gymFILES/ tidbits/
MMA/ RECYCLER/ Xcess/ pix/ utilities/
[root@vector/mnt/winbak]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hdc12 14G 3.6G 11G 26% /
none 506M 0 506M 0% /dev/shm
/dev/hda5 19G 2.2G 17G 12% /mnt/winbak
thanks