Redirected from Deki/FAQ/Configuration/How do I...Access MindTouch through windows Explorer?
2 of 2 found this page helpful

Accessing MindTouch through Windows Explorer

    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 VM. 

    Install Samba

    apt-get update
    apt-get install samba
    

    Configuring 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. Create the following share to access the entire drive

    [drive]
       comment = Deki Root folder
       path = /
       public = yes
       writeable = yes
       read only = no
       create mode = 0666
    

    5. 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
    Was this page helpful?
    Tag page
    Viewing 3 of 3 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 06:59, 22 Nov 2007
    I used nano command to edit the samba.conf
    Posted 10:23, 5 May 2008
    Some useful command line operations to use "Samba" on Windows OS:
    1. list all mount status
    c:> net use

    2. mount a remote file service (ex: samba)
    (1) mount the "root" partition
    c:> net use \\<ip-address>\drive /U:root <password>
    (2) mount user's home directory
    c:> net use \\<ip-address>\homes /U:<username> <password>

    3. unmount a mounted file service
    c:> net use \\<ip-address>\drive /d
    c:> net use \\<ip-address>\homes /d

    4. print "net" command usage
    C:\> net help use

    5. open remote file service with Windows Explorer
    C:\> explorer \\<ip-address>\ edited 01:47, 31 Jul 2009
    Posted 01:24, 31 Jul 2009
    Viewing 3 of 3 comments: view all
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by