https://github.com/uk0/upyun-fs
free disk mount pc for upyun
https://github.com/uk0/upyun-fs
Last synced: 3 months ago
JSON representation
free disk mount pc for upyun
- Host: GitHub
- URL: https://github.com/uk0/upyun-fs
- Owner: uk0
- Created: 2019-08-20T13:42:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T17:19:37.000Z (over 5 years ago)
- Last Synced: 2025-02-24T16:14:33.026Z (3 months ago)
- Language: Go
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
#### Umount
```bash
umount -f upyun-fs
```#### Test
```bash
./upyun-fs -mp /Users/zhangjianxin/home/GO_LIB/src/upyun-fs/testMountDir2 \
-upyun_bkt test_bkt \
-upyun_op test_op \
-upyun_pass password
(base) ➜ testMountDir2 ls
Command.rar apache flink.png mac_soft tensorflow
LoadingScreen.mp4 assets free_dir main.ps1 unnamed.png
OPUI.png blog gaokeyong.png markdown upx.sh
OPUI_1.png cdh images mongo_tar upyun_storage_log_AhYIBW15
PUBG_FUCK.zip demos index.html neo4jData.json visio
[email protected] doc kubernetes posts weixin
[email protected] dockerimages kubernetes1.6.jpg simple_img wiki
[email protected] flink-header-logo.svg lib.js soft x.tar.gz
README.md flink-home-graphic-update.svg libs storm_tar zip(base) ➜ testMountDir2 df -h
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s1 233Gi 207Gi 23Gi 91% 3598598 9223372036851177209 0% /
devfs 245Ki 245Ki 0Bi 100% 846 0 100% /dev
/dev/disk1s4 233Gi 3.0Gi 23Gi 12% 6 9223372036854775801 0% /private/var/vm
map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /net
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /home
upyun-fs 0Bi 0Bi 0Bi 100% 0 0 100% /Users/zhangjianxin/home/GO_LIB/src/upyun-fs/testMountDir2```
#### TODO
* 还在写文件读写模块,以及文件夹创建删除等模块。
* 目前只能展示Upyun的云存储Tree List。
* 完全是心血来潮 :)