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=rxZMgiPf0KLrzF+KTv6dkkXFq94txpLHrldvHOJOwWI=; b=OQHxa4AyMGEAteGJoupXrTUUInHuXvsWLK3pREMLxVNDR9ffZjFwdy/ydXOfUWJZ8u zR3RvZ0zsVsTj62wquXi0SU87XjwXBDbR3+UHeTls4P2v3IyoU9fKT5PXEQUxECmLbK/ L5c4VjKBenR46vavkLAy17XYfEglg+t+EiN9M= 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=HiI9unGb58nuVn34+S3LBLB7mO/MWsXLTjLTNuQ9sYLxbCk9MpUdcPa0a3IB0RZuH2 5eFaNN0co1bVkTLLHrY+GzKdoMKxd5A52BIGLGRFCePbpr6Jjc9uKHrA2eS+cYIkuXYR srUabyJo74vU1NYPjk82VjlMn/h4uLvNf0CwI= I already replied to this but maybe it didn't make it to the list. I do not have any antivirus installed. Sent from my iPhone On Oct 10, 2008, at 11:58 AM, Scott Russell <ScottRussell@nd.edu> wrote: Hi David, I found NAV 10.1 to be particularly heinous about this. Best wishes, Scott -- Dr. Scott Russell IT Support Engineer/Consultant Arts & Letters Computing, Distributed Support Services, Office of Information Technologies, University of Notre Dame Instructor of Horn, University of Notre Dame and Saint Mary's College Assistant Horn, South Bend Symphony Orchestra 234 Decio Hall 574-631-7021 ScottRussell@nd.edu http://www.nd.edu/~srussel2/ On Oct 9, 2008, at 9:22 PM, David wrote: 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/scottrussell%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... Your antivirus software is getting in the way. Disable it, create the DMG, reenable it. 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 scottrussell@nd.edu This email sent to site_archiver@lists.apple.com