Results 1 to 2 of 2

Thread: Noob: Help sharing folders between computers

  1. #1
    Join Date
    Feb 2005
    Beans
    122

    Noob: Help sharing folders between computers

    HI. I was able to set up folder sharing between 2 different computers with ubuntu on them and an ipad. it had been some time since i used the ipad to try to connect to the shared folders, and now it keeps asking me for the username and password. how do i find them on the ubuntu box that the files are stored on? i thought i made samba anonymous. can someone helpo?

  2. #2
    Join Date
    Aug 2009
    Location
    United States
    Beans
    4,523
    Distro
    Ubuntu Development Release

    Re: Noob: Help sharing folders between computers

    Install a samba configuration app and set to let anyone or set to let yourself with username
    and password. Can look at samba config and see what you have set now. Will be on bottom
    of config file your new samba shares.
    Code:
    gedit /etc/samba/smb.conf
    Now this is the samba tool for GUI to set shares and permissions.
    You just use path to set: such as
    /home/rick
    is my home or

    /home/rick/Documents
    is just documents

    or make your own and then set as a share:
    sudo mkdir /home/rick/Shared
    Now in Samba make it a shared item.
    /home/rick/Shared
    and set permissions, (have to set permissions on every share.)

    To install gui app for making shares.
    Code:
    sudo apt-get install system-config-samba
    Or you can do it by making them in the bottom of config file below others
    by hand. See any other shares and copy there's and replace with new share wanted.
    gksudo gedit /etc/samba/smb.conf
    make share and hit save in upper left corner of gedit.
    Remember hence where you come and pass it down.
    Ubuntu Forums member #899097 and Ubuntu Member:


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
  •