Linux - VirtualizationThis forum is for the discussion of all topics relating to Linux Virtualization. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I was wondering which file system would be the best choice for Linux guests? I presume a Linux guest on Windows host and Linux guest on Linux host probably have different 'best options'. So should be focus just be speed (?) since there's already some overhead with virtual to physical disk access and structure.
Should be linux OS independent but: I'm running a Slackware guest on a Vista host, so physical partition is NTFS.
Dunno what your reasons are to run Linux as guest and Vista as host but I think it is a bad idea and the other way around is much more productive.
Speed you loose by the file system is negligible as compared to running Slack in a VM, so choose your file system based on the normal considerations. That would be ext3/4.
I use btrfs for my Linux guests on Win7 host. Don't know if Pat keeps the kernels current enough though - haven't looked at Slack in a while.
ext4 would be my other option.
I was wondering which file system would be the best choice for Linux guests? I presume a Linux guest on Windows host and Linux guest on Linux host probably have different 'best options'. So should be focus just be speed (?) since there's already some overhead with virtual to physical disk access and structure.
Should be linux OS independent but: I'm running a Slackware guest on a Vista host, so physical partition is NTFS.
Linux guest file system choices are no different than on a physical machine: ext3 is safe, ext4 is probably better on recent kernels.
The virtual machine doesn't know its not running on actual hardware, its file system doesn't know its actually 'inside' an NTFS 'container' in your case.
I'm answering this post running slackware-current with ext4 file system inside VirtualBox v4.0.4, hosted on real hardware running slackware-13.1 on an ext3 file system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.