No way to share /home/yunohost.multimedia using samba

My YunoHost server

Hardware: Raspberry Pi at home
YunoHost version: stable:11.2.4
I have access to my server : Through SSH & through the webadmin via VPN tunnel
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:
If your request is related to an app, specify its name and version:
description: Share directories on your private network thanks to SMB protocol
id: samba
name: Samba
version: 4.13.13~ynh1

Description of my issue

Not able to connect to the share on windows:
image

While the default share created by the app works fine, I can also use my home folder, but just cannot use /home/yunohost.multimedia.

my configs are:

Share which does not work

cat multimedia.conf
[multimedia]
   comment = multimedia
   read only = no
   path = /home/yunohost.multimedia/share
   guest ok = no
   browsable = yes
   follow symlinks = yes
   wide links = yes
   valid users = utkarsh
   create mask = 764
   directory mask = 760
   vfs objects = dfs_samba4 acl_xattr recycle
   recycle:repository = .recycle
   recycle:keeptree = yes
   recycle:versions = yes

Share which works fine

cat share.conf
[share]
   comment = share
   read only = no
   path = /home/yunohost.app/samba/share
   guest ok = no
   browsable = yes
   valid users = @samba.share
   create mask = 0660
   directory mask = 770
   vfs objects = acl_xattr recycle
   recycle:repository = .recycle
   recycle:keeptree = yes
   recycle:versions = yes

File permissions:

drwxrwxr–+ 4 root multimedia 4.0K Sep 16 08:22 yunohost.multimedia
drwxrwx—+ 2 root root 4.0K Sep 14 19:50 share

sudo getfacl /home/yunohost.multimedia
getfacl: Removing leading '/' from absolute path names
# file: home/yunohost.multimedia
# owner: root
# group: multimedia
user::rwx
group::rwx
group:multimedia:rwx
mask::rwx
other::r--
default:user::rwx
default:group::rwx
default:group:sambashare:rwx
default:group:multimedia:rwx
default:mask::rwx
default:other::r-x
sudo getfacl /home/yunohost.app/samba/share
getfacl: Removing leading '/' from absolute path names
# file: home/yunohost.app/samba/share
# owner: root
# group: root
user::rwx
group::r-x
group:samba.share:rwx
mask::rwx
other::---
default:user::rwx
default:group::r-x
default:group:samba.share:rwx
default:mask::rwx
default:other::---

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.