Results 1 to 3 of 3

Thread: Nautilus: cannot mount samba share

  1. #1
    Join Date
    Nov 2004
    Location
    Lecco, Italy
    Beans
    30
    Distro
    Ubuntu

    Nautilus: cannot mount samba share

    Hi.
    I've a Samba server on my LAN, and several Ubuntu clients. One of these clients cannot mount the samba share!
    This client is a 12.04 fully updated, it used to work until some updates ago.
    When I try to access the "smb://" location in nautilus I get something like this (freely translated from italian):
    Nautilus is unable to handle "smb:" locations
    From command line:
    Code:
    $ gvfs-mount smb://server/share
    Error mounting location: volume doesn't implement mount action
    smbclient works great. mount works great.

    Code:
    $ dpkg -l |grep cifs
    ii  cifs-utils                             2:5.1-1ubuntu1                                      Common Internet File System utilities
    $ dpkg -l |grep smb
    ii  libsmbclient                           2:3.6.3-2ubuntu2.3                                  shared library for communication with SMB/CIFS servers
    ii  python-smbc                            1.0.13-0ubuntu1                                     Python bindings for Samba clients (libsmbclient)
    ii  smbclient                              2:3.6.3-2ubuntu2.3                                  command-line SMB/CIFS clients for Unix
    ii  smbfs                                  2:5.1-1ubuntu1                                      Common Internet File System utilities - compatibility package
    # dpkg -l |grep gvfs
    ii  gvfs                                   1.12.1-0ubuntu1.1                                   userspace virtual filesystem - GIO module
    ii  gvfs-backends                          1.12.1-0ubuntu1.1                                   userspace virtual filesystem - backends
    ii  gvfs-bin                               1.12.1-0ubuntu1.1                                   userspace virtual filesystem - binaries
    ii  gvfs-common                            1.12.1-0ubuntu1.1                                   userspace virtual filesystem - common data files
    ii  gvfs-daemons                           1.12.1-0ubuntu1.1                                   userspace virtual filesystem - servers
    ii  gvfs-fuse                              1.12.1-0ubuntu1.1                                   userspace virtual filesystem - fuse server
    ii  gvfs-libs                              1.12.1-0ubuntu1.1                                   userspace virtual filesystem - private libraries
    root@pietro-aio:~# uname -a
    Linux pietro-aio 3.2.0-38-generic-pae #61-Ubuntu SMP Tue Feb 19 12:39:51 UTC 2013 i686 i686 i386 GNU/Linux
    I even tried this but doesn't seem to work.

    What's wrong?
    Thanks

  2. #2
    Join Date
    Dec 2009
    Beans
    6,771

    Re: Nautilus: cannot mount samba share

    root@pietro-aio:~# uname -a
    Because you are logged in as root. Log in as a non-root user and try it again.

  3. #3
    Join Date
    Nov 2004
    Location
    Lecco, Italy
    Beans
    30
    Distro
    Ubuntu

    Re: Nautilus: cannot mount samba share

    thanks but from the commands you can see above, gvfs-mount was issued as user, not as root. only package and diagnostic commands were ran as root user

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
  •