john.c.cochrane;235269 Wrote: 
> The problem I have now is that the Squeeze box is not maintaining a good
> connection to the disk. It works for about 15 or 20 minutes the the
> squeeze box starts telling me it can't locate the files. However, from
> the Linux file system I can still see the device and files.

If your NAS is linux based there is no reason to have to use SAMBA to
connect to it, a mount should be all that is required and the
connectivity will be via NFS.

I have a similar setup in that my NAS is Linux based and I sometimes
access the library on the NAS from an instance of slimserver running on
my Ubuntu workstation (my NAS/ slimserver is standalone, so running
slimserver externally from the NAS is generally only done for testing
purposes). To access my NAS from my workstation I simply mount it
using:


Code:
--------------------
    sudo mount 192.168.168.100:/raid/data/AudioLIB /media/nfs_audiolib
--------------------


The parts you will need to change are the IP address of your NAS and
the mountpoint (in my case "/media/nfs_audiolib") to suit your needs/
setup.


-- 
egd

Thecus N5200PRO >> Transporter >> ATC SCA2 >> ATC SCM100SLAT
------------------------------------------------------------------------
egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=39246

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

Reply via email to