I have a server with VMware Server 2 configured to host several virtual machines. I chose XFS as the filesystem for this main server because of his great handling of large files.

But I want the virtual machines to have EXT3 filesystem. My question is:

Are there any drawbacks/disadvantages of having a different filesystem from the host in virtual guests?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

No, not particularly. Use the best file system for the application. There is a layer of abstraction in there anyway since the VM server has it's own file format.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.