[EDIT] - Corrected a few typo's and added the Samba Man-Pages & Folder Share links.[/EDIT]
Assuming you’ve done all your updates and FAH is running normally. Im doing this from memory, so there may eb a few typo's:
Step-1 - Open a Terminal Window or SSH to your Node, then:
Check if Samba is installed:
>>prompt$ sudo /etc/init.d/samba status
If if doesn't respond positivly, it's not installed, so carry on with Step-2, else
skip Step-2 and go to Step-3
Step-2 - Installing Samba
>>prompt$ sudo apt-get install samba
sudo password: {Enter Your sudo-root password}
then:
Just follow the defaults and hit "Y" or "YES" when asked. When Samba is finished installing, the deamon / smb server will be running.
Step-3 - Edit the Samba Configuration Fig File {smb.conf}
>>prompt$sudo nano /etc/samba/smb.conf
This will open the Nano Text Editor. Scroll / Arrow / PG-Down to the end of the file just before the (EOF) and add the following to the file, note, this is the simple version, consult the online or man-pages for all availble options & features:
-----------------------------
[share1]
comment = Share for FaHmon
path = /home/username <-- Repalce user with the User where F@H is installed
available = yes
browsable = yes
writeable = yes
-----------------------------
Then hit Ctrl+O then {Enter} to Save, then hit Ctrl+X to exit Nano.
Here is My Configuration Example:
-----------------------------
[share1]
comment = Share for FaHmon
path = /home/ke1ha
available = yes
browsable = yes
writeable = yes
-----------------------------
NOTE: Consult the Samba Man-Page / Online Guide for additional features. You can do all sorts of permissions with Samab, these are just basic options.
Samba.org
Samba Share Examples
Step-4 - Add Samba password for your user that will be accessing the shared folder.
>>prompt$ sudo smbpasswd -a {your user name}
New-Password: {Enter New Password}
Re-Enter New Password: {Enter New Password}
Step-5 - Restart Samba
>>prompt$ sudo /etc/init.d/samba restart
sudo password: {Enter Your sudo-root password}
You should see the deamon / smb server shutdown, then restart.
Step-6 - Determine your IP Address
>>prompt$ ifconfig {hit enter}
Look for your IP address. If your at home will probably be 192.168.x.x something. The you can close the terminal window
Step-7 - Browse to The New Shared Folder
- Open IE or Firefox and put the IP address in the address bar like so:
\\192.168.2.10\ {hit enter}
That should bring up a folder called Shared or Shared1. From here you navigate down to where the "unitinfo.txt" files resides, then copy the address / URL from IE or Firefox.
Step-8 - Add the New Client to FaHmon
Open FaHmon, and select add a new client / location. Give it a name, then paste the location from IE or Firefox in the location line and save.
You should see FaHmon turn Yellow, then green after your incemental update.
.