The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    smb help!

    Discussion in 'Linux Compatibility and Software' started by jl1989, Nov 29, 2009.

  1. jl1989

    jl1989 Notebook Evangelist

    Reputations:
    9
    Messages:
    584
    Likes Received:
    0
    Trophy Points:
    30
    Just wondering.. Is there like a "Get all" method in smb, or get -recursively ...

    or do i have to go through each file and get "filename" ?? :S

    connected to a windows computer and i have to get a few hundred GBs of file, in a lot of separate folders

    thanks.
     
  2. helikaon

    helikaon Notebook Consultant

    Reputations:
    269
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
    Hi there,
    i dunno exactly what you mean? Could you be more specific on your environment and situation?
    As for me if i need to copy something from samba shared folder, i usually mount it to krusader and copy all i need through it ....
     
  3. jl1989

    jl1989 Notebook Evangelist

    Reputations:
    9
    Messages:
    584
    Likes Received:
    0
    Trophy Points:
    30
    Lols... I'll try mounting it when I'm home...
    I was doing smbclient //ip/folder in terminal and using "get" to retrieve files.
    Thanks
     
  4. helikaon

    helikaon Notebook Consultant

    Reputations:
    269
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
    :)) if i remember syntax correctly i type in command line in krusader something like:
    smb://ip/folder ...
    Btw. interesting way on thinking on problem, i think it should be possible to copy through terminal too, but haven't tried yet ...
     
  5. jl1989

    jl1989 Notebook Evangelist

    Reputations:
    9
    Messages:
    584
    Likes Received:
    0
    Trophy Points:
    30
    it's possible through terminal, but one file at a time it seems.

    i ended up getting smbfs (which i didn't have), and

    sudo mount -t smbfs //iporhostname/folder ./localfolder -o username=NAME
     
  6. helikaon

    helikaon Notebook Consultant

    Reputations:
    269
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
    thx for info :)