Try running fdisk -l that will give you a list of your partition table. You can
see if you still have a windows partition. If you do you can mount that
partition with something like this:
# mkdir /mnt/windows
# mount /dev/hda1 /mnt/windows
You can then snoop around and see if anything is missing from Windows. You might
also want to check /etc/lilo.conf to make sure your boot loader is setup properly.

Jesse

Reply via email to