// // Generations Linux virtual machine // // generations.vmdk can be used with VMware or VirtualBox virtualization // products. generations.vmx is provided VMware, and it can be edited // to have available a second drive. First download 9GB-IDE.vmdk (an // empty unpartioned virtual disk) and copy it or rename it local.vmdk // Next find the lines: # ........ second drive #ide0:1.present = "TRUE" #ide0:1.filename = "local.vmdk" #ide0:1.writeThrough = "TRUE" // in generations.vmx and uncomment the 3 lines which start #ide0:1 // so that you have: # ........ second drive ide0:1.present = "TRUE" ide0:1.filename = "local.vmdk" ide0:1.writeThrough = "TRUE" // Your comments are always welcomed, info@softcraft.org //