我已经在学校的 ubuntu 服务器 18.04 上设置了 samba 共享文件夹,并且用户遵循了此指南https://linuxize.com/post/how-to-install-and-configure-samba-on-ubuntu-18-04/
我在家里的 ubuntu 18.04 桌面和学校的 ubuntu 18.04 服务器上都执行了此操作。在家里,我可以使用同一网络上的 Windows 10 PC 轻松访问共享文件夹,但在学校,我只能访问我创建的公共文件夹。我的 smb.conf 文件对于家庭和学校机器都看起来像这样,不包括我在学校服务器上创建的公共文件夹。
[users] path = /samba/users browseable = yes read only = no force create mode = 0660 force directory mode = 2770 valid users = @sambashare @sadmin [josh] path = /samba/josh browseable = no force create mode = 0660 force directory mode = 2770 valid users = josh @sadmin [piet] path = /samba/piet browseable = no force create mode = 0660 force directory mode = 2770 valid users = piet @sadmin
请协助。
答案1
服务器的问题在于时区不正确!在服务器上更改为正确的时区后,我可以访问所有共享文件夹!
我希望这下次能够帮助像我这样的人。
谢谢。