首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

linux与windows共享(2)

2012-08-08 
linux与windows共享(二)1. linux 访问windows---------------------------------------------------------

linux与windows共享(二)

1. linux 访问windows

-------------------------------------------------------------

查看windows共享目录:

[root@localhost ~]# smbclient -L 192.168.1.10 -U administrator
Password:
Domain=[PC2010110117PEH] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

??????? Sharename?????? Type????? Comment
??????? ---------?????? ----????? -------
??????? IPC$??????????? IPC?????? 远程 IPC
??????? D$????????????? Disk????? 默认共享
??????? tool??????????? Disk?????
??????? G$????????????? Disk????? 默认共享
??????? F$????????????? Disk????? 默认共享
??????? ADMIN$????????? Disk????? 远程管理
??????? C$????????????? Disk????? 默认共享
session request to 192.168.1.10 failed (Called name not present)
session request to 192 failed (Called name not present)
Domain=[PC2010110117PEH] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

??????? Server?????????????? Comment
??????? ---------??????????? -------

??????? Workgroup??????????? Master
??????? ---------??????????? -------

?

挂载windows目录:

#mount -t cifs(或者smbfs) -o username=admin,password=1 //192.168.1.10/tool /mnt/windows/tool

?

2. windows 访问 linux

-------------------------------------

?

热点排行