Results 1 to 4 of 4

Thread: Automount of Samba shares not working in 10.04 32bit

  1. #1
    Join Date
    Feb 2011
    Beans
    83
    Distro
    Ubuntu 16.04 Xenial Xerus

    Automount of Samba shares not working in 10.04 32bit

    I'm having an automount problem on Ubuntu 10.04 32bit. The smb shares will not mount on login, and I have to use:

    Code:
    sudo mount -a
    (and enter the password for each share, rather than just once, very odd)

    Here's a sample share mount from fstab. (I have six of these)


    Code:
    # share-name on /mnt/samba/share-name
    //serverIP/share-name /mnt/samba/share-name smbfs defaults    0    0
    Note, I also can't use the server 'name' but rather am forced to use the IP address for this to work. (no biggie, just a quirk)

    The shares are served by Ubuntu Server 10.04 64bit and reside in the /srv/samba tree there with each share a separate folder in that tree. (i.e. /srv/samba/share-name)

    Any ideas?

  2. #2
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

  3. #3
    Join Date
    Feb 2011
    Beans
    83
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Automount of Samba shares not working in 10.04 32bit

    Thanks, that what I used to use but I had permission issues.

    I'll try it again.

    I thought cifs was depricated. That's why I switched it to smbfs.

    Or do I not understand something correctly?

    I noticed that article was posted 1/25/11 which is pretty new. But the Ubuntu Wiki says to use smbfs instead. hmmm....

  4. #4
    Join Date
    Feb 2011
    Beans
    83
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Automount of Samba shares not working in 10.04 32bit

    Thanks, sikander3786 it looks like this worked. No permissions issue so far. Not sure why I had trouble before.

Tags for this Thread

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
  •