May 21, 2009
Are you wondering how you can create a virtual machine which only uses the amount of space that is actually being used in the Virtual Machine? You can do this by using thin provisioning, and following the following steps:
- First you need SSH access enabled on the server.
- Run the command: vmkfstools -c 10G -d thin /vmfs/volumes/test1.vmdk
- If you receive the error:
Failed to create virtual disk: The destination file system does not support large files (12).
Then make sure you run the create command in the datastore you have created already.
Tags:
esxi,
storage,
virtualization,
vmware
Filed under: Uncategorized by — aaron @ 9:28 pm
Leave a Reply