SMB协议
systemctl start network.service 重启网络服务,一切恢复正常。
SMB协议
systemctl start smb nmb
systemctl restart smb nmb
vim /etc/samba/smb.conf
在此配置中添加以下项:
+++++++++++++++++++++++++++++++++++++++++
[share]
comment = hjw_share
security = share
path = /home
public = yes
writable = yes
browseable = yes
+++++++++++++++++++++++++++++++++++++++++++++++++
如下图:
在我的电脑—网络----映射网络驱动
3.就可以实现虚拟机和windows之间的共享文件了