`
joerong666
  • 浏览: 410512 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

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

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

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics