- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Error ReadyNas 212 for create mount cifs
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Error ReadyNas 212 for create mount cifs
Hello, everyone!
I'm trying to mount a folder on the NAS to the server Ubuntu.
I write:
"sudo mount.cifs //192.168.2.43/php_backup /mnt/php/ -o noperm user=myuser" or "sudo mount.cifs //192.168.2.43/php_backup /mnt/php/ -o rw user=myuser". I'm asking for a password: "Password for root@//192.168.2.43/php_backup:",
I write the password from the root user, with it I can log in SSH, but error "mount error(13): Permission denied". In log has "[2023/05/16 14:09:07.317888, 2] ../source3/auth/auth.c:332(auth_check_ntlm_password)
check_ntlm_password: Authentication for user [backup] -> [backup] FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1". What am I doing wrong?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Error ReadyNas 212 for create mount cifs
myuser@ubntSRV:~$ sudo mount.cifs -o user=admin //192.168.2.20/BackUpPhP /mnt/php/
Couldn't chdir to //192.168.2.20/BackUpPhP: No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Error ReadyNas 212 for create mount cifs
I don't run chdir. When I run -o before "//192.168... /mnt/...", it is "Couldn't chdir to //192.168.2.20/BackUpPhP: No such file or directory", and when I run -o after "192.168... /mnt/..." it's all right.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Error ReadyNas 212 for create mount cifs
@vov1969 wrote:
and when I run -o after "192.168... /mnt/..." it's all right.
Except you can't access the folder. FWIW, when I put the user name at the end, I also can't access the folder. No idea why.
But when I use the syntax I posted, I do have access to it.
Note, I am not running ubuntu. I tested out the command using another ReadyNAS - the share is on my RN102, the mount was done on an RN526x.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Error ReadyNas 212 for create mount cifs
I have Ubuntu 14.04.