Re: disk utility
Re: disk utility
- Subject: Re: disk utility
- From: Matt Gillette <email@hidden>
- Date: Mon, 15 Mar 2004 10:31:56 -0800
Hi David,
You can create disk images using the command line with hdiutil. For
more info use man hdiutil.
hdiutil create -megabytes 100 /pathToDiskImage -fs HFS+ -volname
"Volume Name"
hdiutil mount /pathToDiskImage
Matt
On Mar 15, 2004, at 12:17 AM, Morphine wrote:
Hello,
I'd like to create and use a disk image file (exactly like "Disk
Utility.app"). What is the way to do that ?
PS : Disk Utility is not applescript
Thanks
______________________________________
David Miglior
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.