Both sides previous revisionPrevious revisionNext revision | Previous revision |
dvr:nas:netgear [2020/06/21 06:06] – neds | dvr:nas:netgear [2022/11/09 04:15] (current) – neds |
---|
====== Setting up DVR storage on a Netgear ReadyNAS ====== | ====== Setting up DVR storage on Netgear ReadyNAS ====== |
<btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR|Go back to all DVR topics]]</btn> \\ | <btn type="success" size="xs" icon="fa fa-chevron-left">[[:DVR|Go back to all DVR topics]]</btn> \\ |
<lead>Netgear ReadyNAS models can be used for the HDHomeRun DVR storage software. It will require manual installation (described below), as it does not work with our normal Windows NAS installer.</lead> | <lead>Netgear ReadyNAS models can be used for the HDHomeRun DVR storage software. It will require manual installation (described below), as it does not work with our normal Windows NAS installer.</lead> |
<code>mkdir -p /apps/hdhomerun_record/bin | <code>mkdir -p /apps/hdhomerun_record/bin |
cd /apps/hdhomerun_record/bin | cd /apps/hdhomerun_record/bin |
wget http://download.silicondust.com/hdhomerun/hdhomerun_record_linux | wget https://download.silicondust.com/hdhomerun/hdhomerun_record_linux |
chmod +x hdhomerun_record_linux | chmod +x hdhomerun_record_linux |
./hdhomerun_record_linux start | ./hdhomerun_record_linux start |
- <wrapper>Copy and paste the following to create the service file to automatically start the DVR software: | - <wrapper>Copy and paste the following to create the service file to automatically start the DVR software: |
<code> | <code> |
cat <<EOF > /etc/systemd/system/hdhomerun.service | cat <<EOF > /lib/systemd/system/hdhomerun.service |
[Unit] | [Unit] |
Description=HDHomeRun DVR Service | Description=HDHomeRun DVR Service |
<code>systemctl enable hdhomerun | <code>systemctl enable hdhomerun |
systemctl start hdhomerun</code></wrapper> | systemctl start hdhomerun</code></wrapper> |
- Restart the NAS and verify that the DVR remains available by checking **http://my.hdhomerun.com** or your HDHomeRun app. | - Restart the NAS and verify that the DVR remains available by checking the HDHomeRun app. |
| - If everything is working, you can go and disable SSH (Settings -> Services -> SSH). |
| |
</WRAP> | </WRAP> |