如何在使用gcsfuse创建的Linux中卸载Google Bucket

我已将Google存储桶映射为ubuntu驱动器:
gcsfuse googlebucketname  /home/shared/local_folder/

如何通过从链接存储桶中卸载/ home / shared / local_folder /来反转上一步?

解决方法

根据 documentation,你想要:
fusermount -u /home/shared/local_folder/

相关文章

Linux中的ARP防火墙主要用于防御ARP欺骗攻击,其效果取决于多...
insmod和modprobe加-f参数导致Invalid module format错误 这...
将ArchLinux安装到U盘 几个月前入门Arch的时候上网搜了不少安...
1、安装Apache。 1)执行如下命令,安装Apache服务及其扩展包...
一、先说一下用ansible批量采集机器信息的实现办法: 1、先把...
安装配置 1. 安装vsftpd 检查是否安装了vsftpd # rpm -qa | ...