Hi,
I am trying to configure Samba share on the host (failed within CT trying to share mount point, moved to host hoping it would resolve permissions issues), I have followed Debian instructions here, I can view the share remotely but I can't write to it.
I have created "samba" user on the host and on the samba service and added firewall rules for the samba access.
I can access the share from windows device or android, using "samba" user credentials. But can't make any changes there.
The folder I'm trying to share is rclone mounted google drive.
smb.conf
[Media]
comment = MediaGDrive
path = /mnt/pve/gdrive_pms
browseable = yes
read only = no
guest ok = no
force user = samba (tried different variations of the command here e.g. "write list =" and without this line also)
Assume something possibly wrong with permissions, tried chmod, chown for the "samba" user with no further luck.
ls -l on folders
drwxr-xr-x 1 root root 0 Apr 26 00:04 gdrive
drwxr-xr-x 1 root root 0 Apr 26 00:04 gdrive_pms
drwxr-xr-x 7 root root 79 Aug 30 2023 WDBlue
Any suggestions?
Thanks
I am trying to configure Samba share on the host (failed within CT trying to share mount point, moved to host hoping it would resolve permissions issues), I have followed Debian instructions here, I can view the share remotely but I can't write to it.
I have created "samba" user on the host and on the samba service and added firewall rules for the samba access.
I can access the share from windows device or android, using "samba" user credentials. But can't make any changes there.
The folder I'm trying to share is rclone mounted google drive.
smb.conf
[Media]
comment = MediaGDrive
path = /mnt/pve/gdrive_pms
browseable = yes
read only = no
guest ok = no
force user = samba (tried different variations of the command here e.g. "write list =" and without this line also)
Assume something possibly wrong with permissions, tried chmod, chown for the "samba" user with no further luck.
ls -l on folders
drwxr-xr-x 1 root root 0 Apr 26 00:04 gdrive
drwxr-xr-x 1 root root 0 Apr 26 00:04 gdrive_pms
drwxr-xr-x 7 root root 79 Aug 30 2023 WDBlue
Any suggestions?
Thanks