regular defrag or not ?

defrag causes no harm to your hard drive all it does is sort out the order of your files on your hard drive! and i defrag every week!
 
Let's be pendantically accurate here.

A mechanical hard disk (i.e. not solid state), like any mechanical device, is prone to wear and tear as it is used. A heavily used hard disk will wear out faster than a lighter used hard disk.

Defragmenting a disk does involve a fairly heavy use of the disk so defragmenting a disk will cause a slightly higher wear and tear on the disk mechanics than normal use. However, unless you are running a particularly aggressive defrag continuously 24/7, the reduction in the expected life time of the disk is miniscule.

On the other hand, accessing a file on a heavily fragmented disk is going to involve more head movement than accessing the same file on a defragmented disk. So normal use of a heavily fragmented disk will cause more wear and tear than the same use on a defragmented disk. Again the extra wear and teat will be miniscule.

So, yes, defragmentation will cause some additional wear and tear on the disks but (a) that wear and tear will be miniscule and (b) any wear and tear will be offset by the reduction in wear and tear in normal use.

The situation is different on solid state disks - whereas in a mechanical disk there is some wear and tear for both reading and writing data, with a solid state disk there is practically no wear and tear for reading data regardless of how badly fragmented the disk is (and there is no performance impact of fragmentation on solid state disks). However, there is significant wear and tear when writing data (significant compared to a mechanical disk - a solid state disk will still last at least 5 years under fairly heavy use). So defragmentation is not recommended for SSDs.

Matthew
 
The situation is different on solid state disks - whereas in a mechanical disk there is some wear and tear for both reading and writing data, with a solid state disk there is practically no wear and tear for reading data regardless of how badly fragmented the disk is (and there is no performance impact of fragmentation on solid state disks). However, there is significant wear and tear when writing data (significant compared to a mechanical disk - a solid state disk will still last at least 5 years under fairly heavy use). So defragmentation is not recommended for SSDs.

Matthew

The situation is different on SSDs in that the drive has firmware which manages wear levelling, so that data is distributed evenly across the memory chips. By this very process data is going to be fragmented and using a defragmenter is fighting against the SSD controller.

Each NAND chip has a limited number of writes before it will fail, after which the firmware will mark it as bad and the drive size will be effectively reduced.

It's probably too early to say yet, but MTBF for SSDs is estimated as approximately the same as mechanical hard disks, so I wouldn't avoid writes to an SSD for fear of killing one, but clearly traditional defragging of an SSD is not a sensible approach.
 
I regularly defrag my PCs, infact I have Diskeeper running in auto defrag mode. It works perfectly, and I've never had defrag causing any sort of problems.

Any work done by the drive during defrag will be compensated for by the fewer seeks it has to make in future (compared to if the file was fragmented).
 
Don't forget that if you regularly defrag it will hardly do anything as all the files are contiguous! Much better than having a fragmented file system on a HDD crunching away.
 
Back
Top Bottom