我是靠谱客的博主 大力舞蹈,最近开发中收集的这篇文章主要介绍在ubuntu下share文件夹报错,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

net usershare’ returned error 255: net usershare add: cannot share path /media/disk6/ShareFiles 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.
根据提示我们需要配置一下samba的配置文件:

sudo gedit /etc/samba/smb.conf
在配置文件中找到usershare allow guests = yes,在后面一行添加 usershare owner only = false,设置后退出或重启ubuntu账户之后,局域网中的windows 电脑即可访问该共享文件。


本文来自 duola_rain 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/duola_rain/article/details/20914113?utm_source=copy

最后

以上就是大力舞蹈为你收集整理的在ubuntu下share文件夹报错的全部内容,希望文章能够帮你解决在ubuntu下share文件夹报错所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部