This is to access windows shares and linux shares using samba. I assume you have a working smb.conf, if not post back for assistance.
First make sure you have the needed apps:
Samba
Fusesmb
smbfs
Samba-common
smbclient
These can be installed via apt-get or synaptic if you prefer. They may pull down other supporting packages so don't worry.
Now once all the packages have been installed create a folder where you want to access your workgroup/network. For me it is /home/me/network but this can be your choice. Right click on it and select properties and choose the permissions you want (read,write,etc)
Next, open /home/username/.fluxbox/startup file. At the end of the list of autostarted applications add:
fusesmb /home/me/network (or the location of the folder you created)
This script can also be placed in .xinitrc if you use multiple window managers but you will need to make it a bash script by adding:
#!/bin/sh
fusesmb /home/me/network
to the top of .xinitrc. This way it will be mounted when X starts regardless of the window manager.
Log out and login, open the folder you created and you should see a folder called "yourworkgroup". Inside you will see another folder for each of the computers on your network and they will list all of their shares.
I think I covered everything but if not let me know. I wanted to put this in the wiki but I still cannot create an account to add/edit.
eriefisher

