Browsing SMB network????

Ed Greshko Ed.Greshko at greshko.com
Sun Jan 24 07:40:12 UTC 2010


Allann Jones wrote:
> This was the only solution that works for me to enter, to view and be  
> viewed and identified on one of the MS Windows networks. This depends  
> on the level that you want to enter in the Windows network, the share  
> type, you can activate a netbios name to identify yourself on the  
> network and configure the domain.
>
> A reference: http://www.nongnu.org/lpi-manuals/lpi-102/html/ch06s06.html
>
> Incorrect? For all situations?
>   
Incorrect for the situation where you only wish to access shares that
are served by another system.

The link you point to references the smbclient and smbmount utilities. 
These are "client side" utilities and thus the smbd and nmbd services
need not be running.  Those are server side daemons that only need be
started if you wish to share directories on you system to other systems.

FYI....

[egreshko at f12 ~]$ ps -eaf | grep smb
egreshko 30543 28744  0 15:39 pts/1    00:00:00 grep smb
[egreshko at f12 ~]$ ps -eaf | grep nmb
egreshko 30548 28744  0 15:39 pts/1    00:00:00 grep nmb

[egreshko at f12 ~]$ smbclient -L //192.168.0.55
Enter egreshko's password:
Domain=[ASIA] OS=[Unix] Server=[Samba 3.0.33-0.18.el4_8.1]

    Sharename       Type      Comment
    ---------       ----      -------
    IPC$            IPC       IPC Service (Samba Server)
    torrents        Disk     
    psc_2500        Printer  
    egreshko        Disk      Home Directories
Domain=[ASIA] OS=[Unix] Server=[Samba 3.0.33-0.18.el4_8.1]

    Server               Comment
    ---------            -------
    MISTY                Samba Server
    SILLY               

    Workgroup            Master
    ---------            -------
    ASIA                 MISTY



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20100124/cd788b71/attachment.bin 


More information about the users mailing list