Stephen Liu wrote:
> The strange thing is MSWindow partition and Linux partition still there.
> Linux can be started working correctly, MSWindows partition can be mounted,
> files in MSWindows partition can be deleted, copied, moved, etc. The only
> problem is MSWindows can't start (after starting LILO --> "DOS" (in
> lilo.conf label=DOS) the screen with " - " flashing and the PC hangs).
>
> During starting Linux (R.H. 6.2) I saw a warning indicating "hda - read_intr
> : error ..... etc". Please refers to the attached dmesg file.
>
> I don't mind to remove everything if the hard disk can't be rescued. But I
> am not allowed to fdisk.
Hm.... That is different, head crash maybe?
I've known DOS fdisk to write incorrect partition info before, which
explains why cfdisk told you "partition ends after end-of-disk".
You should probably try:
fdisk -l /dev/hda
to get a list of the partitions on that disk, and then run badblocks on
the Windows partition, like:
badblocks /dev/hda5 6088635
Where hda5 is the device that holds the dos filesystem, and 6088635 is
the number of blocks that fdisk told you that partition has. Email me
back the output of both commands.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.