The hdiutil tag has no wiki summary.
0
votes
0answers
16 views
Hdiutil detach a disk attach with the -notremovable option
Is there a way how a disk image can be permanently detached with which was previously attached with the -notremovable flag.
attach image [options]
-notremovable prevent this image ...
0
votes
0answers
43 views
using hdiutil to resize image, but can't determine the progress output
I'm trying to use the hdiutil command to resize one of my images:
hdiutil resize -size 200m /Volumes/USB/test.dmg
when I create dmg, I always use -puppetstrings and it will give me the progress in ...
2
votes
2answers
744 views
Mounting an ISO image with readwrite permission
I am following these instructions for creating a cross-platform CD. I am coming across a problem in Mountain Lion where I cannot mount the image as read-write.
When I enter the following in Terminal:
...
0
votes
1answer
113 views
Attach disk drive in Linux
Is there a Linux equivalent of the Mac's
sudo hdiutil attach -imagekey -diskimage-class=CRawDiskImage -nomount
I have an imagine I want to attach as a disk drive, but I don't want to mount it. The ...
1
vote
0answers
110 views
Determine exact size of DMG to hold data
Let's say that I have three files with the following sizes:
FileA: 15468bytes
FileB: 3874235bytes
FileC: 10452326bytes
and I want to create a UDIF, GPTSPUD, HFS+ DMG with hdiutil which will ...
2
votes
1answer
7k views
Converting .iso to .img in Mac OS X 10.6
I'm trying to convert an .iso file (Ubuntu disc image) to a .img file.
I run a command like so:
hdiutil convert -format UDRW -o ubuntu.img ubuntu-11.04-server-amd64.iso
But no matter what, I get ...
3
votes
1answer
1k views
Shrink a .sparseimage
I have a .sparseimage that occupies 90GB of space on my hard drive despite only having 30GB of files in it. How can I reclaim the empty space used by the .sparseimage and compact the file?
3
votes
1answer
1k views
hdiutil on Linux
Anyone know of a Linux port of the Mac OS tool hdiutil (http://www.unix.com/man-page/osx/1/hdiutil/)?
8
votes
4answers
1k views
Bypass a licence agreement when mounting a DMG on the command line
I'm automating my Mac installation using puppet. As a part of it I need to install several programs that come in a .dmg format.
I use the following to mount them:
sudo /usr/bin/hdiutil mount -plist ...
7
votes
9answers
29k views
I'm unable to mount a DMG, getting a “no mountable filesystems” error
I downloaded a DMG of some commercial Mac software (CSSEdit) but I found that the DMG wouldn't mount. I tried another image from the same company, and then a number of images I had laying around from ...