site_archiver@lists.apple.com Delivered-To: darwin-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:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=vgMAEQQQWcmBSfaQRdT8eT+Rn3wvvnw00bRsXfMUHv4=; b=LuVscM8Mcv4S4nMuYeH6vlvq9ZjZROd2RMbwipjsvErdlsZAY//YPDc1dZS7gVTra7 DTt2bH2IIgiIvwz0RsDDBxdqPqz+ghtISpsggU4ngjsmeS456/j9WVXno4FPIQdJ7i+Y iZVHlXv3zUsNHrfO0/IU2jG/inZOI//AMletI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=mlSfvMzDbY+N+LIjnMjyzjGdNtk1h3gd6V4RAeYpSwgtyBgFt6gbsUO9wPv535jZbv G8xbDRlWcW1iQrrt1EaZz0SbM64bJPgXfYF66Ltm2sCAVKnMZ1ZxREmgew0ukhnxxtOG 2hgyBxfK7VdxQHDULoJJ6pxDVVNkoJbJasL1o= Hello, Regards, Ardian _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I have an application that using hdiutil to create disk images. But I don't know how to get the disk image creation progress. The user needs to know the progress, especially when they create a big size disk images, e.g. more than 1GB, that would spends minutes until finish. I have found that by using "-debug" argument, it would printout the percentage progress to the stdout. but "-debug" argument also made diskimage-helper printout the passphrase. So that, I can't give the user using "-debug" argument. Is there any way to get the percentage progress of the disk image creation? I don't know if this is the correct mailing list to ask my problem, but I really need the answer. I would be appreciated for any help. This email sent to site_archiver@lists.apple.com