On 2020-08-11 02:51, Robert McBroom via users wrote:
> smbclient -L //10.237.214.183 --user=rm3 --workgroup=WORKGROUP
> Enter WORKGROUP\rm3's password:
>
>         Sharename       Type      Comment
>         ---------       ----      -------
>         ADMIN$          Disk      Remote Admin
>         C$              Disk      Default share
>         D$              Disk      Default share
>         D-z440          Disk
>         E$              Disk      Default share
>         F$              Disk      Default share
>         H$              Disk      Default share
>         IPC$            IPC       Remote IPC
>         J$              Disk      Default share
>         print$          Disk      Printer Drivers
> SMB1 disabled -- no workgroup available
>
> Windows has SMB2 AND 3 available. Don't see anything in smb.conf to set a 
> protocol 

Well, you should now be able to mount the share....

mount.cifs //10.237.214.183/D-z440 /mnt -o user=rm3,uid=rm3,gid=rm3

for example.

Of course you may need to change uid and gid as well as the mount point.

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