On 2020-07-05 22:30, Bob Goodwin wrote:
> Once more with all the fstab lines commented out.
>
> [root@WS1 bobg]# mount -o uid=bobg,credentials=/home/bobg/cred 
> //192.168.50.149/home/share /media/smb
> mount error(2): No such file or directory
> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log 
> messages (dmesg)

OK......  I see the problem is *not* on WS1.  The problem is on 192.168.50.149.

Let me demonstrate.....

If I don't have /media/smb I get....

[egreshko@meimei ~]$ sudo mount -o 
uid=egreshko,gid=egreshko,cred=/home/egreshko/.cred/smb //192.168.1.1/myUSB 
/media/smb
Couldn't chdir to /media/smb: No such file or directory

But, if I incorrectly specify the remote directory......

[egreshko@meimei ~]$ sudo mount -o 
uid=egreshko,gid=egreshko,cred=/home/egreshko/.cred/smb //192.168.1.1/wrongDIR 
/media/smb
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log 
messages (dmesg)

So, the directory you Think is exported is Not Exported.

Check the settings on 192.168.50.149

-- 
The key to getting good answers is to ask good questions.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to