Results 1 to 1 of 1

Thread: CIFS issue

  1. #1
    Join Date
    Feb 2014
    Beans
    1

    CIFS issue

    hi to everyone in the forum. First, sorry for my english.

    I have a problem whit mount command. I try to BackUp a Win Server whit smb protocol vers 2.10, on that server i have many shared folders and my idea is to use rsync to backup all of them. When I mount for the first time any folder, evererything work fine; but in less than 2 sec when I need to mount another folder don't work, same folder don't work neither, I receive a message error whit err code (2), that mean the folder does not exist, but the folder exist. I think, maybe, the problem come from keep alive or echo_interval.
    My command

    Code:
    mount -t cifs //x.x.x.x/folder /home/user/backup -o vers=2.1,credentials=/home/user/.ca
    I try it whit

    Code:
    mount -t cifs //x.x.x.x/folder /home/user/backup -o vers=2.1,echo_interval=60,credentials=/home/user/.ca
    but no.

    thanks for any help.
    Last edited by sebastianalemany22; October 20th, 2021 at 04:14 PM. Reason: prefix null

Tags for this Thread

Bookmarks

Posting Permissions

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