<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>WebDav on Echo Eatta</title>
    <link>https://eatta.cn/tags/webdav/</link>
    <description>Recent content in WebDav on Echo Eatta</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Eatta | &lt;a href=&#34;https://beian.miit.gov.cn/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;蜀ICP备2025125428号&lt;/a&gt; | &lt;a href=&#34;https://beian.mps.gov.cn/#/query/webSearch&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;川公网安备51010502015297号&lt;/a&gt;</copyright>
    <lastBuildDate>Wed, 10 Jun 2026 15:41:16 +0800</lastBuildDate>
    <atom:link href="https://eatta.cn/tags/webdav/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用 rclone 挂载 WebDAV 网盘（以 OpenList 为例）</title>
      <link>https://eatta.cn/posts/rclone-webdav-openlist/</link>
      <pubDate>Wed, 10 Jun 2026 15:41:16 +0800</pubDate>
      <guid>https://eatta.cn/posts/rclone-webdav-openlist/</guid>
      <description>rclone 是一款强大的命令行云存储同步工具。我们可以通过 rclone 将支持 WebDAV 的网盘（如 openList、Nextcloud 等）挂载到本地目录，像操作本地文件一样使用。&#xA;本文将介绍如何在 Linux 下安装 rclone、配置 WebDAV 连接、挂载网盘，并设置开机自动挂载。&#xA;一、安装 rclone rclone 可以通过官方脚本安装，也可以使用系统的包管理器。镜像安装需要额外处理路径映射，较为繁琐，因此本文采用 apt 直接安装。&#xA;1. 安装依赖 fuse sudo apt update # 查看是否已安装 fuse3 sudo apt search fuse3 # 若未安装，则执行（libfuse3-x 中的 x 替换为上一步搜索结果中的具体版本号） sudo apt install fuse3 libfuse3-x 2. 安装 rclone sudo apt install rclone 3. 验证安装 which rclone 如果输出 /usr/bin/rclone 等路径，说明安装成功。&#xA;二、配置 rclone（以 WebDAV 为例） 有两种配置方式：交互式配置或直接编辑配置文件。&#xA;方式一：使用 rclone config 交互配置 执行命令： rclone config 按提示操作（以下为关键步骤）：</description>
    </item>
  </channel>
</rss>
