Comment on Best Guest VM Filesystem for NTFS Host
possiblylinux127@lemmy.zip 4 months ago
I don’t understand. Why would you store VM disks on NTFS? This isn’t a viable solution and you need to rethink your design. Also for guest filesystems I would go with ext4 as it has lower overhead while still being reasonably modern.
pyrosis@lemmy.world 4 months ago
Within guests these days I just use XFS, UFS, or NTFS depending on the os. The hypervisor can have zfs or ceph.
possiblylinux127@lemmy.zip 4 months ago
Ufs seems weird to use outside of flash
pyrosis@lemmy.world 4 months ago
It seems that way but it performs better than zfs on top of zfs. The only os I ran into that with was opnsense when I was playing with a virtualized firewall.
possiblylinux127@lemmy.zip 4 months ago
Don’t do ZFS on ZFS. It will destroy performance. Use Ext4