Results 1 to 3 of 3

Thread: Samba

  1. #1
    Join Date
    Jan 2008
    Beans
    5
    Distro
    Ubuntu Development Release

    Samba

    Ok i must be not be doing something right when it come to the conf file for samba, i m trying to setup that my external hard drive is shared over my network, i m running xubuntu, i ve searched and i can't seem to find how to configure samba in xubuntu or terminal, help would be appreciated.

  2. #2
    Join Date
    Dec 2009
    Location
    Chennai, India
    Beans
    140
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Samba

    You can install Samba in Xubuntu using the following command:

    Code:
    $ sudo apt-get install samba
    Now you need to edit the file /etc/samba/smb.conf and append the following lines:

    Code:
    [<share-name>]
    path = /<mount point of the external drive>
    browseable = yes
    read only = no
    guest ok = yes
    Now save the file and restart the Samba service using the following command:

    Code:
    $ sudo /etc/init.d/samba restart
    Now try accessing the share from another machine
    Johnson
    johnson@cssoss.com
    cssoss.wordpress.com

  3. #3
    Join Date
    Jun 2007
    Location
    Oz
    Beans
    501
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Samba

    And if it's an external drive, it's 99% sure to have a windows format, fat32 or ntfs, so check that it's mounted drwxrwxrwx to allow guests to write to it over the network.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •