在windows上共享一个文件夹名字是linux

在linux运行以下命令

mkdir -p /mnt/share

mount -t cifs -o username=“win username”,password=“win password” //“winIP”/linux /mnt/share 

/mnt/share就指向win下的linux文件夹

 

相关文章:

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