Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'sparse images fragment' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
sparse images fragment
Authored by: Bookman on Jun 05, '04 03:55:58AM

Is this true? Why wouldn't Mac OS X clean up the fragmented image once it was dismounted, like it will any other file?

I thought our days of worrying about file fragmentation and disk optimization were past.

--Books



[ Reply to This | # ]
sparse images fragment
Authored by: beeble on Jun 16, '04 10:36:56PM

defrag only works in Panther on files < 20MB in size. The idea is that a file of 20MB or less is probably going to fit into an available continuous block of space so the whole thing gets rewritten. Computers and drives are fast enough now that most people won't see the overhead from the extra work.

The problem with sparse images is that they are greater than 20MB so they don't get defragmented. As they expand, they create lots of little segments over the hard drive and end up very fragmented. They are designed for the purpose of dumping files in of an unknown total size, copying the image to some other drive or device and then deleting the image.

For almost any other circumstance, a regular image will serve you better.

---
um!



[ Reply to This | # ]