NAS: Unterschied zwischen den Versionen
Zovi (Diskussion | Beiträge) (→minidlna install) |
Zovi (Diskussion | Beiträge) (→DroboFS) |
||
Zeile 1: | Zeile 1: | ||
− | = | + | = Drobo = |
+ | == FAQ == | ||
+ | Drobo is in an infinite reboot loop: | ||
+ | http://www.techknight.com/blog/2012/10/17/howto-fix-the-drobo-pro-infinite-reboot-loop.html | ||
+ | ------ | ||
== Install Apps == | == Install Apps == |
Aktuelle Version vom 29. April 2023, 18:36 Uhr
Inhaltsverzeichnis
Drobo
FAQ
Drobo is in an infinite reboot loop:
http://www.techknight.com/blog/2012/10/17/howto-fix-the-drobo-pro-infinite-reboot-loop.html
Install Apps
http://www.droboports.com/app-repository/ and scroll down to DroboFS apps
Download the App and copy it to smb://DROBO.IP/DroboApps/
Reboot the Drobo ...thats it
sudo root
install it and call it via:
/mnt/DroboFS/Shares/DroboApps/sudo/bin/sudo su -
minidlna install
- Edit the File
\\ip\DroboApps\minidlna\etc\minidlna.conf
or
vi /mnt/DroboFS/Shares/DroboApps/minidlna/etc/minidlna.conf
- and change the default vars:
media_dir=A,/mnt/DroboFS/Shares/Media/Music media_dir=V,/mnt/DroboFS/Shares/Media/Movies
to
media_dir=V,/mnt/DroboFS/Shares/Serien-Dokus/Serien media_dir=V,/mnt/DroboFS/Shares/Serien-Dokus/Dokus
or how ever your Shares named.
- now restart minidlna
Start Stop minidlna
Switch to sudo root (look howto on top of the page)
# cd /mnt/DroboFS/Shares/DroboApps # minidlna/service.sh stop # minidlna/service.sh start