Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

Cannot mount Windows share in ESX 4.x with a mount_data version is not supported error

Symptoms

  • You cannot mount a Windows or Samba share on the service console.
  • When attempting to mount a Windows or Samba share on the service console, the following error message is reported:

    smbfs: mount_data version 1919251317 is not supported.

Resolution

ESX 4.0 uses a different syntax for the mount command. Instead of using the smbfs keyword, use the cifs keyword. 
 
The syntax for the command is similar to:
mount -t cifs //192.168.1.100/Share /mnt/share/ -o username=xxxxx
To ensure proper directory permissions are set, apply the two following options:
dir_mode=0755

file_mode=0755
For example:
mount -t cifs //192.168.1.100/Share /mnt/share/ -o username=xxxxx,dir_mode=0755,file_mode=0755
For more information on mounting Samba, CIFS, or Windows share on the service console, see Connecting to a CIFS Share on a Windows Server from the Service Console (242). 

Tags

cannot-mount-windows-share-esx

Request a Product Feature

To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.

Feedback


Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
Actions