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
?
According to the documentation, you want:
fusermount -u /home/shared/local_folder/