ubuntu14.04搭建Samba服务器实现文件共享

一、安装 samba 的核心插件:

1、sudo apt-get install samba 如果安装遇到问题,使用sudo aptitude install samba

二、修改 cd /etc/samba 下的配置文件 smb.conf :

2、sudo vim /etc/samba/smb.conf

三、添加配置文件:

将:security=user 改为security=share

在smb.conf的最后添加

x210v3_bsp

comment=samba ##这个是说明,随意填

path=/root/x210v3_bsp ## 这个是要分享的路径

public=yes

create mask=0777

directory mask=0777

writable=yes

available=yes

##要能修改文件夹,要么就将/var/www/html权限设置为777,或者加上如下设置

forceuser=root

forcegroup=root

如果需要多个共享文件夹

添加多段

四、重启 samba 服务器:

/etc/init.d/smbd restart

五、查看ubuntu主机服务器的ip地址,在windows下输入"\\192.168.0.112",就可以访问了。

问题:

"net usershare"返回错误 255:net usershare add: cannot share path /home/jacky/skynet 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.

解决方案:

vim /etc/samba/smb.conf

在 usershare allow guests = yes 下面添加 usershare owner only = false

wq保存退出即可

最好是再次重启一下Samba:"/etc/init.d/smbd restart"

在windows下删除文件或者文件夹,samba服务器备份删除的文件:

1、修改 cd /etc/samba 下的配置文件 smb.conf

sudo vim /etc/samba/smb.conf

2、在smb.conf中添加:

#以下参数用于配置回收站。

vfs object = recycle

recycle:repository = .deleted/%U

recycle:versions = Yes

recycle:keeptree = Yes

recycle:maxsixe = 0

recycle:exclude = .tmp|.mp3

recycle:noversions = *.doc

3、重启samba服务器:

/etc/init.d/smbd restart

这样在共享文件夹根目录下(例如:我创建的是/work有了一个隐藏的文件夹.deleted)

相关推荐
IT摆渡者14 小时前
ubuntu系统网络问题
linux·运维·ubuntu
海兰17 小时前
ffmpeg-wasm 完整安装指南(Ubuntu 24.04)
ubuntu·ffmpeg·wasm
海兰17 小时前
云原生持续交付平台 Zadig 在 Ubuntu 24.04 上的部署及使用指南
linux·ubuntu·云原生
Anesthesia丶19 小时前
PromoxVE安装笔记
笔记·ubuntu·server·promox
常乐か1 天前
VMware Workstation Pro 17 搭建 Ubuntu 24.04 完整指南
linux·运维·ubuntu
PGCCC1 天前
Ubuntu 安装 PostgreSQL 16 完整教程(2026):从仓库配置到远程连接
linux·ubuntu·postgresql
常乐か1 天前
在 Ubuntu 24.04 中编译 Qt 5.15.2 项目完全指南
linux·qt·ubuntu
hello_fengfeng1 天前
fcitx4 和 fcitx5 输入法包冲突
ubuntu
我是小灰灰吖2 天前
Ubuntu 22.04 切换为 X11 会话以解决 QT 桌面程序兼容性问题
linux·qt·ubuntu
鬼手点金2 天前
Hermes‑Agent 使用教程
python·ubuntu·powershell·cmd·ai agent·opencode·hermes