Posts by dingo2000

    NFS is not SMB, use What=192.168.1.14:/Volume1.

    Thanks, that gave me "Permission Denied" so getting closer.

    I went back into the NAS which said the NFS Share full path for Volume1 is:

    /i-data/e6510fdf/nfs/KodiShare

    So I changed system.d to:

    Code
    What=192.168.1.14:/i-data/e6510fdf/nfs/KodiShare  

    That gave me a report that said: LibreELEC systemd[1]: Mounted nfs mount script onto NSA (i.e. no errors?)

    I assumed that was ok and that I would be able to access the NAS from /storage/nsa, but there's nothing in there - just 3 dots.

    So I how do I see the files on the NAS? Sorry for the dumb question and thanks for your patience!

    Thanks but it's a ZyXEL NSA325v2. It only supports Samba v1.0 but also NFS.

    With CIFS the error is "permission denied". But I don't understand why when I can see the files on there when I browse for new share under "Windows network (SMB)". However I need to be able to mount the drive.

    (The error with NFS mount is "Invalid Argument")

    I've tried using CIFS and NFS but neither working. Here is the log: http://ix.io/2GnH

    For CIFS to mount onto directory "NAS"

    [Unit]

    Description=cifs mount script

    Requires=network-online.service

    After=network-online.service

    Before=kodi.service

    [Mount]

    What=//192.168.1.14/Volume1

    Where=/storage/nas

    Options=username=admin,password=XXXXXXX.,rw,vers=1.0

    Type=cifs

    [Install]

    WantedBy=multi-user.target

    Enabled using PuTTY "systemctl enable storage-nas.mount"

    ____________________________________

    For NFS (onto a different directory "NSA")

    [Unit]

    Description=nfs mount script onto NSA

    Requires=network-online.service

    After=network-online.service

    Before=kodi.service

    [Mount]

    What=//192.168.1.14/Volume1

    Where=/storage/nsa

    Options=

    Type=nfs

    [Install]WantedBy=multi-user.target

    Enabled using PuTTY "systemctl enable storage-nsa.mount"


    I don't really mind which is used. The NAS can only run Samba v1.0 which I guess would make the NFS method preferable?. The NAS is fixed IP address.

    Any help much appreciated.

    There are a few threads on this but I'm not getting anywhere logging in.

    Using standalone LibreELEC 9.2.6 on an Asus Chromebox.

    SSH is enabled

    I do not have "Disable SSH Password" checked in the setting menu,

    Logging in using [email protected].(2 digits)

    (IP address has been fixed in the router)

    Password: libreelec

    PuTTY message "Access denied"

    SSH message "Permission denied, please try again"

    All computers are on the same network.

    ssh password

    #13 Suggested trying "le" as the password. That didn't work

    #17 Says " The first time Libreelec starts it asks if ssh is required. If it's not done in that menu, it won't do it later". So I reinstalled just to make sure that was done at the time but I still have the same problem.


    This link here doesn't work for me:
    https://wiki.libreelec.tv/index.php?titl…ssing_LibreELEC

    Ultimately I just need to mount a NAS drive, so if there is a way to do this without SSH or PuTTY then I'll try that. I saw this suggestion, but I don't understand how to do that or if it will help me to mount the NAS:


    #5 You can also try the web ssh addon from the repo, just install and start it.
    How do I access LibreElec in PuTTY?

    Any ideas for logging in or mounting the NAS gratefully received.