It's a catch-all description for a GPT partition whose specific GUID is used by Windows and which contains one of the file systems Windows supports, although technically speaking neither is a requirement.
Uh, this explains it. Unlike most file system drivers, NTFS-3G runs in userspace instead of the kernel. This makes it slower and less efficient (copy something big to an NTFS partition and check the CPU usage in top) and I'm afraid nothing can be done about that. The performance hit is especially noticeable with low-end routers and OpenWrt, you're lucky if you can read at 2 MB/s.Quote:
L.E. 2
I copied the VMs from the NTFS disk to my linux disk and they worked! Same performance.
Just to be clear, in my system I have 3 disks: 1 SSD linux, 1 SSD windows NTFS, 1 data drive NTFS.
Running VMs from NTFS is very slow, but running them from linux disk works fine.
Why is this?!