Posts by Mario77

    i tried again but still no luck (smbv1 -> reboot). Windows shares work fine but asus dsl-ac68u always asks for username/password

    Did you try adding source manually in sources.xml with Ip address?Is the passwords.xml being created when you enter password for router?Try to have a look in userdata for passwords.xml...

    If you don't find it add it manually like this passwords.xml.txt

    Well just tryed to mount an hdd to libreelec from a windows 10pc with LE 8.1.0...smb set to None and it's working fine...

    I m still not sure if you can browse from filemanager to your network share?

    Or maybe show us the steps you r taking to mount ...

    Not sure what OS is your folder on?Is it on your Mac or a windows PC?

    As you are on LE 8.0.2...If it is a windows PC go to Control Panel...Programs...Turn Windows Features On Or Off and make sure SMB1 is installed...Give permissions to the folder to Everyone as RW..go to Local Policies, Security Options and scroll down to “Network access: Let Everyone permissions apply to anonymous users”. Set this to “Enabled”.Now see if you can browse to your folder from LE trough File manager in Kodi..

    If you r on Mac see here..

    At least you ll know if it is a network issue between your Odroid and Server..

    Also you don't have to add vers=2.0 if on 8.0.2...

    So if you add it as a source in file manager you can access //192.168.178.3/TVrecordings

    Not sure if I can help you anymore then sorry

    Basically if you can see a folder from Libreelec on your network...you can mount it..

    Otherwise someone more technical might help you..

    I never managed to mount more the 1 source to the same folder...that's when I got errors similar to yours..

    can you access //192.168.178.3/TVrecordings from your Odroid?

    In LE 8.1 smb changed a lot and you may need to set it up forcing SMB1 in kodi system settings services...enter the password and save for that path...

    Did you try "systemctl enable storage-recordings.mount"

    Assuming you r doing it this way

    [Unit]

    Description=cifs mount script

    Requires=network-online.service

    After=network-online.service

    Before=kodi.service

    [Mount]

    What=//192.168.178.3/TVrecordings

    Where=/storage/recordings

    Options=username=tv,password=xxx,rw

    Type=cifs

    [Install]

    WantedBy=multi-user.target


    Save it in "system.d" as "storage-recordings.mount"

    Create a folder in storage name it "recordings"

    enable with "systemctl enable storage-recordings.mount"

    To access the windows shares you need to have a password protected user account on windows...you can create a second account if you hate entering passwords to access windows like I do...to set it up force smb1 in Kodi settings > services > smb client...then when done go back to none.. in For the router shared drive I have no idea to be honest but you may have few settings to play with on the router's side...username and password may easily be the same ones you use to login your router setting...probably admin for both

    Altough needing some setup this new smb update made a massive change to how libreelec handles shares...I used to only see very few of the files I have on shared hdds if any...now it's working perfectly...

    This happened also to me while I was trying to boot from a hdd connected to my Rpi2..I have a partition named "STORAGE" formatted to ext4....cmd line is "boot=/dev/mmcblk0p1 disk=LABEL=STORAGE quiet"

    Got a similar error cannot find storage and sh: can't access tty: job control turned off

    Solved...problem was I had the old sd storage still mounted in samba.config...so ended up with a conflict...renamed the new storage partition from storage to storagehdd...changed cmdline and all booted fine to new location

    If you want kodi to create the passwords.xml on it's own go to settings---services---smb settings and change samba setting from "none" to "smb1"

    Restart...Then go to file manager add source and browse to any location of the new user account you created..give it a name and save...Go back to smb settings on kodi and change back to none and restart again...now go back to file manager and try to access your new source...kodi will ask for username and password....input them and tick "save for this path"...that's it...now you should have the passwords.xml in userdata