pounce;538262 Wrote: 
> I got this working. Not sure what was wrong before, but did a factory
> reset and then:
> 
> Inserted USB stick.
> 
> Mounted NFS share as /media/sda1
> 
> Stopped the server and did a wipe and rescan.
> 
> This seemed to work and allowed me to use the NFS mount for the built
> in server. I only used a few files to test it, but will try with a
> larger collection to validate the performance delta between an NSF
> share and local storage.
> 
> On the upside 24/96 -5 FLAC played from the share without skipping :)
I'm trying to do this, too. After a few tries this seems to work. Here
are some more details.

I inserted a usb stick in Touch and /media/sda1 appeared mounted. 
I made a mount point on the usb stick

Code:
--------------------
    
  mkdir /media/sda1/music
--------------------

and did an nfs mount there

Code:
--------------------
    
  mount -t nfs -o intr,nfsvers=3,rsize=32768,wsize=32768,hard,tcp,nolock 
192.168.1.3:/music/music/24-96
--------------------


Putting the moint point on the usb lets the Touch write to the usb
rather than the nfs share which I prefer to export wo. This seems like
a good idea?

Then I restarted the squeezecenter

Code:
--------------------
    
  /etc/init.d/squeezecenter restart]
--------------------


It seems to have scanned and be working.

I mounted a directory of 24/96 and it's playing fine. Any ideas on how
the Touch squeezecenter will handle ~50K songs?


-- 
mkt
------------------------------------------------------------------------
mkt's Profile: http://forums.slimdevices.com/member.php?userid=14921
View this thread: http://forums.slimdevices.com/showthread.php?t=77604

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to