Comments on: On SSDs, Sparsebundles, and disk repair /lifehacking/on-ssds-sparsebundles-and-disk-repair/ sealed abstract class drew {} Sun, 27 Mar 2016 22:51:38 +0000 hourly 1 https://wordpress.org/?v=4.4.15 By: Nick Engeking /lifehacking/on-ssds-sparsebundles-and-disk-repair/comment-page-1/#comment-7638 Tue, 17 Jul 2012 16:20:18 +0000 /?p=758#comment-7638 Striped images are useful for reclaiming free space, as logically empty stripes are simply deleted. A monolithic sparse image would have to be compacted and shrunk in order for a “gap” in the image’s file system to result in a “gap” in the host file system. This kind of compacting operation is very expensive to do over the network as it requires rewriting large portions of the image file. Generally, moving files around in the image is more efficient in a sparse bundle because you can logically re-order and delete stripes without actually re-writing them. If the disk is local, this isn’t such a big deal, but over a network it makes a big difference.

]]>
By: Andrew /lifehacking/on-ssds-sparsebundles-and-disk-repair/comment-page-1/#comment-7598 Thu, 28 Jun 2012 03:06:44 +0000 /?p=758#comment-7598 I still can’t believe people are keeping their stuff logged out just to do a backup. I don’t understand it. I’d expect more from a EFI’ed GUID’d fs that supports an LVM,
Why don’t they just LVM their home directories like the rest of the UNIX world?
I’m feeling a bit of vertigo seeing these sparsebundles as striped file based/block based backups. Why couldn’t they just do a block based backup to begin with?

]]>