Created
October 15, 2018 03:50
-
-
Save chenshaoju/3a73083de55eec43d463ef002a0e54b7 to your computer and use it in GitHub Desktop.
VirtualBox PhysicalDrive disk file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disk DescriptorFile | |
# This file not tested, You need to take your own risks. | |
version=1 | |
# Change the CID below if you want. | |
CID=012ef9ef | |
parentCID=ffffffff | |
createType="fullDevice" | |
# Get your disk number in /dev/ or Disk Management, And change the 3 number below. | |
RW 2004991 FLAT "\\.\PhysicalDrive3" 0 | |
# The disk Data Base | |
#DDB | |
ddb.virtualHWVersion = "4" | |
ddb.adapterType="ide" | |
ddb.geometry.cylinders="1989" | |
ddb.geometry.heads="16" | |
ddb.geometry.sectors="63" | |
ddb.uuid.image="f73bd590-7ab9-41fb-a77e-f50e463448d4" | |
ddb.uuid.parent="00000000-0000-0000-0000-000000000000" | |
ddb.uuid.modification="00000000-0000-0000-0000-000000000000" | |
ddb.uuid.parentmodification="00000000-0000-0000-0000-000000000000" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment