linux mount命令

mount -t cifs -o username=HASEE,password=123 //ip/test1 ./test2
username:Windows账号
password:Windows密码
ip:Windows ip 如图:
linux mount命令_第1张图片
test1:映射到linux的文件夹
test:windows上被映射的文件夹

补充:
1、安装好Win10操作系统之后,使用ssh mount -t cifs //IP/共享目录 /mount挂载点的命令时候,提示
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
linux mount命令_第2张图片
2、关闭windows电脑的防火墙
3、windows的文件要开启共享
注:新人一枚,如有错误请包涵!

你可能感兴趣的:(linux)