我尝试在 Ubuntu 16.04 上安装我的 Google Drive,但出现错误。有什么想法吗?
$ google-drive-ocamlfuse -o nonempty /home/louisro/Google\ Drive/ fusermount:无法访问挂载点 /home/louisro/Google Drive:权限被拒绝
谢谢
编辑/home/louisro/Google\ Drive/ 上的权限为:
$ ll -d Google\ Drive/
drwx------ 11 louisro louisro 4,0K août 1 2014 Google Drive/
当我尝试更改它们时,出现错误:
$ chmod g+r Google\ Drive/
chmod: changing permissions of 'Google Drive/': Input/output error
$ sudo chmod g+r Google\ Drive/
chmod: cannot access 'Google Drive/': Permission denied
$ sudo chown louisro:louisro Google\ Drive/ -R
chown: cannot access 'Google Drive/': Permission denied