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


Click here to return to the '10.5: Time machine, corrupt sparse images, and panics' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Time machine, corrupt sparse images, and panics
Authored by: dethbunny on Mar 11, '08 11:33:04AM

I don't have a sparsebundle to try the command out on, but I have been known to use hdiutil quite a bit. Wouldn't the following command be correct?

hdiutil attach -nomount -readwrite /path/to/sparse/image

[ Reply to This | # ]
attach == mount
Authored by: matthiasr on Mar 11, '08 01:42:07PM
man hdiutil says mount is a synonym for attach.

[ Reply to This | # ]