here is my tutorial
http://www.linuxquestions.org/questi...hreadid=237511
of interest is what is the order grub will see......but if you have only 2 drives when you look at the troubleshooter link you can see you have only to change
root (hd1, AND PRESS THE TAB
or
root (hd0, AND PRESS THE TAB
2) so post us your menu.lst if you can not work it out
3) lets revisit that mount issue
open a terminal and try manually but dont use sudo
$su
$ (enter root password)
# mkdir /home/moses/doc
# mount -t ntfs /dev/sda5 /home/moses/doc
# konqueror (to get file manager in su mode)
navigate to /home/moses/doc and change owner to moses for /doc
and hopefully see your ms stuff?
if and only if above works in su-konqueror mode edit the /etc/fstab file to include a new entry
/dev/sda5 /home/moses/doc ntfs 0 0
(note the ro meant read only)