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
2
votes
1 answer
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?

Jonas K
- 4,215
- 2
- 24
- 25
2
votes
1 answer
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 read is failing. Currently, my disk image looks…

Dave
- 698
- 4
- 12
2
votes
3 answers
Install chromium to Linux disk image?
I'm sure this has been asked before but I have no clue what to search for
I am trying to create a custom Linux image (for the Raspberry Pi) - I am currently manipulating the filesystem of the .img but I've discovered it's not as simple as dropping…

Morris Fauntleroy
- 246
- 5
- 17
1
vote
2 answers
Converting .ova file to .vdi
I had installed mininet-wifi on virtual box via .ova file. Its operating system was lubuntu. As a result of moving and deleting, the .vdi file in the mininet-wifi folder in the virtual box was deleted or lost. But the .vbox file still exists. When I…

Nilay İnel
- 81
- 6
1
vote
1 answer
Cannot mount Developer Disk Image for iOS 13.6 using libimobiledevice
I'm trying to use the functionality of libimobiledevice on my iPad to do stuff like change location (idevicesetlocation) and etc. I have no problems if I install the Developer Disk Image using XCode, but as a primarily PC user, I would like to be…

Adrian Russo
- 546
- 4
- 16
1
vote
2 answers
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, based on the active language of the system?
I know…

Pierre Arnaud
- 10,212
- 11
- 77
- 108
1
vote
0 answers
Disk file creation error with Vbox and vagrant
Objective
Create a VM with Vagrant and Virtualbox with 2 disks for setting a raid1 later.
My Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "debian/buster64"
disco1 = 'disco1.vdi'
…

Adrián Jaramillo
- 279
- 2
- 12
1
vote
1 answer
What is the usage of MBR hex dump and what kind of think can be do using it?
I take copy bytes dump using my Ubuntu os(MBR sector) following command.
dc3dd if=/dev/sda of=x cnt=1 ssz=512 hash=sha256 mlog=hashes
And I convert it to hexdump using following command.
hexdump x > hex_x
I receive out put like this .
I have…

uma
- 1,477
- 3
- 32
- 63
1
vote
1 answer
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 bring my computer to the exact state of the time…

Picarodevosio
- 11
- 1
1
vote
1 answer
PowerShell: Create and Initialize a virtual disk with DiscUtils
When using the .NET DiscUtils PowerShell Module, I get the following error:
Import-Module DiscUtils.psd1
New-VirtualDisk hd.vhd -Type VHD-dynamic -Size 500MB
Initialize-VirtualDisk hd.vhd -VolumeManager Bios
Initialize-VirtualDisk : Path specified…

antonio
- 10,629
- 13
- 68
- 136
1
vote
1 answer
Shell Script Disk Image Analysis
I’m a beginner programmer and I'm try to learn how to successfully mount a disk image and analyse it but can't fine any guides online or any mention on web pages.
I’ve set myself the task as I’m thinking of joining a computer forensics course next…

James
- 25
- 8
1
vote
1 answer
Bash - How to write a file to a specific address on a disk
I am trying to recreate a disk image manually through bash. I have an empty disk the same size as the original and I am trying to insert each file at same address as the original disk so that both hash's match. However I cant seem to find the…

Ledwith94
- 25
- 8
1
vote
1 answer
Getting the volume label of a Fat12 disk in C
I'm having an odd time trying to get the volume label of a disk image in C. I understand that for FAT12 disks this piece of information is located at offset 0x2b or 43 in decimal and is 11 bytes in length. Anyway here is my code right now:
void…

JFord
- 126
- 1
- 9
1
vote
2 answers
No DeviceSupport for 9.1 in developer directory
Xcode is unable to install my app on an iPhone 6s with new 9.1 iOS version. It reports the device to be ineligible and when I select devices it says it cannot find the Developer Disk Image.
In fact once I went…

Fabrizio Bartolomucci
- 4,948
- 8
- 43
- 75
1
vote
1 answer
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 stores the new image with the files of the active…

JSON
- 5,131
- 4
- 20
- 15