[root@test ~]# mkdir /yanfa_share
[root@test ~]# smbclient -L //192.168.1.230 -U administrator
Password: 
Domain=[NAS-SERVER] OS=[Windows Storage Server 2008 R2 Standard 7600] Server=[Windows Storage Server 2008 R2 Standard 6.1]

 
        Sharename       Type      Comment
        ---------       ----      -------
        ADMIN$          Disk      远程管理
        C$              Disk      默认共享
        D$              Disk      默认共享
        E$              Disk      默认共享
        innerdata       Disk      
        IPC$            IPC       远程 IPC
        outerdata       Disk      
        S$              Disk      默认共享
        sys             Disk      
        yanfa_2         Disk      
session request to 192.168.1.230 failed (Called name not present)
session request to 192 failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)
NetBIOS over TCP disabled -- no workgroup available
[root@test ~]# 
[root@test ~]# smbclient //192.168.1.230/innerdata -U administrator
Password: 
Domain=[NAS-SERVER] OS=[Windows Storage Server 2008 R2 Standard 7600] Server=[Windows Storage Server 2008 R2 Standard 6.1]
smb: \> ?
?              altname        archive        blocksize      cancel         
case_sensitive cd             chmod          chown          close          
del            dir            du             exit           get            
getfacl        hardlink       help           history        lcd            
link           lock           lowercase      ls             mask           
md             mget           mkdir          more           mput           
newer          open           posix          posix_open     posix_mkdir    
posix_rmdir    posix_unlink   print          prompt         put            
pwd            q              queue          quit           rd             
recurse        reget          rename         reput          rm             
rmdir          showacls       setmode        stat           symlink        
tar            tarmode        translate      unlock         volume         
vuid           wdel           logon          listconnect    showconnect    
!              
smb: \> dir
  .                                   D        0  Wed Jul  4 17:42:02 2012
  ..                                  D        0  Wed Jul  4 17:42:02 2012
  win32_11gR1_database_1013           D        0  Wed Jul  4 17:42:02 2012
  yanfa_2                             D        0  Mon Jun 18 18:59:16 2012
  yanfa_share                         D        0  Wed Jul  4 13:06:48 2012

 
                44710 blocks of size 134217728. 44578 blocks available
smb: \> ls
  .                                   D        0  Wed Jul  4 17:42:02 2012
  ..                                  D        0  Wed Jul  4 17:42:02 2012
  win32_11gR1_database_1013           D        0  Wed Jul  4 17:42:02 2012
  yanfa_2                             D        0  Mon Jun 18 18:59:16 2012
  yanfa_share                         D        0  Wed Jul  4 13:06:48 2012

 
                44710 blocks of size 134217728. 44578 blocks available
smb: \> quit
[root@test ~]# 
[root@test ~]# mount -t cifs -o username=administrator //192.168.1.230/innerdata/yanfa_share /yanfa_share
Password: 
[root@test ~]# cd /yanfa_share/
[root@test yanfa_share]# ls
ep-web  importuser  multimedia
[root@test yanfa_share]#