How to Share Ubuntu Home Directory with Windows

This post was written by admin on September 8, 2009
Posted Under: General, Internet

Samba Server allows you to share the home directories with Windows automatically.That’s so easy that you just need to install Samba on uubntu and configure smb.conf file.

1.Install Samba Server on ubuntu and create a user,here is how to install

2.Run this command in terminal window:

sudo gedit /etc/samba/smb.conf

Find this section of the file, and make it match the following:

sharehome

Now,you should be able to map a drive on Windows by following share format:

//ubuntumachine/username

Run hostname to get ubuntu machine name,in my case it’s wraith-desktop.So I use:

//wraith-desktop/wraith

Related posts:

  1. How to install Samba Server on ubuntu
  2. Share Firefox bookmarks/history/tabs between Ubuntu,Windows 7/Vista/XP
  3. Completely delete a user including the home directory in ubuntu Linux
  4. Create,Modify,Delete samba shares with system-config-samba(GUI) in Ubuntu Linux
  5. Share Ubuntu Folders to Specifical computer with NFS

    Tags:

    Reader Comments

    smb.conf is different in ubuntu 9.10 compared to 9.04.
    To connedt from my windows XP it was less changes from the original smb.conf.
    The changes was:
    usershare allow guests = yes
    usershare owner only = no

    After I have restarted my ubuntu 9.10 I could share my own directory.
    Dont forget to mark all 3 sharing options and choose a proper share name.
    If not sharing does not work.

    [Reply]

    #1 
    Written By olofcadiz on January 29th, 2010 @ 3:33 am

    Trackbacks

    1. How to install Samba Server on ubuntu  on September 8th, 2009 @ 12:08 am

    Add a Comment

    required, use real name
    required, will not be published
    optional, your blog address