Cannot access Samba share

:pushpin:Question Description

Have you searched the community for related issues?

  • No similar issues found.

Please describe the problem you’ve encountered in detail:

  • Description:
    I have an Asus RT-AX86U router with Samba enabled to share an attached SSD. The version of samba used by the router is 3.6.25, which supports SMB v1 and v2 (both are enabled), Actual configuration used by samba on the router:
[global]
    netbios name = RUTEADOR
    server string = RT-AX86U
    workgroup = WORKGROUP
    username level = 20
    unix charset = UTF8
    display charset = UTF8
    load printers = no
    printing = bsd
    printcap name = /dev/null
    log file = /var/log/samba.log
    log level = 0
    max log size = 5
    security = USER
    guest ok = no
    map to guest = Bad User
    encrypt passwords = yes
    pam password change = no
    null passwords = yes
    force directory mode = 0777
    force create mode = 0777
    max connections = 8
    socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE
    obey pam restrictions = no
    use spnego = yes
    client use spnego = no
    disable spoolss = yes
    host msdfs = no
    strict allocate = no
    wide links = no
    bind interfaces only = yes
    interfaces = lo br0 192.168.50.1/255.255.255.0
    use sendfile = yes
    map archive = no
    map hidden = no
    map read only = no
    map system = no
    store dos attributes = no
    dos filemode = yes
    oplocks = yes
    level2 oplocks = yes
    kernel oplocks = no
    wins support = yes
    os level = 255
    domain master = yes
    local master = yes
    preferred master = yes
    enable core files = no
    deadtime = 30
    load printers = no
    printable = no
    max protocol = SMB2
    smb encrypt = disabled
    min receivefile size = 16384
    passdb backend = smbpasswd
    smb passwd file = /etc/samba/smbpasswd

[entware]
    comment = EXTERN's entware in Micron CT2000X9PROSSD9
    path = /tmp/mnt/EXTERN/entware
    dos filetimes = yes
    fake directory create times = yes
    valid users = router, erick, angie
    invalid users = router, erick, angie
    read list =
    write list =

[media]
    comment = EXTERN's media in Micron CT2000X9PROSSD9
    path = /tmp/mnt/EXTERN/media
    dos filetimes = yes
    fake directory create times = yes
    valid users = router, erick, angie
    invalid users =
    read list = router, erick, angie
    write list = router, erick

This shared drive has been successfully mounted on a laptop running Fedora 42 KDE. Mount options used in /etc/fstab:

//192.168.50.1/media /mnt/nas cifs credentials=/home/erick/.smbcredentials,vers=2.0,uid=501,gid=501,x-systemd.automount 0 0

However, trying to access this shared drive on FydeOS gives a “resource not found in network” error:

Please advise on how to configure the samba shared drive to make it usable in FydeOS.

Thank you.


:computer:System & Device Information

  • Hardware & System Configuration:

    • Processor: AMD Ryzen 5 Pro 2400GE
    • RAM: 32GB
    • FydeOS Version: FydeOS for PC, AMD graphics, v21.0
  • Relevant System Logs:

    • Open the Chromium browser and enter /var/log/messages to retrieve logs.
    • Log Details: (no entries about this error were found in /var/log/messages)