LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-14-2003, 03:56 PM   #1
bit7
Member
 
Registered: Dec 2002
Location: Trieste, Italy
Distribution: salckware 8.0
Posts: 49

Rep: Reputation: 15
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
 
Old 03-14-2003, 04:08 PM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
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.
 
Old 03-14-2003, 04:08 PM   #3
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
run fsck repeatedly until it doesn't generate any errors then switch to ext3, no more long fsck's.
 
Old 03-14-2003, 04:10 PM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
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.
 
Old 03-15-2003, 01:48 AM   #5
bit7
Member
 
Registered: Dec 2002
Location: Trieste, Italy
Distribution: salckware 8.0
Posts: 49

Original Poster
Rep: Reputation: 15
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
 
Old 03-15-2003, 07:42 AM   #6
yngwin
Member
 
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359

Rep: Reputation: 33
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...
 
Old 03-15-2003, 10:16 AM   #7
Veratien
LQ Newbie
 
Registered: Jan 2003
Location: United Kingdom
Distribution: Debian 3.0 (sarge)
Posts: 27

Rep: Reputation: 15
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...
 
Old 03-15-2003, 12:34 PM   #8
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
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.
 
Old 03-15-2003, 03:32 PM   #9
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
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.
 
Old 03-15-2003, 04:31 PM   #10
onurb
Member
 
Registered: Dec 2002
Posts: 263

Rep: Reputation: 30
Hey Mara,
Just switched from ext2 to ext3 with your tip in this thread, worked fine, THANKS
Bruno
 
Old 03-16-2003, 12:41 PM   #11
bit7
Member
 
Registered: Dec 2002
Location: Trieste, Italy
Distribution: salckware 8.0
Posts: 49

Original Poster
Rep: Reputation: 15
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
 
Old 04-01-2003, 05:37 AM   #12
iphoting
LQ Newbie
 
Registered: Mar 2003
Distribution: Mandrake
Posts: 12

Rep: Reputation: 0
Just thinking...does reiserFS support userquotas?
 
Old 04-07-2003, 12:47 PM   #13
sethen
LQ Newbie
 
Registered: Apr 2003
Location: Switzerland of Maine
Distribution: RedHat 8.0
Posts: 21

Rep: Reputation: 15
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 ?
 
Old 04-07-2003, 03:37 PM   #14
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
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.
 
Old 04-08-2003, 11:14 AM   #15
sethen
LQ Newbie
 
Registered: Apr 2003
Location: Switzerland of Maine
Distribution: RedHat 8.0
Posts: 21

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


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
worst experience with linux abunsair Linux - General 17 07-12-2005 07:19 PM
IMO : The best and the worst in Linux BBB General 64 02-13-2005 12:41 AM
Best/worst tv tuner in linux Forced2Morph Linux - Hardware 19 12-18-2004 10:03 PM
The worst ideas for the linux kernel dushkinup General 19 04-15-2004 12:37 PM
POLL: The worst Linux GNU / GPL Software moeminhtun General 57 02-28-2003 08:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration