Posts by Mario77

    Post some logs so devs can investigate. You give very little information so don’t expect a solution without logs.

    He did post a log in first post..

    and there's some errors maybe someone can explain..

    lots of errors like this one..

    Code
    Mar 09 11:49:41.070204 LibreELEC kernel: squashfs: Unknown parameter 'fmask'
    Mar 09 11:49:41.081577 LibreELEC kernel: hfsplus: unable to parse mount options
    Mar 09 11:49:41.094735 LibreELEC kernel: UDF-fs: bad mount option "fmask=0133" or missing value

    i upgraded from 10.4 i believe. I don't have windows. Gparted reveals no errors.

    Strange...did you use check and repair file system on gparted?

    I replied to your post as I was having your exact same issue on 10.95.xx see here and since I upgraded to LE11 all problems with hdd are gone...other ppl having my issue also reported that their issue is gone since upgrading but yours might be a totally different issue..

    Unfortunately, in my use case, I will be changing the paths. Looks like I'll have to write a bit of code. Fortunately shouldn't be to difficult.

    If your issue is just with changing the main paths just use same db and edit your paths with DB Browser (SQLite) on a windows pc probably also available for linux..it's basically the Notepad++ for db's and you can edit all paths in seconds and you'r right none of the settings section are exported to .nfo

    These are basically the settings entries that are not saved to nfo's:

    So to answer your question..when you delay a movie individually that's saved in the MyVideos119.db (or whatever yours is named) database library...when you set it to be default for all media that will be saved in the guisettings as far as I know..

    I have the same problems. Fresh installation of 10.95 and/or 11.

    The hard drive is no longer recognized.

    Attached to the Windows-PC there are no problems.

    Maybe I'm wrong but for me it seems like it's not happening anymore since LE11 @ yesterday morning..but you ll have to connect your HDD to windows first and fix for errors before trying it again with LE11 as if it got currupted from 10.95 it will remain as such with LE11...

    Maybe I m still old fashioned but the best 3 items you should install if you own a rpi are notepad++, winscp and putty..

    Use winscp to browse files on your pi,putty for ssh and notepad for editing..


    I think the issue might be the IP address I'm using... I'm new to LE but the IP address I put in for SSH was the one listed by my WiFi network in the LibreElec settings -> Network section. Is that the right IP?

    If your windows is on the same network as your rpi that should do it.


    If you just need ssh best bet is install putty..

    then create file..

    Code
    @echo off 
    C: 
    cd \Program Files\PuTTY
    start putty.exe -ssh [email protected] -P 22 -pw libreelec
    exit 

    ...change ip to your rpi ip

    then

    save as myrpi4.bat and run it

    Same thing is hapenning to me since Nexus 10.95.xx rpi2

    Something is corrupting the hdd..have to connect it to windows each time to chkdsk then it works again..

    Also when unplugging it's showing the notification that it been unplugged from LE but it won t show in filemanager...at the moment it's working and will post pastekodi next time it will do it..

    It s not a power issue..this hdd been there for 3 years connected to this rpi2 with no issues..

    When the issue happens It s most likely when there was a crash and have to hard reset but even then it never corrupted the hdd before.

    Not sure what you'r trying to do but you don't really need to change any ports from your OS..

    You change the ports when you forward them to the outside world trough your router.