Eric wrote:Issue with nfs should now be fixed -- please try with latest update to init script.
Fix seems good.
Now seeing a weird issue with my network drive.
OS detects that there is about 1TB of data on the drive, but it is only mounting a small empty partition (124MB). Not sure what the go is there. as a result, minidlna loses its database and regenerates a new one which is blank because there are no files.
Wondering if nfsd is holding a lock over the drive?
Steps to reproduce error:
seems that just rebooting the router caused the issue
To fix:
through the UI, unmount the usb drive
unplug it physically, then replug it in.
/etc/init.d/minidlna stop
kill -9 $(pidof minidlna)
/etc/init.d/minidlna start
minidlna is now back to normal. and the drive now has files visible on it.
running nfsd after this doesn't cause the issue to return immediately. device has to be rebooted.