16

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?

alphanumeric
  • 17,967
  • 64
  • 244
  • 392
  • I'm voting to close this question as off-topic because it's belong to http://askubuntu.com/ – Luc M Mar 04 '17 at 23:07
  • 1
    Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See [What topics can I ask about here](http://stackoverflow.com/help/on-topic) in the Help Center. Perhaps [Super User](http://superuser.com/) or [Unix & Linux Stack Exchange](http://unix.stackexchange.com/) would be a better place to ask. Also see [Where do I post questions about Dev Ops?](http://meta.stackexchange.com/q/134306) – jww Mar 05 '17 at 00:55

1 Answers1

25

According to the documentation, you want:

fusermount -u /home/shared/local_folder/
jacobsa
  • 5,719
  • 1
  • 28
  • 60