Results 1 to 7 of 7

Thread: Dyy - Samba Help?

  1. #1
    Not here rsbriggs's Avatar
    Join Date
    Dec 2002
    Location
    Utah
    Posts
    1,400

    Dyy - Samba Help?

    Finally got a good installation of Gentoo, and did an emerge of Samba. I connected as "bob" once, then must have done something to my config file. The Samba share shows up in my network list on a Windows box, but when I select it and enter a user name, it insists on adding the machine name. bob -> \\dell-dimension\bob which I can't connect with.

    I see samaba logs (empty) that look like samba.dell-dimension over in the appropriate place in /var, so I know it's trying to connect - but maybe doesn't know what to do with the machine name ?

    DOH - Had to disconnect the prior connection.

    Now for the $64 question, can I see/browse WINDOWS shares from Linux ???
    Last edited by rsbriggs; 09-02-2003 at 08:03 PM.
    FreeDC Mercenary


  2. #2
    Downsized Chinasaur's Avatar
    Join Date
    Dec 2001
    Location
    WA Wine Country
    Posts
    1,847
    LOL

    I don't know if bob is a samba default but I use bob:bob for my local connections

    Humans are so predictable
    Agent Smith was right!: "I hate this place. This zoo. This prison. This reality, whatever you want to call it, I can't stand it any longer. It's the smell! If there is such a thing. I feel saturated by it. I can taste your stink and every time I do, I fear that I've somehow been infected by it."

  3. #3
    Not here rsbriggs's Avatar
    Join Date
    Dec 2002
    Location
    Utah
    Posts
    1,400
    Can't imagine what possessed me to use Bob as a user name

    ===bob briggs
    FreeDC Mercenary


  4. #4
    Downsized Chinasaur's Avatar
    Join Date
    Dec 2001
    Location
    WA Wine Country
    Posts
    1,847
    I'm not a Bob..just easy to type and remember ~~
    Agent Smith was right!: "I hate this place. This zoo. This prison. This reality, whatever you want to call it, I can't stand it any longer. It's the smell! If there is such a thing. I feel saturated by it. I can taste your stink and every time I do, I fear that I've somehow been infected by it."

  5. #5
    Ancient Programmer Paratima's Avatar
    Join Date
    Dec 2001
    Location
    West Central Florida
    Posts
    3,296
    Of course you're not a Bob. You're an Oriental prehistoric critter!

    ...and one of the very best of that breed, I should add.
    Last edited by Paratima; 09-02-2003 at 09:19 PM.

  6. #6
    Vorlon Ambassador to F-DC Kosh's Avatar
    Join Date
    Mar 2002
    Location
    Toronto, Ontario, Canada
    Posts
    88
    Listing network shares on a windows machine
    Code:
    smbclient -L marvin
    added interface ip=10.0.0.6 bcast=10.0.0.255 nmask=255.255.255.0
    Password: 
    Domain=[HALNET] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
    
            Sharename      Type      Comment
            ---------      ----      -------
            E$             Disk      Default share
            IPC$           IPC       Remote IPC
            D$             Disk      Default share
            global         Disk      
            data-b         Disk      
            data-a         Disk      
            F$             Disk      Default share
            ADMIN$         Disk      Remote Admin
            C$             Disk      Default share
    
            Server               Comment
            ---------            -------
            MARVIN               
            SPOCK                
    
            Workgroup            Master
            ---------            -------
            HALNET               MARVIN
    To mount samba shares:
    Code:
    mount -t smbfs //marvin/global /mnt/marvin -o username=kosh,password=vorlon
    To browse shares in a ftp-ish manner:
    Code:
    smbclient //marvin/global vorlon -U marvin/kosh
    Glad to see your Gentoo installation is working out.

  7. #7
    Administrator Dyyryath's Avatar
    Join Date
    Dec 2001
    Location
    North Carolina
    Posts
    1,850
    Kosh's given you the right Samba tools (the ones I use). There's also a couple of GUI (Network Neighborhood style apps) tools if you like that sort of thing. LinNeighborhood and Gnomba both work well.

    You can also do smb:/// in the address bar of Nautilus if you're using Gnome and have gnome-vfs installed. Makes cruising an SMB network pretty painless.



    You can click on the image above to see the GUI for each of these programs in action (under Gentoo, no less ). You can install them by doing:

    emerge gnomba

    emerge LinNeighborhood

    You'll need to be root to install these. You may also want to run each one with the -p command first to see what needs to be installed (dependency wise). You'll need GTK for both.
    "So utterly at variance is destiny with all the little plans of men." - H.G. Wells

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •