Posts by micky

    I would like to create Media Center combined with NAS using LibreELEC.

    LibreELEC 9.2.1 is installed on Raspberry Pi 4. External 4TB HDD is connected via USB3.

    I struggle with samba server configuration for maximizing transfer speed and safety. Drive is formatted into EXT4 file system with two partitions: PRIVATE and PUBLIC.

    My current samba.conf is posted below (basically default config file). On such configuration PRIVATE share is not protected and transfer speed is low: Blackmagic Disk Speed Test 6-8MB/s, coping multiple mp3 files 2MB/s. I am wondering what can I do to increase transfer speed?

    I have created second configuration. When I use it as samba.conf, my SMB stops working- default configuration is used. Not the one form file. What is wrong with second file?

    Basic, working conf:

    New config file, not working:

    Hi, my setup is raspberry pi 4 / LibreELEC 9.2.1 and PHILIPS 43PFT5503.

    If my tv is started after raspberry pi, tv is blank. No signal message.

    I've added some config:

    Code
    mount -o remount,rw /flash
    nano /flash/config.txt
    Code
    hdmi_force_hotplug=1
    hdmi_group=1
    hdmi_mode=16 

    That way, TV is not blank anymore, but my TV remote doesn't work for raspberry. What can I do?

    Hi, I am trying to build mixed media center and NAS on raspberry pi 4 / LibreELEC 9.2.1.

    Samba service doesn't work for me:

    Code
    netstat -tulpn | grep LISTEN

    Prints some open ports but there is no 139 or 445, so no Samba service is on.

    Code
    systemctl list-unit-files | grep smb

    prints me smbd.service disabled so service is disabled.

    I can start samba with smbd, but as I believe it starts in some strange configuration: samba server starts and default directories are shared, but these are not these selected in file /storage/.config/samba.conf.

    How should I start SAMBA service properly?

    Where is configuration if not /storage/.config/samba.conf?

    How can I specify passwords for some specific directories?