阿里云OSS挂载至本地目录
# 安装ossfs
Debian系统中需要编译安装,官方项目地址https://github.com/aliyun/ossfs
首先安装需要的依赖
sudo apt-get install automake autotools-dev g++ git libcurl4-gnutls-dev libfuse-dev libssl-dev libxml2-dev make pkg-config
下载源码并编译安装
git clone https://github.com/aliyun/ossfs.git
cd ossf
more...








