DriveFS
DriveFS copied to clipboard
A google drive fuse filesystem implemented in C++
For anyone actively using DriveFS, it will be migrated to postgres from mongodb in the coming weeks.
Here's a Dockerfile I'm using to set up DriveFS on Ubuntu Disco Dingo with ```docker build -t drivefs .``` ```Dockerfile FROM ubuntu:19.04 # Install build dependencies RUN apt-get update -qq...
Hello, I have been trying to use the Fuse mount over NFS lately and am facing an issue. When trying to create a file, NFS will send the operation `mknod`...
Hi, My current drive is scanning, but because there are a lot of stuff not relevant to where I'm using it and from a security perspective, I was wondering it...
The goal of this project is to provide a quality fuse filesystem experience with google drive, that supports both upload and download, Team Drives, good support for home users witht...