LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   the worst part of linux :( (https://www.linuxquestions.org/questions/linux-software-2/the-worst-part-of-linux-49860/)

bit7 03-14-2003 03:56 PM

the worst part of linux :(
 
In the system boot procedure, fsck has started to find problem on some Inodes, and after fixing them, the next boot find problem on another inode again ...

This is due to a bad shutdown of the system.


The last time i've started to have these troubles, i had got to re-install Linux.

I'm wondering if exist a good app tho fix definitively the inodes trouble...

Every help is very appreciated

THX B7

Mara 03-14-2003 04:08 PM

I recommend a juournalled filesystem: ReiserFS or Ext3. If you're using Ext2, it's easy to migrate to Ext3 without reinstalling:
tune2fs -j /dev/hdax
and edit entry in /etc/fstab. That's all.

rshaw 03-14-2003 04:08 PM

run fsck repeatedly until it doesn't generate any errors then switch to ext3, no more long fsck's.

Mara 03-14-2003 04:10 PM

If you have the same problem every reboot, you may consider reinstallation and just after reinstallation migrate to Ext3. But before doing this, run fsck from installation cd/boot disk. It allows it to fix more...Maybe it can fix averything so you don;t need to reinstall.

bit7 03-15-2003 01:48 AM

Thanks all,

Mara,
i really hope that i don't have to reinstall, since i've updated my linux system in a heavy way.

But if for just 1 bad shutdown the risk is to re-install linux,
*** linux is very very far to compete with the ps M$ systems ***

are you agree ?

Thanks Again ,

B7

yngwin 03-15-2003 07:42 AM

If you just run reiserfs or ext3 you shouldn't have this kind of problems, so no, I don't agree. And besides, it's a fact that most people have to re-install Windows every few months...

Veratien 03-15-2003 10:16 AM

Don't use Ext3. It has some annoying problems, like files disappearing randomly. Also, it tends to complain at me about 50%+ inconsistancies in my partitions...

JaseP 03-15-2003 12:34 PM

I use Mandrake 8.2 with the ReiserFS file system.

Mandrake has a nice handy utility called harddrake, that has a lot of partition handling capabilities. It's very nice. You should consider using Reiser if you have it as one of your available options. A jounalized file system makes a lot of difference.

Mara 03-15-2003 03:32 PM

Quote:

Originally posted by bit7
Thanks all,

Mara,
i really hope that i don't have to reinstall, since i've updated my linux system in a heavy way.

But if for just 1 bad shutdown the risk is to re-install linux,
*** linux is very very far to compete with the ps M$ systems ***

are you agree ?

Thanks Again ,

B7

Such things don't happen to many people. I had such a problem once, when my machine lost power when load average was something near 5. After fixing everything (bootcd+fdisk) I decided to reinstall everything using ReiserFS. It was a good decision. No problem since. I even tried rebooting the machine when it was using the hd. Everything's fine.

I think the upgrade to Ext3 will stop the errors from appearing. But first make sure there are no errors when you add journalling. It's essential.

Ext2 is just more complicated then FAT/FAT32. That's why more problems can appear. The orginal Ext2 design had no journalling, that was a problem. Now it's gone. Everyone should use journalled filesystems. :)

onurb 03-15-2003 04:31 PM

Hey Mara,
Just switched from ext2 to ext3 with your tip in this thread, worked fine, THANKS
Bruno

bit7 03-16-2003 12:41 PM

thanks all :)

ok, i've cleared ol the errors and switched to ext3, hope linux will be ok now.

I really hope to avoid fs errors now. I've just updated my Linux system to kde3.1, that's a very nice and useful gui that, IMHO really can compete win a WinXP for example.

thx again,

B7

iphoting 04-01-2003 05:37 AM

Just thinking...does reiserFS support userquotas?

sethen 04-07-2003 12:47 PM

I've got the same problem. Upon rebooting, it finds errors that hault and require me to run fsck manually. The thing is, all my partitions are already ext3.

Any ideas ?

Mara 04-07-2003 03:37 PM

sethen, have you run fsck from a boot disk/installation cd to scan your partitions? If no, try it. It has better results when a partition you're scaning is not mounted.

sethen 04-08-2003 11:14 AM

how do i get to a prompt with the installation cd? it only gives me options to install....


All times are GMT -5. The time now is 02:38 PM.