setup issues with N5200 thecus

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1727
    muuuurf
    Participant

    Hello .
    I’ve problems to setup my mp3 directory … i’ve allways an
    error: 500general:mp3_dir
    I’ve 1 raid 5 called raid0 … (hum hum)
    and one file called media … with my mp3 inside
    The file adress ins’t /raid0/data/media/ ?
    this file is open in upnp nfs etc …
    Anyone can help me please.

    #12567
    rpedde
    Participant

    @muuuurf wrote:

    Hello .
    I’ve problems to setup my mp3 directory … i’ve allways an
    error: 500general:mp3_dir
    I’ve 1 raid 5 called raid0 … (hum hum)
    and one file called media … with my mp3 inside
    The file adress ins’t /raid0/data/media/ ?
    this file is open in upnp nfs etc …
    Anyone can help me please.

    No idea at all. If it’s available via nfs, then you might be able to do “showmount -e” from a unix box and see the paths to the nfs share you are looking for.

    Short of that, you could ssh into the box and find a file you know exists:

    find / -type d -name “media”

    and see if it shows you the full path.

    — Ron

    #12568
    muuuurf
    Participant

    thanks for your response .. it doesn’t help me at all (i’m on mac os X and i don’t know linux at all) … i’ll try to change all settings … we will see. 😀

    #12569
    rpedde
    Participant

    @muuuurf wrote:

    thanks for your response .. it doesn’t help me at all (i’m on mac os X and i don’t know linux at all) … i’ll try to change all settings … we will see. 😀

    osx *is* unix, so you can do a “showmount -e ip.to.server” from the command line and it should work. Might have to run it with sudo:

    sudo showmount -e ip.address.of.server

    — Ron

    #12570
    raisinman
    Guest

    Worked it out mate.

    Chanage the runas user to:

    root

    Worked for me no problem. I reckon that the nobody user that it was set to does not have full access to the paths where your mp3s are.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.