File System volumes support cross-platform simultaneous attachment to both Windows and Linux instances in the same region for shared storage access.
Yes, Vultr File System (VFS) volumes can be attached simultaneously to both Windows and Linux instances within the same region. This enables shared access to the same storage across different operating systems, supporting collaborative workloads and distributed applications.
While Linux instances can access attached volumes natively through the operating system, Windows instances require VirtioFS support through the virtio-win
driver and WinFsp service to recognize and interact with the volume. These components manage the file system at a low level, enabling Windows instances to read and write to the same volume concurrently with Linux instances.
The underlying VFS architecture ensures strong consistency and distributed file locking, so simultaneous access from multiple instances does not cause data conflicts. This design guarantees reliable multi-instance operations while maintaining data integrity, even when instances of different operating systems are involved.