• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mounting Drives onESXi 5.5 Server - can they be mounted outside of ESXi?

grepawking

Junior Member
I'm wondering if I can mount drives on a Linux VM that bypass the ESXi hypervisor. Basically I don't want to run the vmfs on my new RAID array so that I can transfer these drives to another machine w/o ESXi on it.

I want my Linux VM to be able to recognize the array without it being added as a datastore on the esxi interface.

I'm running ESXi 5.5 BTW.

Is this possible?
 
Yes, you have to enable passthrough (hardware support required) and then add the card to the linux vm and it will act like if you installed linux on a physical box
 
A raw device map might work too. Not sure if it works with local storage or not, but a RDM bypasses VMFS and presents the raw disk to the OS so you can put whatever formatting you want on it.
 
Back
Top