[root@localhost ~]# mount -t cifs -o username=administrator,password=123456 //192.168.1.102/360Downloads /mnt
360Downloads是windows上的共享目录
/mnt是把这个共享目录挂载到/mnt
本文指导如何在Linux系统中使用tcifs挂载工具,将Windows共享目录挂载到本地/mnt路径下。
[root@localhost ~]# mount -t cifs -o username=administrator,password=123456 //192.168.1.102/360Downloads /mnt
360Downloads是windows上的共享目录
/mnt是把这个共享目录挂载到/mnt
5396

被折叠的 条评论
为什么被折叠?