When you are customizing MindTouch you'll want to be able to easily drag and drop files from your windows environment into the root directory to apply changes. In order connect to Mindtouch via Windows Explorer you need to use Samba, which comes installed on the MindTouch WM. More information about Samba can be found at Wikipedia and the official Samba website.


Here is how you configure Samba:

1. Log in as the root user.

2. Create a Samba password for the root user:

smbpasswd -a root

NOTE:  if you want to use the root password use the same password that you have for your root password account.

3. Update the Samba configuration file (/etc/samba/smb.conf):

Enter the following to open the file in nano, which is a text editor:

nano /etc/samba/smb.conf

Make sure the following line is commented out:

 

;invalid users = root 

4. Restart Samba:  /etc/init.d/samba restart

If your host operating system is Windows Vista

If Windows Vista is your host operating system, you will want to update Samba to a more recent version to avoid a glitch that slows transfer to a trickle.  Run the following code to update Samba:

apt-get update && apt-get install samba samba-common samba-client

 

Tag page
Viewing 2 of 2 comments: view all
As a newbie to both Linux and WIKI.. I am unsure as to which bits of the samba.conf i need to edit. Please can this article be expanded with slightly more detail.
Posted 14:59, 22 Nov 2007
I used nano command to edit the samba.conf
Posted 18:23, 5 May 2008
Viewing 2 of 2 comments: view all
You must login to post a comment.