I'm often surprised how many people in general aren't aware of what things should be done to ensure a healthy, well-running Mac. The UNIX subsystems on OS X were originally written for machines that were typically never shut off. OS X inherits this assumption, and has many system maintenance tasks that are scheduled to run between 3 AM and 5 AM. In addition, there are scripts designed to run weekly on weekends, and once a month in the middle of the night.
So, if these maintenance tasks are never run (such as on a Mac that is always shut off at night), many log files and system database will grow extremely large or fail to get backed up.
One thing Mac users need not worry about however is defragmenting their drives. Although I do it myself, it's definitely not a necessity.
Hard disk capacity is generally much greater now than a few years ago. With more free space available, the file system doesn't need to fill up every "nook and cranny." HFS Plus avoids reusing space from deleted files as much as possible, to avoid prematurely filling small areas of recently-freed space.
In general, fragmentation is often caused by continually appending data to existing files, especially with resource forks. But now, with faster hard drives and better caching, as well as the new application packaging format, many applications simply rewrite the entire file each time. Panther can also automatically defragment such slow-growing files. Aggressive read-ahead and write-behind caching means that minor fragmentation has less effect on perceived system performance.
For these reasons, there is little benefit to defragging.
So, if these maintenance tasks are never run (such as on a Mac that is always shut off at night), many log files and system database will grow extremely large or fail to get backed up.
One thing Mac users need not worry about however is defragmenting their drives. Although I do it myself, it's definitely not a necessity.
Hard disk capacity is generally much greater now than a few years ago. With more free space available, the file system doesn't need to fill up every "nook and cranny." HFS Plus avoids reusing space from deleted files as much as possible, to avoid prematurely filling small areas of recently-freed space.
In general, fragmentation is often caused by continually appending data to existing files, especially with resource forks. But now, with faster hard drives and better caching, as well as the new application packaging format, many applications simply rewrite the entire file each time. Panther can also automatically defragment such slow-growing files. Aggressive read-ahead and write-behind caching means that minor fragmentation has less effect on perceived system performance.
For these reasons, there is little benefit to defragging.