I have two samba shares in Kubuntu 24.04, one on a ext4, the other on a NTFS partition.
I want to access them from Android. There, VLC can see and access them just fine, see the files, play the media. But no file manger can. Some can show the top locations and folders but not the files, and some also say ”Access denied”.
The problem seems to be with permissions.
I see this in Samba Status:
- for the one on the ext4 partition:
- for the one on the NTFS partition:
/etc/samba/smb.conf contains these lines:
; write list = root, @lpadmin
[DEPO-VIDEO]
path = /home/cip/Mounted/Samba/DEPO-VIDEO
available = yes
valid users = cip
read only = no
browseable = yes
public = yes
[Ntfs-Depo-VIDEOOO]
path = /home/cip/Mounted/Samba/Ntfs-Depo-VIDEOOO
available = yes
valid users = cip
read only = no
browseable = yes
public = yes
chmod cannot be used it seems:
chmod -v 751 /media/cip
chmod: changing permissions of '/media/cip': Operation not permitted
failed to change mode of '/media/cip' from 0750 (rwxr-x---) to 0751 (rwxr-x--x)