PDA

View Full Version : Repairing of corrupt partition table



NormanBates
08-19-2004, 01:05 PM
Hi there,

I used cfdisk to make the parttitions for Knoppix-Installation. I have one 40GB HD, 20 GB for existing XP, 19,5 for Knoppix and 500 MB for Swap.

The problem came up when I wrote the table with cfdisk. It used another geometry (cylinders, heads, sectors). I realized it when I tried to modify Lilo and it told me about the different data in BIOS and partition table.

I then started again cfdisk and it shows me wrong infos. I also tried to remove the two linux partition and make new ones with qtparted, but the table seems to be still incorrect.

What can I do to repair my partition table?

Norman

shah
08-19-2004, 01:36 PM
Try this utility which comes with knoppix:
1)
Open konsole
su
testdisk

Make sure you make some reading first : http://www.cgsecurity.org/index.html?testdisk.html

baldyeti
08-19-2004, 02:40 PM
cfdisk is not supposed to be affected, but there's a known problem when using (qt)parted under linux2.6: http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html

NormanBates
08-20-2004, 09:29 AM
Thanks,

I tried Testdisk. After changing the geometry to the real values, Testdisk told me a diskspace of 8 GB instead of 40 GB. Therefore I refused to write the new partition table.

Meanwhile I tried to change geometry with linux fdisk. But the error message was, that fdisk can not change the geometry till it is in use. The problem is, I have in this notebook only one harddisk and one CD-ROM. If I boot Knoppix from CD harddisk is in use too.

XP and Knoppix from HD are running at the moment without error messages related to this issue.

I hope this wouldn't change.

Norman

rusty
08-20-2004, 01:57 PM
There are a couple of other utilities worth looking into. gpart and sfdisk, see the manual pages for details.

You might try booting your knoppix cd to a non graphic environment:

knoppix2 noswap

the 2 will bring uo a simple command line interface and the noswap should prevent the mounting of the hard drive.

HTH

eco2geek
08-20-2004, 02:00 PM
Meanwhile I tried to change geometry with linux fdisk. But the error message was, that fdisk can not change the geometry till it is in use. The problem is, I have in this notebook only one harddisk and one CD-ROM. If I boot Knoppix from CD harddisk is in use too.

Probably because it's autodetecting and using your swap file. You can tell it not to by using the "noswap" cheatcode.

rusty
08-20-2004, 02:10 PM
oops, in the knoppix 2 code note, that a space should be between knoppix and 2 .

shah
08-21-2004, 06:46 AM
My comment:

Don't panic. Nothing to worry about, since you can boot Xp and knoppix flawlessly.

It is normal for cfdisk and and qtparted reported your harddisk geometry is wrong or what ever. Linux read geometry differently compared to your bios.

Lucky for you, you didn't run that test utility and try to fix it, or else you willl lost all your data. :D