DEFRAGMENTATION :
Over the time the files in hard disk gets fragmented with continuous use.
What is fragmentation?
First its important to understand how a data is stored in a hard disk.
Suppose we have a hard disk. over the time we have written some data and deleted some. the data we deleted may have been stored in some different parts. so although we have the free space, its not necessary that all that free space is together on the HDD. We have some pieces of free space here and some there. Now when a file of bigger size is to be written on disc and there is no "chunk" of space of that size available, the file is broken into pieces and the pieces are stored in different free space "chunks". Now what do we have? A single file which is broken into pieces and stored in some random places on hard disk. This is Fragmentation.
Obviously to access that that file we need to access all those pieces. this will slow your computer.
The solution to this problem is Defragmentation.
Windows comes with its own defragmentation utility.
You can work this from GUI interference in
start menu-->All programs-->accessories--> system tools-->Disk defragmenter
An important point to note before defragmenting is that you should have atleast free space 15% of the total space on that drive.
Or you can use From DOS. I'd prefer DOS way.
To defragment from DOS,
1.Open run in start menu and type cmd to open command prompt
2.First analyze if the drive is Fragmented enough for defragmenting. if you want to defragment d: type the command
defrag d: -a
this will give you the report of your drive.
3.if you large fragmentation, defrag using command
defrag d:
4.To force defragmentation even when there is not enough free space use command
defrag d: -f
CONVERT YOUR DRIVES TO NTFS
If you are still using FAT or FAT32 file systems, convert it to NTFS
Open command prompt and give command
convert d: /fs:ntfs (for converting d:)
If you try to convert C:(the windows partition) it will add a schedule task to perform the conversion on the next boot.
GET INTEL APPLICATION ACCELERATOR:
If you have motherboards with older intel chipset than 865. it is recommended that you download and install Intel application Accelerator from here .
This will replace the Default windows XP drivers of ATA hard disk and IDE drives with the new ones specially designed for intel chipset.
this will result in faster hard disk
Some Hard Disk Fixes To Speed Up Computer
Saturday
|
email this
|
digg it
Leave your comment
Posted by Anoop Pandey
Linux/Unix Zone
Categories
- Tricks
- Windows
- Hacking
- Tips
- HelpDesk
- Troubleshooting
- Cracking
- Speed Up PC
- Mobile
- Boot Speed Optimization
- Linux
- News
- Privacy
- Registry Tweaks
- Reviews
- Unix
- About Us
- Answered Question List
- Battery Not Charging
- CLSID
- Crash
- Customization
- Desktop
- Faster Internet
- Fun
- HP
- Home Page
- Laptop
- Linus Torvalds
- Phishing
- WMP11
News & Reviews
Network Security
- Tracking what Other Users Are doing
- Hacking Windows System Account
- Hacking Windows Administrator Account
- Darker Side Of Google
- How n00b Learnt To Spoof Email Addresses
- Breaking BIOS / CMOS Password Of Desktop PC
- Popular Ways Of Hacking E-MAil Accounts -(l)
- Popular Ways Of Hacking E-Mail Accounts -(ll)
- Safari For Windows: Vulnerability And Exploits
- How Were The French Forums On free.fr Hacked
- Breaking BIOS / CMOS Password Of Laptop Computers
General Computing
- Tricks For Faster Internet Connection Speed - (l)
- Creating Folder Named CON : Why You Cant Create And How To Create
- What To Do When the Computer Gets Infected By Virus : Re enabling Folder Options, Registry Editor Disabled , Missing Internet Option
- Creating Time Restictions For User Account On the Computer
- How To Disable / Uninstall Windows Live Messenger
- Proxy Server: What They Are Abd How To Use Them In Bypassing Blocked Sites
- Working Tips To Boost Your Computer's Speed : How To Increase The Virual Memory
- Disabling Unnecessary Windows Services For Faster Booting
- Cool Prank Tricks
- Hard Disk Fixes To Speed Up PC : Defragmentation
- Registry Twaeks To Inhance Your Computer's Performance
- Optimizing Boot Speed For Faster Booting : Using Bootvis Utility And Other Other Tricks
- Special Folder Icons On Desktop : How To Delete Recycle Bin And How To Get It Back
- Some Advanced Shutdown Options : How To Create Shutdown/Restart/Hibernate Timers
- Add A Website As A desktop Wallpaper
- How To Change Drive Icon Of Any Drive
- How To Display Company Logo Image On Start Up Screen / Boot Screen
- Breaking Internet Explorer's Content Supervisor Password
- Manually Initiate A System Crash : How To Debug Crash Log
- Multiple Mail Addresses..... Single Gmail ID
- Simplest Way To Crack WMP11 : Installing Windows Media Player 11 On Pirated Copies Of Windows
- Clipboard? What They Are?
- Hiding Folders Without 3rd Party Software
- Fun With Notepad


1 Responded To This Post
Fragmentation is like an epidemic that if left to propagate can impact performance greatly. Especially so on servers which face boot and also run the risk of crashes. With intensive I/O everyday its important to keep fragmentation under check.
Post a Comment