Hi. I update to the new Libreelec Version. How can I record on a NAS? On the 8.0 Version it works like in Openelec
Record on NAS
-
rhartinger -
February 7, 2018 at 7:28 PM -
Thread is Unresolved
-
-
- Official Post
-
- Official Post
I had a similar Q the other day so I guess Tvheadend has some kind of SMB mount capabilities that are impacted by the overall SMB changes that we made in LE 8.2 and the plain smb://path/to/nas no longer works. IMHO the easiest option is to use a systemd mount in /storage/.config/system.d to locally mount the remote (NAS) filesystem at startup to somewhere like /storage/recordings and then configure Tvheadend to use that local folder.
-
- Official Post
Tvheadend has some kind of SMB mount capabilities
Tvh never had these capabilities (also no NFS ...), you have to mount the fs to your box to make it work.
-
how_to:mount_network_share [LibreELEC]
I guess ?
This always works but now I get this failure
Failed to enable unit: File storage-recordings.mount: Invalid argument
when I want to activate with ssh -
- Official Post
pls share your your abc.mount file
-
-
- Official Post
-
I have no username or password
-
- Official Post
I have no username or password
okay, then you likely use SMB1 aka Windows XP share (heavily outdated, bugged and highly insecure against viruses etc ...)
does it work without ?
-
it works till the update to 8.2.3 8.0 and 7 works perfect
-
When i try this
● storage-recordings.mount - cifs mount script
Loaded: loaded (/storage/.config/system.d/storage-recordings.mount; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2018-02-10 11:07:34 CET; 1h 58min ago
Where: /storage/recordings
What: //192.168.178.26/Public/aufnahmen
Process: 2118 ExecMount=/usr/bin/mount //192.168.178.26/Public/aufnahmen /storage/recordings -t cifs -o username=,password=,rw (code=exited, status=255)
Feb 10 11:07:33 LibreELEC systemd[1]: Mounting cifs mount script...
Feb 10 11:07:34 LibreELEC systemd[1]: storage-recordings.mount: Mount process exited, code=exited status=255
Feb 10 11:07:34 LibreELEC systemd[1]: Failed to mount cifs mount script.
Feb 10 11:07:34 LibreELEC systemd[1]: storage-recordings.mount: Unit entered failed state.
-
I have no username or password
Maybe you should set up your shares with username and password. Public writable shares are generally not a good idea.
-
BUt why does it work in LE 8.0
-
- Official Post
BUt why does it work in LE 8.0
We don't support anymore the old broken Samba (Windows Shares) versions anymore that worked without username/passwords like also Windows is doing it these days.
No device after Windows XP should use this these days. If your NAS ... doesn't support anything that is standard since 10 years you can set the samba version to the ancient 1 (like said heavily broken and rather slow) at LE and it should work again (better fix your NAS instead).
-
I have no idea what is wrong. I tried this too. I can enable the mount script but nothing happens
-
- Official Post
Like said I am not too keen that shares without username/pw work at all these days. Its also unlikely that any future application/os ... will support this again.
-
I tried it with password but nothing changes. I only can go back to the older version
-