FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Using iTunes server on NSLU2 with multiple disks › Reply To: Using iTunes server on NSLU2 with multiple disks
First, you must be running nightlies to be able to use two physical disks. You will run into strange problems using two disks with 0.2.4, including songs missing from the database.
If you are running nightlies, then you can do something like this:
[email protected]:~$ mkdir /share/flash/data/public/mp3
[email protected]:~$ cd /share/hdd/data/public/mp3
[email protected]:/share/hdd/data/public/mp3$ ln -s /share/flash/data/public/mp3 otherdisk
Then the contents of the “otherdisk” directory will be the stuff in /share/flash/data/public/mp3.
Remember, you have to be using nightlies to do this though.
The next nightlies drop will have support for multiple mp3_dir entries, though, so when the next nightlies come out (svn-980 or so), then you’ll be able to put both directories in there.
— Ron