<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rclone on Net Boy</title>
    <link>https://lian.st/tags/rclone/</link>
    <description>Recent content in Rclone on Net Boy</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Sun, 24 Nov 2024 00:54:53 +0800</lastBuildDate><atom:link href="https://lian.st/tags/rclone/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>FreeBSD使用Rclone掛載報錯處理</title>
      <link>https://lian.st/posts/ff35cbdc/</link>
      <pubDate>Sun, 24 Nov 2024 00:54:53 +0800</pubDate>
      
      <guid>https://lian.st/posts/ff35cbdc/</guid>
      
      <description>&lt;h2 id=&#34;error&#34;&gt;Error&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;FreeBSD: failed to open fuse device: No such file or directory
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;解決方案&#34;&gt;解決方案&lt;/h2&gt;
&lt;h2 id=&#34;fuse&#34;&gt;FUSE&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;pkg install fuse
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;rcconf&#34;&gt;rc.conf&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vim /etc/rc.conf
fusefs_enable=&amp;#34;YES&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;loaderconf&#34;&gt;loader.conf&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vim /boot/loader.conf
...
fusefs_load=YES
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;上述配置文件修改完成後，執行&lt;code&gt;reboot&lt;/code&gt;,隨後繼續使用&lt;code&gt;rclone&lt;/code&gt;掛載就可以了。&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
