|
| |||||||||
| Tags: virtual machine, vmware, windows, windows 2003 server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to create shared disk in Virtual machine
Hi all, I am using windows 2003 server in my PC. I am installing VMware in my PC for running Virtial operating system. I want to know that how to create shared disk in Virtual machine. My machine configuration is 1 GB RAM with P-4 processor. Please suggest. Thanks in advance. |
|
#2
| ||||
| ||||
| How to create shared disk in Virtual machine
In the virtual machine software installation directory, there isvmware-vdiskmanager.exeFile (older versions availableplainmaker.exe), To copy it to the shared disk counters directory, create a shared disk (the old version of the shared disk file extension name. pln) Code: F: \Virtual Machine\Shared disk cabinet>vmware-vdiskmanager.exe-c-s 200Mb-a lsilogic-t 2 quorum.vmdk Code: F: \Virtual Machine\Shared disk cabinet>vmware-vdiskmanager.exe-c-s 4Gb-a lsilogic-t 2 sharedisk.vmdk Code: quorum-flat.vmdk quorum.vmdk sharedisk-flat.vmdk sharedisk.vmdk |
|
#3
| ||||
| ||||
| How to create shared disk in Virtual machine
In the virtual machine interface, select "Edit virtual machine settings” and Add a hard drive, choose "Use a existing virtual disk, " Where you can found addedquorum.vmdk、sharedisk.vmdk. Double-click the newly added disk, the disk properties in the pop-up window choose "advance"Hard choice for the new added virtual device node:quorum.vmdkSelected set "SCSI 0:1”, sharedisk.vmdkSelected "SCSI 1:1”. Open two separate virtual machine directory vmx file, in the last line add: Code: disk.locking = "FALSE" scsi0: 1.SharedBus = "Virtual" scsi1: 1.SharedBus = "Virtual" |
|
#4
| ||||
| ||||
| How to create shared disk in Virtual machine
vmware shared disk set, need to meet the conditions that the hard disk in the advanced properties must be set to 1:0, if the addition of a second block of shared disk, but also set to 1:0, the system will get an error, it is set to 1:1. If you need more information , Please reply. Best of luck.
__________________ The FIFA Manager 2009 PC Game |
|
#5
| ||||
| ||||
| Re: How to create shared disk in Virtual machine
It also needs to vmware configuration properties file such as rhel3.vmx by adding two properties Code: scsi [n]. sharedBus = "virtual" disk.locking = "false"
__________________ Grand Theft Auto 4 PC Video Game |
|
#6
| ||||
| ||||
| How to create shared disk in Virtual machine
VMware recommends you set up the shared disks on their own SCSI bus, which is a different bus than the one the guest operating system uses. For example, if your guest operating system is on scsi0: 0, you should set up disks to share on scsi1 bus. For example, to enable SCSI reservation for devices on the scsi1 bus, add the following line to the virtual machine's configuration file: Code: scsi1.sharedBus = "virtual" |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to create shared disk in Virtual machine" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to create and configure Virtual machine on Hyper-V? | Dexter85 | Operating Systems | 6 | 29-10-2010 06:14 AM |
| Cannot attach the virtual hard disk to the virtual machine | GurpreetC | Operating Systems | 4 | 21-08-2010 05:03 PM |
| how to create virtual hard disk in xp? | abhi123tri | Operating Systems | 1 | 18-06-2010 08:42 AM |
| How to set up new differencing disk on virtual machine | Bertus | Networking & Security | 3 | 22-07-2009 06:33 PM |
| Create Recovery disk on XP machine? | apk6797 | MediaCenter | 1 | 28-11-2008 09:36 AM |