View previous topic :: View next topic |
Author |
Message |
thurka
Joined: 20 Apr 2016 Posts: 1
|
|
Back to top |
|
 |
wa2flq
Joined: 18 Dec 2008 Posts: 40 Location: Chicagoland
|
Posted: Sun Apr 24, 2016 8:41 am Post subject: |
|
|
Many thanks to Tomas for coming out of NeXTSTEP/OPENSTEP retirement to update the driver.
Under VMWare Fusion 8.1 my 19.2 GB image files can be mounted directly w/o conversion as monolithicFlat with the following vmx file under OPENSTEP 4.2.
Code: | File sdc.vmx
# Disk DescriptorFile
version=1
CID=fffffffe
parentCID=ffffffff
isNativeSnapshot="no"
createType="monolithicFlat"
# Extent description
RW 38914049 FLAT "sdc-flat.img" 0
# The Disk Data Base
#DDB
ddb.adapterType = "buslogic"
ddb.encoding = "UTF-8"
ddb.geometry.cylinders = "38605"
ddb.geometry.heads = "16"
ddb.geometry.sectors = "63"
ddb.longContentID = "46b1039bc5e8efb921fdde872a287910"
ddb.virtualHWVersion = "3"
|
I've added up to three SCSI emulated drives and over 15 disk partitions. IDE emulation is much more limited.
Jerry W. |
|
Back to top |
|
 |
|