[Solved] Samba root folder?

  • Hello. i add config

    [global]

    workgroup = WORKGROUP

    guest ok = yes

    netbios name = Raspberry

    security = share

    browseable = yes

    [myshare]

    path = /

    writeable = yes

    browseable = yes

    Why samba load default config file? not mine?

    I use samba in /.config/samba.conf

    Libre 8.1.2

  • If you are using 8.1.2 removing the "# samba.conf v4 (do not remove)" text will result in the Samba startup script thinking it's an older v3 config that is not compatible and thus we skip it at startup. Hence it has "do not remove" written. Do not change the [global] section, just append the root config to the end of the file copying the existing format.