QUOTE(chelgrian @ Sep 16 2006, 03:51)

VMWare emulates an IDE and SCSI controller and puts emulated disks on those buses. It emulates the devices by talking to block devices (/dev/hdc for the CDROM drive in my case) it does not send ATA commands to the raw device. Firstly there is no mechanism for doing so and secondly it would cause the host's ATA driver to get very very confused.
I'd be amazed if they'd done anything more than this in their higher end products (Virtual Infastructure or what ever they call it this week).
Yes EAC will rip CDs under Windows under VMWare but it will think that it is talking to a generic CDROM drive not your specific drive.
Hmm. From a more-than-two-year-old installation of vmware:
CODE
You can set the following options under Connection:
Use physical drive — Select this setting if you want the virtual machine to use a physical drive on the host computer. Use the drop-down list to specify whether you want to use a specific drive or let Workstation auto-detect the drive to use.
Connect exclusively to the virtual machine — This option is only relevant when legacy emulation mode is disabled. Checking this option allows only this virtual machine to use the host's physical device for writing. The host continues to share the device with the virtual machine, and the host applications will only be able to open the device for reading while the virtual machine is running. Other virtual machines cannot use the device.
Legacy emulation— checking this option causes the virtual hardware to work as it did in the prior release of Workstation. By default, Workstation attempts to make available the advanced features of your drive, but in some cases this may cause the drive to not work with your virtual machine. Checking this option reverts Workstation to the prior emulation mode for CD-ROM drives.
My take on this is that it used to simply emulate and map block device calls, but if you you the connect-exclusively feature, you are now proxying CDBs directly, which means that EAC's transactions are seen exactly as written by the drive (and vice-versa).
-brendan