Hi
i have two partitions on my Dell Inspiron 8600, and would now wish to copy
files from the Windows partition to the linux side, so that i can make the
windows partition minimally small.
how do i mount the Windows partition? I thought i could just
mount the ntfs partition as /dev/hda2. but that produces a warning:
# mount: can't find /dev/hda2 in /etc/fstab or /etc/mtab
-------
don't know if it gives any useful info, but the contents of
/boot/grub/menu.lst looks like this:
timeout 10
title Debian GNU/Linux, kernel 2.6.7-1-686
root (hd0,5)
kernel /boot/vmlinuz-2.6.7-1-686 root=/dev/hda6 ro
initrd /boot/initrd.img-2.6.7-1-686
savedefault
boot
title Windows XP
rootnoverify (hd0,1)
makeactive
chainloader +1
title Debian GNU/Linux, kernel 2.6.7-1-686 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.7-1-686 root=/dev/hda6 ro single
initrd /boot/initrd.img-2.6.7-1-686
savedefault
boot
title Debian GNU/Linux, kernel 2.4.25-1-386
root (hd0,5)
kernel /boot/vmlinuz-2.4.25-1-386 root=/dev/hda6 ro
initrd /boot/initrd.img-2.4.25-1-386
savedefault
boot
title Debian GNU/Linux, kernel 2.4.25-1-386 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.4.25-1-386 root=/dev/hda6 ro single
initrd /boot/initrd.img-2.4.25-1-386
savedefault
boot