How to unmount Google Bucket in Linux created with gcsfuse

alphanumeric picture alphanumeric · Mar 4, 2017 · Viewed 9.7k times · Source

I have mapped Google Storage bucket as ubuntu drive with:

gcsfuse googlebucketname  /home/shared/local_folder/

How to reverse the previous step by unmounting /home/shared/local_folder/ from the linked bucket?

Answer

jacobsa picture jacobsa · Mar 5, 2017

According to the documentation, you want:

fusermount -u /home/shared/local_folder/