Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 sshfs 从我网络上的另一台计算机上挂载我的音乐文件夹。文件夹安装正确,我可以使用终端访问文件。但是,当我尝试使用 ncmpcpp 更新我的 MPD 库时,我在 mpd.log 中收到权限被拒绝错误。当文件系统未挂载到音乐文件夹时,可以通过 mpd 访问。我可以对文件夹做什么以便 mpd 可以看到它?谢谢
MPD 可能不在您用于挂载 sshfs 文件系统的同一用户帐户下运行。
请参阅FUSE FAQ和sshfs FAQ,然后如果您对安全风险感到满意,请添加user_allow_other选项到 mount 命令/etc/fuse.conf和选项。-o allow_other
user_allow_other
/etc/fuse.conf
-o allow_other