Use this tag for questions related with DiskImage, a tool to backup and restore partitions, entire harddisks, usb keys, floppy drives and (read-only) optical media on windows platforms.
Questions tagged [diskimage]
90 questions
65
votes
6 answers
Google Compute Engine: what is the difference between disk snapshot and disk image?
I've been using both for my startup and to me, the functionality is the same. Until now, the instances I've been creating are only for computation. I'm wondering how GCE disk images and snapshots are different in terms of technology, and in which…

Emmanuel
- 891
- 1
- 7
- 6
19
votes
8 answers
Create DMG file
I am developing an application in Cocoa. I need to create a DMG file to install my application like Adium (which provides a nice UI to drag the app file to Application folder). Is there a tool for this?

MobX
- 2,640
- 7
- 33
- 54
17
votes
3 answers
"Beautifying" an OS X disk image
When I downloaded Skype, I noticed that, in place of a normal "disk image" icon, there was a custom icon, and when I double clicked on the icon, the window used a colorful image as the background, prompting me to drag the skype icon into the…

stalepretzel
- 15,543
- 22
- 76
- 91
15
votes
2 answers
Get the path of the .dmg from the mount point
I'm looking for a way to get the .dmg path of a mounted disk image with just its mount point.
I want to write a "simple" Finder service that ejects the disk image and trashes the accompanying .dmg. The ejecting is trivial, but I'm at a loss as to…

wbg
- 1,104
- 2
- 8
- 18
10
votes
1 answer
Could not find developer disk image stack overflow xcode 7.2, iOS 9.3.1
After updating my devcie to iOS 9.3.1 Xocde giving "could not find developer disk image".
I am using xcode 7.2. Please help.

Arpan Dixit
- 995
- 1
- 12
- 24
9
votes
2 answers
Windows C# implementation of linux dd command
I'm writing a C#.Net app to run on windows that needs to take an image of a removable disk and chuck it onto a Linux Live USB. The Live USB is the inserted into the target machine and boots, on start up it runs a script which uses the dd command…

rb_
- 613
- 9
- 24
8
votes
5 answers
c# - How can I extract a FAT Disk Image?
I am actually trying to extract a Fat Disk Image with DiskUtils but I am not getting the correct file names...
I get "\TURNER~3\TOPPER~1.P~1" in place of "\TURNEROVER\TOPPERSHEATH.PPTX"
FatFileSystem FatImg = new FatFileSystem(MS); //MS = Fat Image…

Writwick
- 2,133
- 6
- 23
- 54
7
votes
1 answer
Encrypted volume automounting in Mac OS X
I've had a need to create an encrypted volume on my mac for the company source code. The requirements are not terribly stringent: If someone can log into the machine as me, they win, but otherwise, they should lose. With that set of requirements,…

nsayer
- 16,925
- 3
- 33
- 51
7
votes
1 answer
Error loading IPython Jupyter notebook:
I have an error while loading IPython Jupyter notebook. Also errors occur on the shell. Is there anyone who could help me for solving these errors?
Errors which occur on the shell:
Unhandled error in API request
DatabaseError: database disk image…

serenade
- 359
- 2
- 5
- 13
6
votes
0 answers
Is it possible to rename a sparsebundle volume label without mounting/renaming/unmounting/mounting?
I know that the following will work:
hdiutil attach old.sparsebundle -mountroot .
diskutil rename old_label new_label
hdiutil detach old_label
hdiutil attach old.sparsebundle -mountroot .
This results in old_label being mounted as new_label, but…

eatloaf
- 607
- 1
- 9
- 16
6
votes
1 answer
Adobe Creative Suit 5 (CS5.5) installation on Mac OS Sierra
I got a new MacBook Pro running Mac OS Sierra and tried to install Adobe Creative Suite CS5.5 on it, which I already had running on my old MacBook Pro. I downloaded the package directly from the Adobe web page, but when running the Install.app from…

Moose on Mars
- 407
- 1
- 4
- 12
6
votes
1 answer
Determine if a Volume is a Disk Image (DMG) from code
From Objective C (or Swift), I need to determine if a mounted volume is a Disk Image (mounted from a .dmg file).
Similar questions led me to NSURL Volume Property Keys, but none of them seem to give the type/protocol of the volume.
However, I can…

Stan James
- 2,535
- 1
- 28
- 35
6
votes
3 answers
Creating customized .dmg files upon download
I want to distribute a cross-platform application for which the executable file is slightly different, depending on the user who downloaded it. This is done by having a placeholder string somewhere in the executable that is replaced with something…

Marten
- 1,136
- 1
- 8
- 15
5
votes
2 answers
cannot see source tree in android.dmg.sparseimage in mac osx
After syncing the android source code tree in a dynamic extendable disk image (android.dmg.sparseimage) in mac osx (10.6.7), I cannot see anything in there. However the diskimage size has changed to 3.99GB meaning that disk image contains the source…

Morison
- 1,145
- 3
- 18
- 35
5
votes
5 answers
svn returns "Invalid control character '0x0d' in path 'Icon\015'" when trying to add Mac custom icon file
I have a project that creates a disk image and would like to use a custom icon for the loaded volume. I have a .VolumeIcon.icns file that looks great, but to make Finder use it, I've had to include an empty file named Icon^M (Icon\r, Icon). My…

blahdiblah
- 33,069
- 21
- 98
- 152