Originally Posted by Ole Juul
|
|
I must say I'm surprised that no one has ventured a suggestion yet.
|
No need to emphasize this kind of delay by a non-thread-author.
Originally Posted by Emegra
|
Presumably no one has a suggestion to offer, but can anyone please tell me if the problem could be with the firewall, i say that because everytime I boot into BSD I have to switch the firewall off to access my network shares (unticking the box to enable firewall at start up does nothing), I've looked through the list to see if there is a service I can add as an exception in the firewall but I don't see anything that seems relevant, I know I maybe clutching at straws but I can't believe what I want to do is not possible and to be honest if I can't get over this simple problem this operating system is absolutely no use to me
Many thanks
Graeme
|
It is not clear what is the real problem. You mentioned you can only browse local filesystems, so my first guess is that you don't know how to use Dolphin or whatever file manager you are using to browse to a samba share. In such case, and assuming you are using KDE and Dolphin, right click on the address bar and choose
edit from the context menu; the address to go to should be in the form of
smb://freenasMachine/share. However, as pointed out by Alvin, probably this is not what you need since your programs will not support share redirection (thru KIOSlaves). Therefore I guess you need to mount the FreeNAS share (.e.g, at boot) via command line
|
Code:
|
mount_smbfs //freenasMachine/share /mnt/localShareName |
Please note that in this case you need a
~/.nmbrc file to avoid password prompt.
Hope this helps.