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
?
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/
sudo umount /mnt/gcs-bucket
–
Parasitize © 2022 - 2024 — McMap. All rights reserved.