Sorry, I don't know FreeNAS, but that SHOULD be just

mount -t cifs source taget

where "target" is the name of a directory to which you mount it to
(e.g. "/mnt/synology"), it has to exist, and "source" is the uri of
your share, e.g. //synology/public
other options can be added with -o<option>, especially important:
-ouser=username with username being your user name for the share
-opassword=pwd guess what ;-)

But I do not know, whether FreeNAS has CIFS...

Also, since I don't know it I cannot tell you how to mount it
permanently (that is: how to make it mount at boot time), if it's
debian based there will be a file called "fstab" under \etc and you
have to add a line like

//synology/public /mnt/synology cifs <options> 0 0
to that file.

Try "man mount" or "man mount.cifs" on your command line.
Also I COULD imagine the web interface allows something like that.


-- 
pippin

---
see iPeng at penguinlovesmusic.com
------------------------------------------------------------------------
pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=43319

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

Reply via email to