欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ossfs挂载OSS

程序员文章站 2022-07-14 21:56:12
...

1.下载ossfs工具

http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/assets/attach/32196/cn_zh/1507811535079/ossfs_1.80.3_ubuntu16.04_amd64.deb

2. 安装

$ apt-get update
$ apt-get install gdebi-core
$ gdebi ossfs_1.80.3_ubuntu16.04_amd64.deb

3. 配置OSS账号密码

$ echo my-bucket:my-access-key-id:my-access-key-secret > /etc/passwd-ossfs
$ chmod 640 /etc/passwd-ossfs

4. 挂载bucket

$ mkdir /tmp/ossfs
$ ossfs my-bucket /tmp/ossfs -ourl=my-oss-endpoint

5. 卸载bucket

$ fusermount -u /tmp/ossfs

参考:https://www.jianshu.com/p/78c43ead1ce1

相关标签: OSS