Windows中
1.新建文件夹,创建共享目录

 右键文件夹,共享

2.设置访问方式 Everyone,添加确认

Linux中挂载Windows共享出来的目录

 

Linux-ubuntu中
1.安装cifs
#sudo apt-get install cifs-utils


2.挂载SAMBA目录
#sudo mount -t cifs //192.168.8.200/share_code /mnt/samba_code -o user=karllen,passwd="xxxx"

相关文章:

  • 2022-01-29
  • 2021-06-12
  • 2021-12-08
  • 2021-07-05
  • 2021-05-11
  • 2022-12-23
  • 2021-08-24
  • 2021-10-11
猜你喜欢
  • 2021-08-07
  • 2021-08-07
  • 2021-10-09
  • 2022-01-01
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案