Tagged Questions
The diskimage tag has no wiki summary.
11
votes
4answers
2k views
“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, ...
9
votes
2answers
252 views
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 ...
6
votes
8answers
4k views
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 ...
3
votes
2answers
457 views
Creating a disk image (.dmg) from Objective-C
Is there any library to create a disk image from Cocoa, or is it only possible through Finder?
3
votes
3answers
595 views
Creating a disk image using .NET
I need to clone CF cards (with a certain amount of custom functionality that precludes using off-the-shelf cloning tools). I need a proper image for this to work - I can't just copy all the files. I ...
3
votes
1answer
661 views
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. ...
2
votes
2answers
77 views
Version Control / Configuration Management for Linux Images
One project I'm working on involves continuously maintaining a base Linux disk image that gets cloned onto embedded devices.
Right now, every time a change is made, we log what we've done in a file ...
2
votes
1answer
75 views
Renaming a mounted disc image
The "source" below is a mounted disc image (dmg), named "New." I'm trying to rename it with a textField string and action. When I complete the action the rename fails and I am unable to eject it. The ...
2
votes
1answer
74 views
how to create an image of a disk?
I'm developing in .net, but can use c++. I'm looking for a way to create a disk image. Ideally there could be an API somewhere that looks like this:
createVMDK(string driveLetter, out string ...
2
votes
2answers
236 views
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 ...
2
votes
4answers
639 views
What are the differences between the two Python 2.7 Mac OS X disk image installers?
Python 2.7 has two different disk image installers for Mac OS X. My questions are:
What are the differences between the two Python 2.7 disk image installers?
Python 2.7 32-bit Mac OS X Installer ...
2
votes
3answers
187 views
Double callback from Disk Arbitration when mounting disk image
I have a problem using DiskArbitration framework, to catch disk image mounting I register for DARegisterDiskMountApprovalCallback. The problem is that each time a disk image is mounted, the callback ...
2
votes
1answer
106 views
Java library for creating Audio CD disk image
Does anyone know of a library or open source project that contains code for creating an audio CD disk image?
2
votes
3answers
484 views
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 ...
2
votes
1answer
1k views
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, ...
1
vote
0answers
98 views
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 ...
1
vote
2answers
175 views
How do I create a nice-looking DMG for Mac OS X with a localized background?
I have read the discussion on how to create a DMG for Mac OS X using command-line tools and now I would like to go further: can I possibly produce a DMG which displays a different background image, ...
1
vote
1answer
257 views
about android emulator diskimage
The emulator provides a default user-data disk image. At startup, the emulator creates the default image as a copy of the system user-data image (user-data.img), described above. The emulator ...
1
vote
1answer
518 views
Extended Interrupt 13, Reading an unformatted Disk
It's been a while since I did any ASM, and decided to once again try and write a small bootloader, testing with qemu. My issue is with interupt 13, for some reason the carry flag is being set, so the ...
0
votes
0answers
32 views
Install Chromium OS without USB Disk
I'm trying to build and install Chromium OS from the source, but everywhere I look, I only see methods for installing onto a USB disk and then copying it over to your hard drive. I don't have any USB ...
0
votes
0answers
31 views
Convert VMDK to ISO [migrated]
I have a disk image that is in VMDK format, and I would like to convert this to an ISO so that I could use this outside of a virtual environment. I know that, at first impression, these formats don't ...
0
votes
0answers
30 views
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 ...
0
votes
1answer
35 views
changing KVM domain xml file on the fly
I would like to change the xml file of a currently running domain (change the diskimage) on the fly. Is this possible ?
0
votes
1answer
277 views
Downloading VM from VMWare ESX to VMWare player, preserving thin storage format
I'm using ESX 4.1 and want to download VM's to run on VMWare Player (v3.1.3). I'm able to download and run them, but the space on the virtual disk files, which are in "thin format" expands to the ...
0
votes
2answers
55 views
Where are the first executed bytes of a bootable cd?
I took a look into the iso images (ISO 9660) of small Linux distributions. I found 16 empty sectors, followed by a sector describing the Primary Volume Description. Next sector is commonly a Boot ...
0
votes
1answer
75 views
What are the pros and cons of building from source versus installing from a Disk Image on OS X?
What are the pros and cons of installing things like Python and Git from source instead of simply using the community provided Disk Image on OS X?
Dan Benjamin has an article about "Using ...
0
votes
0answers
85 views
Restoring C drive image from DVD after booting the computer from bootable disc
If I take image of C drive and burn it on DVD, can I restore this image after booting the computer from a bootable disk? If yes, then how?
I am supposing that restoring C drive image in this way will ...
0
votes
3answers
363 views
structure with linked-list memory dump
is there any standard approach which I've missed at school to dump C structure with nested linked lists on disk in reasonable way?
What I don't want to do is:
use protocol-buffers or any other like ...
0
votes
3answers
443 views
how to create drag and drop mac installer?
I have made my java application's jar file and now want to create drag and drop installer for it.Also I want to know that how to create shortcut for Applications folder for the same purpose.
how can I ...
0
votes
1answer
39 views
How do backup apps which create a system image handle disk changes during the image creation process?
I created a backup disk image of my disk yesterday and the software told me to close all Windows programs to make sure the process finishes successfully.
I did that, but I was wondering what happens ...
-1
votes
1answer
38 views
How to mount a specific file system on a disk image? [closed]
I have a disk image file containing multiple file systems, such as HFS (Journaled) in addition to Joliet or UDF. I want to mount whatever non-HFS file system is there. First, I attach the image ...
-1
votes
1answer
56 views
Statistics on the usage of virtual block devices in Xen
There are typically three types of virtual block devices supported by virtualization environments such as Xen. They are, file based disk images, logical volume manager(LVM) based disk spaces, and ...