I have installed MiniDLNA on my Iomega NAS (via ipkg) and all seems to run correctly - the DLNA server is visible on my network.
My problem is that despite putting the path in minidlna.conf, minidlna scans the folder but finds 0 files. Here is the debug log (I deleted the old db before running this):
root@Iomega:/# /opt/sbin/minidlna -f /opt/etc/minidlna.conf -d
minidlna.c:609: warn: Starting MiniDLNA…
sql.c:49: error: SQL ERROR 1
SELECT UPDATE_ID from SETTINGS
minidlna.c:645: warn: Database version mismatch; need to recreate…
scanner.c:729: warn: Scanning /nethdd/media/movies
minidlna.c:684: warn: HTTP listening on port 8200
scanner.c:799: warn: Scanning /nethdd/media/movies finished (0 files)!
The folder contains 6 different video files of c100Mb each, both .avi and .mpg.
I am not sure if this helpful but just in case:
root@Iomega:/# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 4047936 910636 2931668 24% /
tmpfs 31012 0 31012 0% /lib/init/rw
udev 10240 2520 7720 25% /dev
tmpfs 31012 0 31012 0% /dev/shm
/dev/sda2 972492220 944373532 28118688 98% /nethdd
root@Iomega:/# cd /nethdd/media/movies
root@Iomega:/nethdd/media/movies#
Any help gratefully received!