Re: hdiutil create failed error 49168
site_archiver@lists.apple.com Delivered-To: Installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=KAPCdDw+lZe7c8HihEV4aoz5aMa57Ua4iFTrF4kSdiw=; b=SZA9MhevO4sz6LfHtwMbz2hXRpntczPieW9TPf26RnBhTc4KLoRiYJdNPMuE4PUdgX tPxi7K7cR20vKNYzbBsg5BrgPSVAA/N2yOs3v4QsavtdYmfS7DTPetGk4HLWkymjoE59 8jm3dPRzH0u+Cirvmi+WD29AYNPSdAfaG2NsQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=vvskw1z7JSDG6ve3yBbBgafhp/FumWzc8Pz2GPEqfzzNhR57FFnwUaq5FzAPUax+DD JLO6MPieMDuOz+fYnC3uqt9tmHNKPwJz01MENYRVu7/fPPdewrNjq8cmOJuGHLx3zv3e rTpIe59AMIIGPV3oa4ql2F+EQ66l58ALswMKQ= FYI, I reran the command from history, no changes that I'm aware of anywhere, and it worked. I have been experiencing these frequent errors for no discernible reason. I've been trying to use tools DropDMG and DMG Canvas. Both of those often also give me errors, especially DropDMG which always reports an error, hdiutil 49168. The man page for hdiutil says that when using srcfolder the file system will match that of the source. Therefore sounds like the fs option is not needed unless you're trying to override the filesystem. The -ov option just overwrites. If you don't overwrite and the file is present, it gives a simple error stating that the file exists. On Thu, Oct 9, 2008 at 8:56 PM, Lisa Weimer <LisaWeimer@smarttech.com> wrote:
No idea what your error is, but you didn't specify any disk format. Mac disk images are HFS+.
Try: Hdiutil create -ov -fs HFS+ -srcfolder sourceDir out.dmg
I usually use: Hdiutil create -ov -fs HFS+ -volname "out" -srcfolder "source Dir" out.dmg
The man page will describe all the options :)
Lisa
-----Original Message----- From: installer-dev-bounces+lisaweimer=smarttech.com@lists.apple.com [mailto:installer-dev-bounces+lisaweimer=smarttech.com@lists.apple.com] On Behalf Of David Sent: Thursday, October 09, 2008 6:48 PM To: installer-dev@lists.apple.com Subject: hdiutil create failed error 49168
I'm trying to create a dmg with an application in it. I put the application in a directory then used the following command:
hdiutil create out.dmg -srcfolder sourceDir
hdiutil: create failed - error 49168
I haven't found much in Google about this. I'm not of out disk space.
Any help appreciated. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/lisaweimer%40smartt ech.com
This email sent to lisaweimer@smarttech.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
David