egd;236151 Wrote: 
> 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, the
> location of your library on the NAS "/raid/data/AudioLIB", and the
> mountpoint (in my case "/media/nfs_audiolib") to suit your needs/
> setup.

so, what if the nas is running xfs?  i've been trying to do something
like this in antiX (mepis-based distro):

mount -t xfs x.x.x.x:/share/music /mnt/share/music

but i keep getting an error that says the device x.x.x.x/share/music
doesn't exist.  i have a winxp machine connected to the nas - the path
in windows is \\Homeserver\share\music, so i'm assuming the actual path
on the nas is /share/music.  i think the "Homeserver" is the just the
name assigned to the nas to identify it on the network.  is this
correct?


-- 
rov
------------------------------------------------------------------------
rov's Profile: http://forums.slimdevices.com/member.php?userid=10787
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