Cannot add shared SMB folder from Synology DSM

About the question you’re submitting

Have you searched the community for a relevant issue? (use “x” to select)

[x] No similar issues found

Detailed description

  1. Clearly state your question(s)
    A:Please provide more instructions how to fix issue with not visible shared SMB drives from synology DSM
    I was testing also on linux with following commands:

sudo apt-get -y install cifs-utils
sudo mkdir /mnt/share
sudo mount -t cifs -o “domain=WORKGROUP,username=myuser,password=mypass” //synology_DSM_ip/share /mnt/share

And I get following error:
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

  1. Provide specific configuration and firmware version details
    CPU: Intel(R) Celeron(R) CPU 3955U @ 2.00GHz (wątki: 2, 2.00 GHz)
    GPU: Integrated
    RAM & Storage: 8GB RAM, 250 GB SSD
    FydeOS Version: FydeOS v16.1 (amd64-fydeos, wersja 108.15183.16)
    LinuxOS Version: Linux penguin 5.10.147-20137-gfa8e6d1d4794 #1 SMP PREEMPT Wed Nov 30 03:58:09 UTC 2022 x86_64 GNU/Linux

  2. Include detailed logs
    To obtain the logs, enter /var/log/messages in the Chromium browser and locate the relevant log fragment. Copy and paste it here.
    Logs: Cannot find any

We don’t have a Synology DSM, so it’d be hard for us to diagnose what went wrong. Does other NAS via SMB work? We have tested with a simpler setup with a file server in the intranet sharing via smb, it works/

I enabled SMB versions 2 and 3 on Synology and it is now working. I have also input my username with no domain and with backslash like ‘\username’