Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 10-01-2001, 04:20 PM   #1
Member (11 bit)
 
Computer Hobbyist's Avatar
 
Join Date: Feb 2001
Location: Blue Springs, MO
Posts: 1,766
Linux Diagnostics Tools

Question, Windows, in any flavor, provides the user with the tools needed to obtain a significant amount of information concerning the computer's health and its available resources. In addition, windows tools such as Scandisk and defrag are useful and effective. Are there comparable Linux tools and if so where can they be found?

CH
Computer Hobbyist is offline   Reply With Quote
Old 10-01-2001, 04:50 PM   #2
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
Talking Hehehe

What a Windoze concept

One of the reasons that Linux is so ultra-reliable and stable is that it doesnt have half bakes schemes (like FAT32), or archaic concepts like FAT. NTFS is of course a different beast, while it provides a high level of data integrity, it still is prone to fragmentation.

Linux on the other hand, uses native filesystems that are beyond reproach .. for the most part. Most people run ext2, which is very clean and is not prone to excessive fragmentation and thereby doesnt stunt your drive's performance. There is robust allocation optimization (clusting of related inodes and data) and hence it is rarely an issue.

However Linux does ship with a variety of ext2 maintenance tools. The latest version of the package can be got from sourceforge (http://e2fsprogs.sourceforge.net). They include:
make2fs .. to create an empty partition in ext2
tune2fs .. this "tunes" up your ext2 partition by setting various options such as maximal_mount_count, maximal_check_interval, superuser reserved logical blocks etc
e2fsck is in itself the file checker. It is automatically used by your Linux under 2 circumstances (a) if you shut down your system without umounting partns .. for example, allow your system to idle for a couple of minutes and hit the power button to turn it off, when u restart you should come up with e2fsck running. This is determined because the ext2 partition has the ability to store information on whether it is dirty data or clean data and to run the e2fsck when dirty (b) linux is designed such that it will allow a certain number of mounts before which it does an automatic check for you (check tune2fs)
or you can run it manually
debugfs .. will allow you to do magical things with your fs

Check this out for some information, that is perpetually a work in progress .. now mired.. anyways there's some insight into ext2 or vfs and the concepts of the linux fs that u might wanna read.

HTH
Statica is offline   Reply With Quote
Old 10-01-2001, 04:58 PM   #3
Member (11 bit)
 
Computer Hobbyist's Avatar
 
Join Date: Feb 2001
Location: Blue Springs, MO
Posts: 1,766
Thanks for the information. It is exactly what I needed. I'll be sure to read all the links.

CH
Computer Hobbyist is offline   Reply With Quote
Old 10-01-2001, 05:04 PM   #4
Member (9 bit)
 
Join Date: Jan 2000
Location: Atwater Mn. USA
Posts: 429
Talking

Ha! I posted a reply but Statica, you beat me to it, and answered it much better than I. So I'm editing this post to just say, Ya! what he said!


OOPS!
__________________
If you think you understand what's going on. Then you haven't been paying attention.

Last edited by OOPS!; 10-01-2001 at 05:13 PM.
OOPS! is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:58 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2