astrada / google-drive-ocamlfuse

FUSE filesystem over Google Drive
https://astrada.github.io/google-drive-ocamlfuse/
MIT License
5.45k stars 346 forks source link

How to unmount Google Drive directory? #786

Open Sinash75 opened 1 year ago

Sinash75 commented 1 year ago

I have created the directory for Google Drive somewhere on my work computer, where I shouldn't have. I have run the command "google-drive-ocamlfuse \path\to\GoogleDriveDirectory" I fear whether I can delete the folder without deleting my files or I should run a specific command for that...

astrada commented 1 year ago

Running

fusermount -u \path\to\GoogleDriveDirectory

should be enough.

uromahn commented 1 year ago

fusermount does not seem to work on my Ubuntu 20.04. However, a regular sudo umount <my mounted google-drive> seems to work just fine.

litingfeng commented 5 months ago

fusermount does not seem to work on my Ubuntu 20.04. However, a regular sudo umount <my mounted google-drive> seems to work just fine.

This doesn't work on my Ubuntu 20.04 machine...Haven't found another valid solution yet.