On 2020-07-05 22:00, Bob Goodwin wrote:
>
>
> On 2020-07-05 07:32, Ed Greshko wrote:
>> Kindly remove that from your fstab.
>>
>> And then "execute" that command from the command line to
>> -- 
> .
> [root@WS1 bobg]# mount -o uid=bobg,credentials=/home/bobg/cred 
> //192.168.50.149/home/share
> 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)

Look closely....

You're missing the final parameter.  You didn't say where to mount!  I wrote 
this out....
You're missing /media/smb at the very end.

What to Mount, Where to Mount.

mount -o uid=bobg,credentials=/home/bobg/cred //192.168.50.149/home/share 
/media/smb


>
> I also uncommented to reestore the simpple fstab line I had been using before 
> this confused effort, if it matters? Also/media/smb looks ok to me?:
>
> [root@WS1 bobg]# ls -al /media/
> total 28
> drwxr-xr-x.  7 root root 4096 Jun 29 13:04 .
> dr-xr-xr-x. 18 root root 4096 Apr 22 18:35 ..
> drwxr-xr-x.  2 root root 4096 Jun  3 15:26 mybk
> drwxrwxrwx. 29 bobg bobg 4096 Jul  2 13:33 nfs
> drwxrwxrwx.  2 root root 4096 Jun 29 13:04 smb
> drwxr-xr-x.  4 root root 4096 Jun 22 09:21 test
> drwxrwxrwx.  2 root root 4096 May 25 10:32 wd4t
>
>
>


-- 
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