Jump to content

Unraid share doesn't accept correct password...


Go to solution Solved by JonathanM,

Recommended Posts

Hi all.

So I mounted an Unraid share using cifs, providing my user and password which are accepted.

Then I try to transfer a file with rsync to it from my Ubuntu machine and the Unraid server do not accept the same already proven  password (because it mounted the share with that password..)

Can't figure it out!

PS "senha" means password in portuguese,,,

 

Thanks, André

 

avallejo@andre-xps:~/Documents$ sudo rsync -rv  testeCopia [email protected]:/mnt/BackUPWin
[sudo] senha para avallejo:  
The authenticity of host '192.168.0.150 (192.168.0.150)' can't be established.
ED25519 key fingerprint is SHA256:nZs+LYgnsE4MYqqGU1yMVMj622etdpgwBkcNligzdyE.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.0.150' (ED25519) to the list of known hosts.
([email protected]) Password:  
([email protected]) Password:  
([email protected]) Password:  
[email protected]'s password:  
Permission denied, please try again.
[email protected]'s password:

Connection closed by 192.168.0.150 port 22
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(231) [sender=3.2.7]
avallejo@andre-xps:~/Documents$


 

Edited by Botafoguense1965
correcting
Link to comment

console login is only root, no defined users, smb / nfs is only defined users, no root

 

use rsync to transfer with the locally mapped mount location, not the network location.

 

2 hours ago, Botafoguense1965 said:

So I mounted an Unraid share using cifs, providing my user and password which are accepted.

To what local path did you mount the unraid share?

Link to comment
9 minutes ago, JonathanM said:

console login is only root, no defined users, smb / nfs is only defined users, no root

 

use rsync to transfer with the locally mapped mount location, not the network location.

 

To what local path did you mount the unraid share?

You mean I should login as a user and not as root?

The local path is /mnt/NAS

Link to comment
  • Solution
1 minute ago, Botafoguense1965 said:

You mean I should login as a user and not as root?

to mount a share you must use a valid user, not root

to connect to the console, you must use root, not one of the users

1 minute ago, Botafoguense1965 said:

The local path is /mnt/NAS

use that path as the rsync destination, assuming it mounted correctly and you see the contents of the unraid share at that local path.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...