Linux rclone

    6

Debian/Ubuntu上使用rclone挂载网盘

📥️安装 rclone

sudo -v ; curl https://rclone.org/install.sh | bash
  • 检查是否安装成功

root@debian:~# rclone version
rclone v1.66.0
- os/version: debian 12.4 (64 bit)
- os/kernel: 5.10.0-28-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none

🫧初始化配置

rclone config
  • 会出现以下信息:

Current remotes:

Name                 Type
====                 ====
pikpak               pikpak

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> n

🗄️挂载为磁盘

  • 安装 fuse3

apt-get install fuse3 -y

  • 新建本地文件夹,路径自己定,即下面的`test`

mkdir /mnt/test
  • 挂载为磁盘,下面的`test `

rclone mount test:/ /mnt/test --copy-links --no-gzip-encoding --no-check-certificate --allow-other --allow-non-empty --umask 000 --use-mmap --daemon

🗜️卸载磁盘

fusermount -qzu test

⛓️‍💥扩展用法

  • 在平时使用的时候一般的流程都是先把文件下载到网盘,然后再从vps的服务读取网盘中的文件进行使用。

  • 但是特殊情况,比如我们可以利用vps的大带宽优势,使用下载器下载文件到本地。在将文件上传到网盘。这是一个反向的过程。

  • 上传文件到网盘:

rclone copy -P /home/baiwei/your/file/ pikpak:百威空间/path/to/folder/ --transfers=16

消息盒子

# 暂无消息 #

只显示最新10条未读和已读信息