Link to home
Start Free TrialLog in
Avatar of charles_dilger
charles_dilgerFlag for United States of America

asked on

Mount a writeable VMFS iSCSI volume on windows.

I know this a bit odd but in my enviroment I ahve a iSCSI target on my network I use to store data I need available to both windows and VMware, Vsphere 4. Because VMware is more limited I have formated the iSCSI drive with the standard VMFS and mounted it as a data store in VMware. On the windows side I am hoping to find a drive that I can load that will allow read wright access as a standard mounted drive (IE not though the data store borwser of the vsphere client). I thought VMFS was actually vmware's name for their ext3 volums but loading the ext3 driver here http://www.fs-driver.org/ did not seem to load correctly. I also found this http://code.google.com/p/vmfs/ which is close but it's read only.

Any one know how I can mount this file system in windows (client vista x64)
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What is your backend storage and/or what other protocols does it support?
Avatar of charles_dilger

ASKER

Hanccocka, that's a good idea. I already have NFS running on the same equipment for something else. I switched to iSCSI in the past because it seamed more reliable but for this application who's is low demand NFS should work fine.

BloodRed, the back end is actually a windows server running third party iSCSI software to allow it to mount and present a HDD image as an iSCSI target. I did this is the past because of problems with NFS and efficiency but now with a low demand situation I think NFS will work.

I'll try NFS as a cross platform solution and share the results, thanks.
We found NFS to be faster in our testing! (especially if you are using an iSCSI based solution on Windows).

Try enabling Jumbo Frames, you may get better performance. NFS solution will also give you thin provisioing by default, and allow you to copy to and from the datastore.
Great Idea and works quite well Thanks!