Page 1 of 1

Unable to locate files

PostPosted: Sun Dec 25, 2011 4:34 pm
by Dan_ho
Hi guys,
Having successfully installed servo on my Synology DS 209 with my upnp devices being able to see the servo server but I'm unable to see my files.

video files are located in "volume2/video/HD movies"
i entered volume2/video/HD movies under the library folder but it came out like this.... /volume2/homes/serviio/volume2/video/HD movies
see attached pic.

Also attached is my log file. Do advise me where i have gone wrong....been forum searching, goggling, trial and error... for hours but still unable to figure out whats the problem.

Any guidance for a linux noob?

Re: Unable to locate files

PostPosted: Mon Dec 26, 2011 8:03 pm
by zip
try to enter it as (note the leaing slash)

  Code:
/volume2/video/HD movies

Re: Unable to locate files

PostPosted: Mon Dec 26, 2011 11:30 pm
by Cerberus
you can also try

  Code:
//volume2/video/HD movies

Re: Unable to locate files

PostPosted: Thu Dec 29, 2011 2:47 am
by Dan_ho
Thanks! Got it to work...finally. Cheers!

Re: Unable to locate files

PostPosted: Thu Dec 29, 2011 12:23 pm
by zip
what was the solution?

Re: Unable to locate files

PostPosted: Fri Dec 30, 2011 12:02 pm
by patters
Cerberus wrote:you can also try

  Code:
//volume2/video/HD movies


That's not right. I think Zip's suggestion would have got it working. For some reason the OP had prepended the serviio daemon user's home directory on the folder path.

Re: Unable to locate files

PostPosted: Fri Dec 30, 2011 1:21 pm
by Cerberus
when looking around for howto for wiki i seen it written like that alot for external volumes, so was worth mentioning just incase it was same for his linux device. :)