linux挂载windows共享文件夹

CentOS6.5挂载windows共享文件夹--亲测有效

把windows系统的共享文件夹,挂载到linux。

https://www.pianshen.com/article/2701440674/

mount -t cifs -o username=administrator,password=@ //192.168.1.126/789 /share/

 

vi /etc/fstab 

//10.28.10.10/public /public cifs auto,username=yr,password=yr 0 0

 

posted @ 2022-05-12 16:33  大道至简,各有其道。  阅读(64)  评论(0)    收藏  举报