Windows user-space virtual file system with S3 or SSH backend
20
stars
0
commits
Go
primary language
May 19, 2025
updated
Windows user-space locally-cached virtual file system client for windows 10+, capable of mounting remote folders as local. Can be used as convenient way to work with files stored in cloud storage or on a server, or as a way to backup and extend local storage.
Translates a filesystem abstraction to a user space file system API provided by windows that can be either Projected File System or Cloud Files API.
This software support two use cases:
Installer is not (yet) available, latest binaries can be downloaded as artifacts from successful builds.
If used, Projected File System service needs to be enabled (disabled by default):
Enable-WindowsOptionalFeature -Online -FeatureName Client-ProjFS -NoRestart
Configuration is stored in Windows Registry, see example.reg.
Once configured, just run the application. Logs are written to %LOCALAPPDATA%\PotatoDrive.
This project could not have been possible without the following open source projects:
Go
98.2%
Windows user-space virtual file system with S3 or SSH backend
20
stars
0
commits
Go
primary language
May 19, 2025
updated
Windows user-space locally-cached virtual file system client for windows 10+, capable of mounting remote folders as local. Can be used as convenient way to work with files stored in cloud storage or on a server, or as a way to backup and extend local storage.
Translates a filesystem abstraction to a user space file system API provided by windows that can be either Projected File System or Cloud Files API.
This software support two use cases:
Installer is not (yet) available, latest binaries can be downloaded as artifacts from successful builds.
If used, Projected File System service needs to be enabled (disabled by default):
Enable-WindowsOptionalFeature -Online -FeatureName Client-ProjFS -NoRestart
Configuration is stored in Windows Registry, see example.reg.
Once configured, just run the application. Logs are written to %LOCALAPPDATA%\PotatoDrive.
This project could not have been possible without the following open source projects:
Go
98.2%