# dd 1G文件
dd if=/dev/zero of=1g.img bs=1 count=0 seek=1Gsamba添加
# 安装工具
apt install cifs-utils
# 挂载
mount -t cifs -o rw //sambaserver currentFolder -o username=zhang
# dd 1G文件
dd if=/dev/zero of=1g.img bs=1 count=0 seek=1Gsamba添加
# 安装工具
apt install cifs-utils
# 挂载
mount -t cifs -o rw //sambaserver currentFolder -o username=zhang