当前位置: 技术问答>linux和unix
linux下能mount windows下的網絡共享目錄嗎?
来源: 互联网 发布时间:2015-04-28
本文导语: 用什麼工具或命令? | 安装webmin 安装samba 打开你的浏览器,http://your ip:10000 配置 | 完全可以,使用SMB Linux—Windows互联实战:http://www.linuxeden.com/edu/doctext.php?docid=2505 http://www.jttx.co...
用什麼工具或命令?
|
安装webmin
安装samba
打开你的浏览器,http://your ip:10000
配置
安装samba
打开你的浏览器,http://your ip:10000
配置
|
完全可以,使用SMB
Linux—Windows互联实战:http://www.linuxeden.com/edu/doctext.php?docid=2505
http://www.jttx.com.cn/cgi-bin/topic.cgi?forum=3&topic=353
Linux—Windows互联实战:http://www.linuxeden.com/edu/doctext.php?docid=2505
http://www.jttx.com.cn/cgi-bin/topic.cgi?forum=3&topic=353
|
直接用mount命令
mount -t smbfs -o username=guest pasword=guest //machine/path /mnt/**
username password看情况而定
mount -t smbfs -o username=guest pasword=guest //machine/path /mnt/**
username password看情况而定