Results 1 to 6 of 6

Thread: Problem with SAMBA

  1. #1
    Join Date
    Nov 2008
    Beans
    7

    Problem with SAMBA

    Hi all,
    I have Ubuntu Server 8.04 (with Desktop environment)

    I have installed SAMBA n SMBCLIENT and SMBFS
    I made a folder and added at smb.conf

    [I]
    comment = I disk
    path = /var/i
    guest ok = yes
    browseable = yes
    read list = @IREAL
    write list = @IREAL
    read only = no
    create mask = 0775
    directory mask = 0775


    This works fine for other computers with windows XP on the network.

    Now I want to mount for an UBUNTU Desktop 8.04 this folder
    and i type

    sudo mount -t smbfs -o username=ireal //192.168.0.10/var/i /mnt/i
    and I get an Error 8 no such device or address

    note that at the my places section under Network smb: i can see the Ubuntu server 8.04 under the IREAL workgroup but i can not open it or see any of its contents

    how can i fix this?

  2. #2
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Problem with SAMBA

    This How-To might help.
    Last edited by Iowan; December 5th, 2008 at 05:53 PM. Reason: Fixed link
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  3. #3
    Join Date
    Jun 2007
    Location
    Poughkeepsie, NY
    Beans
    5,810
    Distro
    Ubuntu

    Re: Problem with SAMBA

    The link you providd doesn't work

  4. #4
    Join Date
    Jan 2007
    Beans
    5,549

    Re: Problem with SAMBA

    you havent specified password mount -t smbfs -o username=<name>,password=<passwd> //sambashare /mountpoint

  5. #5
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Problem with SAMBA

    I fixed the link - it's also the same one as in my sig.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  6. #6
    Join Date
    Nov 2008
    Beans
    7

    Re: Problem with SAMBA

    I fixed it I think its a bug that ubuntu samba has. computer name cannot be the same as for the workgroup name. I had workgroup IREAL and Host name IREAL (in windows XP I could double click on the IREAL workgroup and then dble click on IERAL computer and view its contents but from the Ubuntu desktop under smb://ireal/ (which was the workgroup) a double click on Ireal pc had as a result the same path

    thank you all for your replies
    glad to join the community

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
  •