Files
nexus/wiki/concepts/云盘挂载.md
2026-04-14 16:02:50 +08:00

36 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "云盘挂载"
type: concept
tags: [cloud-drive, aliyun, nfs, storage]
last_updated: 2025-02-23
---
## Definition
云盘挂载是将云存储服务(如阿里云盘)映射为本地文件系统的技术。
## 工具
| 工具 | 说明 |
|------|------|
| CloudDrive2 | 多云盘挂载工具 |
| Xiaoya Alist | 资源聚合和转存 |
## 在家庭网络中的用途
- 将阿里云盘作为本地硬盘使用
- 通过Plex/Jellyfin直接播放云盘内容
- 利用NAS做本地缓存加速
## CloudDrive2配置
1. 安装矿神源后安装CloudDrive2
2. 执行sudo sed -i 's/package/root/g' /var/packages/CloudDrive2/conf/privilege
3. 访问http://NAS_IP:19798/
4. 阿里云盘App扫码授权仅授权资源目录
## Xiaoya Alist配置
1. 准备三个token文件
- myopentoken.txt开放token
- mytoken.txt阿里云盘token
- temp_transfer_folder_id.txt转存目录ID
2. Docker启动xiaoya/alist
## 相关文档
- [[Synology NAS + Xiaoya Alist + CloudDrive2 + Plex 家庭影视平台]]