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:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=EtgN8D5lRaTYhL9X9uDXR+47Voc3LXNcbEIz7w5ftDg=; b=uWCaEF60hl74O8gmgwi2CmMR6YEmHVUSXbmels9sKw0ZUh2jKovBSs4+r+1q/H8yc4 cwB6VO2jIgvRpDilW7k9uhwfa1p6p3GWDOoDdmFZ8wOOu72/wv2/L/tae7ni5B+0TDCP kFr+wmrKFzSmHGSU8ULkgkjhNf4VvLimPc9wQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=GCMkxgo9HQl20BWrcGYhv5oAwnm+5oHI78ulhupyymcJzXW2yEBhPlrS573j7jaHyC 27snUGuNRkRlHy91phZ2260QXRoYUASJwfjnUba4NQ18kV8MPq0joqxnQw7zjMfFfOpZ MzqigbduwXmQ6YpGs2ooOPScneEboNoHK4J6I= I'm running latest version of leopard. Sent from my iPhone On Oct 10, 2008, at 8:51 AM, "Carter, Bruce" <bcarter@nd.edu> wrote: Are you running any anti-virus software? We have had a variety of odd errors from HDIUTIL because Norton was doing something... 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. 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 hdiutil create out.dmg -srcfolder sourceDir hdiutil: create failed - error 49168 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/bcarter%40nd.edu _______________________________________________ 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... No antivirus software. I've noticed when the problem happens I end up with a mess of processies named diskimages-helpe. I've tried all sorts of tests with no clear pattern. I'll go for a long while where it never works, then it will start working without me doing anything I thought was related. On 10/9/08 9:22 PM, "David" <enki1711@gmail.com> wrote: 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+. -----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: I haven't found much in Google about this. I'm not of out disk space. This email sent to bcarter@nd.edu -- Bruce Carter, Senior Systems Engineer http://www.nd.edu/~bcarter/ Center for Creative Computing, University of Notre Dame, Notre Dame,IN 46556 This email sent to site_archiver@lists.apple.com
participants (1)
-
David Melgar