Hi, New to forum and to LibreELEC. I have a RPI 3 running Libreelec/Kodi with a 1TB USB HDD (named Altair) with movies & music connected to RPI. RPI is networked via wifi & I can SSH into LIBRELEC. I have attempted to setup a samba.conf file to be able see and read/write to USB Drive from my mac over my network. I can see RPI from macos finder and can see USB drive. I can't seem to write to the USB drive, however, to drop new movies over the network. Listing of samba.conf file below. Request help to configure LibreELEC to allow read/write from mac finder. Here is cut & paste from SSH screen showing samba.conf file sitting in .config directory (used mac terminal program):
Kodi:~/.config # ls -al
total 64
drwxr-xr-x   13 root     root          4096 Nov 21 12:46 .
drwxrwxr-x   15 1000     1000          4096 Nov 21 12:56 ..
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 aacs
-rw-r--r--    1 root     root           284 Jun 22 11:58 hosts.conf
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 hwdb.d
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 modprobe.d
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 modules-load.d
drwx------    2 root     root          4096 Jun 22 11:58 pulse
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 pulse-daemon.conf.d
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 rc_keymaps
-rw-r--r--    1 root     root           895 Nov 21 13:25 samba.conf
-rw-r--r--    1 root     root          4030 Jun 22 11:58 samba.conf.sample
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 sysctl.d
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 system.d
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 tmpfiles.d
drwxr-xr-x    2 root     root          4096 Jun 22 11:58 udev.rules.d
Kodi:~/.config # cat samba.conf
[global]
  server string = LibreELEC
  workgroup = WORKGROUP
  netbios name = %h
  security = share
  guest account = root
  socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
  smb ports = 445
  max protocol = SMB2
  min receivefile size = 16384
  deadtime = 30
  os level = 20
  mangled names = no
  syslog only = yes
  syslog = 2
  name resolve order = lmhosts wins bcast host
  preferred master = yes
  domain master = yes
  local master = yes
  printcap name = /dev/null
  load printers = no
  browseable = yes
  writeable = yes
  printable = no
  encrypt passwords = true
  enable core files = no
  passdb backend = smbpasswd
  smb encrypt = disabled
  use sendfile = yes
[storage]
  path = /storage
  available = yes
  browsable = yes
  public = yes
  writable = yes
[Altair]
  path = /Altair
  available = yes
  browsable = yes
  public = yes
  writable = yes
Kodi:~/.config #