配置文件夹共享

配置文件夹共享

我正在尝试在 Ubuntu 16.04 中共享一个文件夹,以便可以在 Windows XP 计算机上访问它。我收到以下错误消息:

'net usershare' returned error 255: net usershare add: cannot share path /media/rpiggott/Users/Users/Ron Piggott/Documents/Wendy Bonter/Car Insurance Claim as we are restricted to only sharing directories we own.
Ask the administrator to add the line "usershare owner only = false" 
to the [global] section of the smb.conf to allow this.

我不知道 smb.conf 在哪里。我打开终端并输入命令

sudo find ~/ -type f -name "smb.conf"

没有结果。

其他相关细节:

  • 当我点击“共享文件夹”选项卡时,系统提示我安装“共享”。我照做了。然后我重新启动。

该文件在哪里?我要在哪里创建它才能按照说明操作?

答案1

它住在:

/etc/samba/smb.conf

您可以使用以下方式编辑它:

sudo nano /etc/samba/smb.conf

相关内容