This is what I get and entering it didn't work.
root@ubuntu:/home/boots # mkdir /mnt/test
mkdir: cannot create directory `/mnt/test': File exists
root@ubuntu:/home/boots # mount /dev/hda5 /mnt/test
root@ubuntu:/home/boots # chroot /mnt/test
ubuntu:/# rdev
0x0305 /
ubuntu:/#
Also, i ran fdisk and got this....
root@ubuntu:/home/boots # fdisk -l /dev/hda
Disk /dev/hda: 40.0 GB, 40020664320 bytes
16 heads, 63 sectors/track, 77545 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 20318 10240240+ 83 Linux
/dev/hda2 20319 40635 10239768 83 Linux
/dev/hda3 40636 42667 1024128 83 Linux
/dev/hda4 42668 77545 17578512 f W95 Ext'd (LBA)
/dev/hda5 42668 58921 8191984+ 83 Linux
/dev/hda6 58922 77545 9386464+ 83 Linux
root@ubuntu:/home/boots #
maybe that will offer more info.
Thanks again everyone. I'm soo close i can smell it.