sudo apt-get install smbfs
but failed
follow the hints

sudo apt-get install cifs-utils
ok

now i can mount windows share direcotry

 

挂载windows的共享目录

mount -c cifs -ouser=xxx,passwd=yyy //192.168.1.1/share_dir  /mount_point

相关文章:

  • 2022-12-23
  • 2021-08-31
  • 2021-06-25
  • 2022-02-01
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-09-18
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案