google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

How to unmount Google Drive directory?

Open Sinash75 opened this issue 3 years ago • 3 comments

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...

Sinash75 avatar Sep 06 '22 12:09 Sinash75

Running

fusermount -u \path\to\GoogleDriveDirectory

should be enough.

astrada avatar Sep 07 '22 10:09 astrada

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.

uromahn avatar Mar 14 '23 05:03 uromahn

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.

litingfeng avatar Jan 26 '24 13:01 litingfeng