Linux下挂载Windows共享文件
2021-03-30 05:27
阅读:562
标签:共享 cifs windows 目录 har lin 1.5 文件 umount 显示系统文件大小详情 Linux下挂载Windows共享文件 标签:共享 cifs windows 目录 har lin 1.5 文件 umount 原文地址:http://blog.51cto.com/1550349/2139154
共享文件share
IP地址:192.168.1.5
用户名:test
密码:*
Linux:
创建挂载Windows共享文件的目录
mkdir /mnt/test
使用mount.cifs挂载
mount.cifs //192.168.1.5/share /mnt/test -o user=test
*输入test的密码
df -h
显示系统挂载详情
mount
卸载挂载目录smb
umount /mnt/smb
下一篇:window上安装kafka
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Linux下挂载Windows共享文件
文章链接:http://soscw.com/index.php/essay/69853.html
文章标题:Linux下挂载Windows共享文件
文章链接:http://soscw.com/index.php/essay/69853.html
评论
亲,登录后才可以留言!