zotero 是一个参考文献管理的软件,可以同步云端的文献库。之前在 windows 和 linux mint 下面使用都没有问题。但是现在我在 opensuse 下使用就无法同步附件了,错误信息如下:
The file ‘///home/fernandol/zotero/storage/GRFZUHRJ/Tallam et al. - A carrier-based PWM scheme for neutral-point volta.html’ cannot be updated.
Check that the file is not currently in use and that its permissions allow write access.
Restarting your computer or disabling security software may also help.
说明几点:
- 这个文献库已经存在了,是在 windows 系统的硬盘上的。硬盘我加载在 /media 下面,然后用 ln -s 链接到当前的用户的文件系统下。
- 挂在硬盘用了参数 umask=000, 因此所有用户都有权利读写的。但文件和文件夹的所有者是 root
- 如果让软件在 linux 文件系统中新建一个文献库,也是正常的。
请大家帮我分析一下原因,谢谢!