Move songs database

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2126
    Anonymous
    Inactive

    I’m following along the NSLU2 Installation wiki page (http://wiki.fireflymediaserver.org/NSLU2_Installation). I’ve got a 1gig stick on port 1 and a maxtor onetouch on port 2. There’s a piece towards the end of the page about how to “move Firefly’s songs database from its default location on the memory stick (/opt/var/mt-daapd) to your hard disk”, but the commands following it look munged to me. They say:

    # cd /share/flash/data
    # mkdir mt-daapd
    agate d# chmod 777 mt-daapd

    What should that 3rd line be? Is it missing something that ‘agate’ is apart of, or is that just line-noise?

    #15857
    mas
    Participant

    There is something munched but it no unix command.

    The 3 commands make perfect sense and what should follow them is a mv command.

    #15858
    Anonymous
    Inactive

    That seems reasonable. Unfortunately, the wiki won’t let me edit the page. From what I gather, it should be:

    # cd /share/flash/data
    # mkdir mt-daapd
    # chmod 777 mt-daapd
    # mv /opt/var/mt-daapd/songs.db mt-daapd/

    Thanks! I’m inch by inch getting closer to having this setup…

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