安装完samba如何从linux访问WINDOWS共享文件夹?很多像我一样的新手刚装完samba后,确不知道如何从linux系统访问windows系统的共享文件夹.其实要从linux访问windows共享文件夹的方法有很多种,下面举出常用方便的几种,供参考:
[root@localhostroot]#smbclient-L//192.168.1.8此命令可以查看windows下的共享目录.注:l为大写的L
连接成功后会提示如下信息(只是参考):
[root@localhostroot]#smbclient-L//192.168.1.8
addedinterfaceip=192.168.1.85bcast=192.168.1.255nmask=255.255.255.0
sessionrequestto192.168.1.8failed(Callednamenotpresent)
sessionrequestto192failed(Callednamenotpresent)
Password:
Domain=[WORKGROUP]OS=[WindowsServer20033790ServicePack1]Server=[WindowsServer20035.2]
SharenameTypeComment
--------------------
C$Disk默认共享
suDisk
s2003Disk
IPC$IPC远程IPC
收藏夹Disk
toolsDisk
ADMIN$Disk远程管理
linuxsoftDisk
D$Disk默认共享
E$Disk默认共享
222Disk
ServerComment
----------------
DELL-2O5NEINMWR
U
ZONEIDC-9
ZONEIDC-A
ZONEIDC4545zoneidc
ZONEIDCNANAZoneidcNaNa
WorkgroupMaster
----------------
WORKGROUPU
如果出现错误信息;sessionsetupfailed:NT_STATUS_LOGON_FAILURE
请访问:http://www.ititgo.cn/html/2007/7/953.htm
如果你想访问哪个共享文件夹,请使用下面命令:
[root@localhost/]#mount-tsmbfs-ousername=administrator,passwd='dell'//192
.168.1.8/linuxsoft/mnt/samba
注:密码要加上''/mnt/samba为linux上要挂载的地方,如果没有可以自己新建一个目录.linuxsoft为windows下的共享目录.成功后会提示如下相关信息:
1721:sessionrequestto192.168.1.8failed(Callednamenotpresent)
1721:sessionrequestto192failed(Callednamenotpresent)