What is the preferred way to access physical drives from VMware virtual machines?

I believe that when you configure "use a physical disk", it assumes the VM has exclusive use of that disk—which it doesn't if the host system is also using it. This can lead to corruption, as both "machines" can have different views about what is really on the disk due to each one doing caching.

I think you want to look into "Shared Folders", where one or more folders you want to use from the host are shared to the guest VM. There they can either be mapped as a drive letter or accessed via a UNC path. (Both read-only and read-write sharing is possible.)

A notable advantages of Shared folders over solutions like "real" Windows sharing is that they don't actually depend on network (not even from guest point of view). This sharing will work even if you disable/firewall/disconnect all adapters on the guest machines (which can become handy when dealing with applications you don't trust.)

Tags:

Vmware