Skip to content

在mac上通过rclone加载pcloud

确保macfuse已经安装了.

drivename='pcloud'
targetloc="~/qh/${drivename}"
mkdir -p ${targetloc}
/usr/local/bin/rclone cmount ${drivename}: ${targetloc} \ 
  --copy-links --no-gzip-encoding --no-check-certificate --allow-other \
  --umask 000 --vfs-cache-mode full \
  --daemon

# 不能加 --allow-non-empty 

将其放入一个开启会自己加载的 auto-mount.sh当中即可

Leave a Reply

Your email address will not be published.