Converting sparseimage to sparsebundle

Does anyone know how to do this?

I tried using hdiutil with the following command:

hdiutil convert /Volumes/"Time Capsule HD"/iMacC2D TMBkp.sparseimage -format UDSB iMacC2D TMBkp.sparsebundle

and got back the following error msg.

"hdiutil[76355:10b] Error loading /Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Con tents/MacOS/VirtualPCDiskImagePlugin: dlopen(/Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bun dle/Contents/MacOS/VirtualPCDiskImagePlugin, 262): no suitable image found. Did find:
/Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Con tents/MacOS/VirtualPCDiskImagePlugin: mach-o, but wrong architecture
2008-03-05 22:25:01.066 hdiutil[76355:10b] Cannot find function pointer MacDiskImagePluginFactory for factory 4D08F98C-8968-11D6-8667-0003933E9206 in CFBundle/CFPlugIn 0x51a0c0 </Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle> (bundle, not loaded)
hdiutil: convert: only a single input file can be specified"

I appear to be missing something called "dlopen". Where can I get it?

iMac Intel Core Duo, MacBookPro, Mac OS X (10.5.2)

Posted on Mar 5, 2008 8:32 PM

Reply
10 replies
Sort By: 

Mar 5, 2008 9:28 PM in response to WessGaige

are you sure it's not complaining about the quotes? either quote the whole path or escape the space with a \ and see what happens. the "only a single input file can be specified" seems to indicate hdiutil is interpreting the details you passed as more than one input file.
Reply

Mar 5, 2008 9:45 PM in response to foilpan

I do not know what you mean by "escape the space with a \". I only dabble in command line.

But I did put the whole path in quotes and tried. Got the same error message.

--------------
iMac-Core2Duo:Iomega HDD wesgaige$ hdiutil convert "/Volumes/Time Capsule HD/iMacC2d TMBkp.sparseimage" -format UDSB iMacC2d TMBkp.sparsebundle
2008-03-05 23:40:34.475 hdiutil[77448:10b] Error loading /Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Con tents/MacOS/VirtualPCDiskImagePlugin: dlopen(/Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bun dle/Contents/MacOS/VirtualPCDiskImagePlugin, 262): no suitable image found. Did find:
/Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Con tents/MacOS/VirtualPCDiskImagePlugin: mach-o, but wrong architecture
2008-03-05 23:40:34.476 hdiutil[77448:10b] Cannot find function pointer MacDiskImagePluginFactory for factory 4D08F98C-8968-11D6-8667-0003933E9206 in CFBundle/CFPlugIn 0x51a0d0 </Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle> (bundle, not loaded)
hdiutil: convert: only a single input file can be specified
-----------------------------
Reply

Mar 5, 2008 10:35 PM in response to WessGaige

I discovered a mistake in the command format. A missing '-o'.

Here's what I get now:

-----------
iMac-Core2Duo:Iomega HDD wesgaige$ hdiutil convert "/Volumes/Time Capsule HD/iMacC2D TMBkp" -format UDSB -o iMacC2D TMBkp
2008-03-06 00:16:06.147 hdiutil[77992:10b] Error loading /Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Con tents/MacOS/VirtualPCDiskImagePlugin: dlopen(/Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bun dle/Contents/MacOS/VirtualPCDiskImagePlugin, 262): no suitable image found. Did find:
/Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle/Con tents/MacOS/VirtualPCDiskImagePlugin: mach-o, but wrong architecture
2008-03-06 00:16:06.151 hdiutil[77992:10b] Cannot find function pointer MacDiskImagePluginFactory for factory 4D08F98C-8968-11D6-8667-0003933E9206 in CFBundle/CFPlugIn 0x51a4b0 </Users/wesgaige/Library/Plug-ins/DiskImages/VirtualPCDiskImagePlugin.bundle> (bundle, not loaded)
hdiutil: convert failed - No such file or directory
----------------------

Still complains about a missing plugin.
Reply

Mar 6, 2008 8:49 AM in response to WessGaige

{quote:title=WessGaige wrote:}
I do not know what you mean by "escape the space with a \". I only dabble in command line.{quote}

Foilpan is suggesting you try something like this:
<pre style="padding-left: .75ex; padding-top: .25em; padding-bottom: .25em; margin-top: .5em; margin-bottom: .5em; margin-left: 1ex; overflow: auto; font-size: 9px; font-family: Monaco, 'Courier New', Courier, monospace; color: #222; background: #ddd; line-height: normal">hdiutil convert "/Volumes/Time Capsule HD/iMacC2D_TM_Bkp.sparseimage" -format UDSB -o iMacC2D_TM_Bkp.sparsebundle</pre>
--
Cole
Reply

Mar 6, 2008 12:23 PM in response to WessGaige

{quote}mach-o, but wrong architecture{quote}

When do you get this error? Sounds like maybe it's not finding the right flavor plugin for your hardware. To be honest I've never heard of a sparsebundle, but I'm guessing it's got something to do with time machine.

--
Cole
Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Converting sparseimage to sparsebundle

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.