first of all my distro is fedora core 2 with the latest updates.i have two windows partitions of windows
ne of fat32 and one of ntfs
fdisk -l
Disk /dev/hdb: 81.9 GB, 81964302336 bytes
16 heads, 63 sectors/track, 158816 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdb2 1 27744 13982944+ f W95 Ext'd (LBA)
/dev/hdb3 * 27745 158815 66059784 7 HPFS/NTFS
/dev/hdb5 1 7883 3972969 83 Linux
/dev/hdb6 13873 27744 6991456+ c W95 FAT32 (LBA)
/dev/hdb7 7884 8898 511528+ 82 Linux swap
/dev/hdb8 8899 13872 2506864+ 83 Linux
Partition table entries are not in disk order
the fat32 one is /dev/hdb6 and i succeded to mount it with write permissions.the ntfs partition is /dev/hdb3 and i can't succeed to mount it. my second problem is that i can't boot in windows 2000,from my grub bootloader.some of my friends said i destroyed my windows partitions but i want to repair them and i now it's possible.my grub.conf looks like this
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,4)
# kernel /boot/vmlinuz-version ro root=/dev/hdb5
# initrd /boot/initrd-version.img
#boot=/dev/hdb
default=1
timeout=10
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.10-1.770_FC2)
root (hd0,4)
kernel /boot/vmlinuz-2.6.10-1.770_FC2 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.10-1.770_FC2.img
title Fedora Core (2.6.5-1.358)
root (hd0,4)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title Other
rootnoverify (hd0,2)
chainloader +1
if anybody can help me please do....i will be thankfull