LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Easy Installation Question! (https://www.linuxquestions.org/questions/linux-newbie-8/easy-installation-question-136208/)

don_dimo 01-18-2004 10:03 PM

Easy Installation Question!
 
Hi Guys!!

I am new to Linux but I wonna try it out ... can anyone tell me what's the correct partitiong type for that os. During installation I used Disk Druid and formatted my drive as ext3 (I thought that was the rite one!!) and everything installed correctly although it did give me a warning ... and now when it was ready to boot it gave me this ... :

Ext3-fs error (device ide0(3,5)):ext3_check_descriptors:Block bitmap for group 32 not in group (block 1351637227)!
Ext3-fs: group descriptors corrupted
mount: error 22 mounting ext3
Kernel panick!! Try passing init= option to kernel!

Can anyone please give me an idea of how to correct this??!!!

leonscape 01-18-2004 10:11 PM

ext3 is one of the many Linux partition types. It appears that the disk is corrupted ( or just a part of the filesystem ). It might be best just to reinstall. This error it gave might of been the installer warning you of the corrupted disk.

don_dimo 01-18-2004 10:21 PM

Quote:

Originally posted by leonscape
ext3 is one of the many Linux partition types. It appears that the disk is corrupted ( or just a part of the filesystem ). It might be best just to reinstall. This error it gave might of been the installer warning you of the corrupted disk.

Ok ... is there something I can do to check if the disk is really corrupted or not because if I reinstall it there is no guarantee it wont give me the same error again. Btw, now I remember that when I ran fdisk it complained that there were too many cylinders 5005 instead of 1004 .. I dont know if that has anything to do with that....

leonscape 01-18-2004 10:27 PM

fdisk usually warns about a 1024. This was the old limit before LBA. Theirs a few tools to use to check the disk. fsck.ext3 is the one to use. It will try to fix the disk for you.

don_dimo 01-18-2004 10:29 PM

That would be great ... just what do I need to do??

leonscape 01-18-2004 10:34 PM

Try putting the disk you installed linux from back in. Nearly every Distro puts an emergency or repair option into the first menu use that. When it boots up try doing:

fsck.ext3 /dev/hdxx

replace xx to match the partition the corruption is on.

don_dimo 01-18-2004 10:36 PM

Thx a lot .. I will try that right away!

don_dimo 01-18-2004 10:50 PM

OK the output of fsck.ext3 is :

/: clean, 166031/2146304 files 784020/4289339 blocks

That's all it did .. is that good or bad? :)

leonscape 01-18-2004 10:53 PM

Clean is good. Try booting normally again.

don_dimo 01-18-2004 10:55 PM

I did rite after that ... it had the same error on.....

leonscape 01-18-2004 11:02 PM

Then you may have to reinstall.

pzatch 01-18-2004 11:32 PM

Do you have LBA turned on in the bios?

jschiwal 01-19-2004 02:23 AM

Your distro may have a graphic partitioning tool you can use during the install process. Try using that instead if you re-install.

don_dimo 01-19-2004 08:17 AM

Thx for the help guys .. I do have LBA enabled in the BIOS and I was using disc druid - its a graphical tool for partitioning, but I messed up somewhere else cause I got the same thing when I reinstalled it....


All times are GMT -5. The time now is 02:43 AM.