Questions tagged «shared-folders»

3
如何创建可在没有777权限的情况下从Windows写入的Samba共享?
我在Linux机器(Debian 8)上有一条路径,我想与Samba 4共享到Windows计算机(域中的Win7和8)。在我中,smb.conf我做了以下工作: [myshare] path = /path/to/share writeable = yes browseable = yes guest ok = yes public = yes 我可以从Windows获得完美的读取访问权限。但是为了具有写访问权,我需要做chmod -R 777 /path/to/share才能从Windows对其进行写操作。 我想要的是在提供的Linux所有者的Linux凭据后从Windows进行写访问/path/to/share。 我已经尝试过: [myshare] path = /path/to/share writeable = yes browseable = yes 然后Windows要求提供凭据,但是无论我输入什么,都始终被拒绝。 在不授予777的情况下从Windows域计算机获得对Samba共享的写访问权的正确方法是什么?

2
vmhgfs-fuse权限被拒绝的问题
我需要vmhgfs可供root用户和www-data用户访问。 作为root,我vmhgfs-fuse .host:/ /mnt/hgfs/在rc.local中运行命令 但是,Web服务器无法读取共享文件夹。所以我检查了它的许可, www-data@ubuntu16:~$ ls /mnt/ -lh ls: cannot access '/mnt/hgfs': Permission denied total 0 d????????? ? ? ? ? ? hgfs www-data@ubuntu16:~$ (如果/ mnt为777,则允许) 我不知道发生了什么 看起来像内核问题。在Ubuntu 14.04(现在是16.04)和内核中从来没有发生过,直到现在4.4.0-21-generic。 PS:如果我使用www-data帐户挂载hgfs,则可以通过www-data,但不能由root用户访问。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.