Mounting a Vultr File System volume on Windows extends your server storage by adding a new disk drive. This process involves installing a virtiofs
service to mount the Vultr File System volume as a new disk drive and configuring the service to automatically start at boot. Windows does not natively support the virtiofs
protocol, and installing the virtio-win
driver and the Windows File System Proxy (WinFsp) application creates the virtiofs
service to mount Vultr File System volumes on the server.
Follow this guide to mount a Vultr File System volume on a Windows server.
virtio-win
System DriversVisit the Fedora virtio-win
releases page, open the latest virtio-win
archive and download the virtio-win-guest-tools.exe
file.
Open the downloaded virtio-win-guest-tools.exe
file to launch the installation wizard.
Agree to the virtio-win
license terms and click Install.
Click Next and accept the end-user license agreement.
Click Next and keep the default virtio-win
features.
Click Install to start the installation.
Click Finish to complete the installation.
Close the virtio-win
installation wizard.
Visit the WinFsp releases page and download the latest WinFsp Installer to your server.
Open the downloaded winfsp-<version>.msi
package to launch the WinFsp installation wizard.
Click Next to start the installation wizard.
Keep the default WinFsp
features and click Next to continue.
Click Install to start the WinFsp installation process.
Click Finish to close the WinFsp installation wizard.
Press Win+R to open the Windows run dialog.
Enter services.msc
in the input field and press Enter to open the Services window.
Find and right-click VirtIO-FS Service from the list of services.
Select Properties from the list of options.
Click the Startup type drop-down and select Automatic to enable the VirtIO-FS Service to start automatically at boot.
Click Start to run the VirtIO-FS Service.
Verify that the service status changes to Running and click Apply to save the changes.
Click OK to close the VirtIO-FS Service properties window.
Open the Windows File Explorer.
Click This PC and verify that the Vultr File System volume is mounted as a new disk drive.
Double-click to open the Vultr File System volume.
Create a new greetingsfromvultr.txt
file to test write permissions on the volume.