
Search the Knowledge Base: |
Search the Knowledge Base: |
When you create a virtual disk with vmkfstools, you use root permissions. This makes the .vmdk file unreadable to an ESX Server host user or any other non-root user who attempts to access the file by browsing datastores in the VI Client.
You can change the virtual disk permissions to let the ESX Server host user (vimuser) view the disk through the Browse Datastores option of the VI Client.
To do so, enter the following commands:
chown vimuser:vimuser *.vmdk
chmod 700 *.vmdk