小编Pet*_*ter的帖子

webdav davfs2 输入/输出错误

我在 Linux 系统中配置了一个 box.com 帐户,因此用户可以将其安装在某个安装点并访问其内容。它在 fstab 中声明为:

https://www.box.com/dav /media/box davfs rw,user,noauto 0 0
Run Code Online (Sandbox Code Playgroud)

挂载帐户的用户具有 ~/.davfs2/secrets ,其中包含以下内容:

/media/box <username> <password>
Run Code Online (Sandbox Code Playgroud)

用户可以毫无问题地挂载并列出已挂载的文件夹,但是在尝试将文件从 box.com 复制到我们的本地计算机时,这会给我们带来一些问题。我已经尝试了以下结果:

cat /media/box/example_file.txt => Will output the contents of the file
cp /media/box/example_file.txt /tmp => will give the I/O error
wc -l /media/box/example_file.txt => will give the I/O error as well
touch asd && cp asd /media/box && ls /media/box => lists asd in /media/box
Run Code Online (Sandbox Code Playgroud)

我试过设置

use_locks 0
Run Code Online (Sandbox Code Playgroud)

在 /etc/davfs2/davfs2.conf 中,但它没有解决问题。

任何可能阻止系统正确访问 box.com 挂载点的线索?

linux webdav input davfs2

11
推荐指数
0
解决办法
1546
查看次数

在网上商店外自动更新 Chrome 扩展

Chrome 会自动更新您已安装的扩展程序(如果它们是通过网上商店安装的)。另一方面,如果您使用的扩展程序未在此处发布,则可以手动将其添加到 chrome,但无法自动更新扩展程序。您必须下载更新的扩展程序,打开扩展程序页面并将新文件拖放到那里进行更新。

有没有办法在网上商店外自动更新扩展?我不知道是否可以将扩展程序网络添加为自动更新或类似内容的受信任 URL,因此 Chrome 也会检查那里的更新。

google-chrome google-chrome-extensions auto-updates

3
推荐指数
2
解决办法
4766
查看次数