Results 1 to 6 of 6

Thread: Nautilus no longer provides SMB mount points in ~/.gvfs

  1. #1
    Join Date
    Oct 2010
    Beans
    1

    Nautilus no longer provides SMB mount points in ~/.gvfs

    in Ubuntu 10.04, SMB network shares mounted through Nautilus could be found with mount points in ~/.gvfs/ . However, since upgrading to Ubuntu 10.10, I can no longer find those mount points in that location.

    Did the location of the mount points move, or does Nautilus now manage SMB entirely through its own means rather than giving the shares a filesystem mount point? And if so, is there any way to revert Nautilus' behavior to that in 10.04?


    The underlying problem here is that Ubuntu's GUI method of mounting SMB shares makes them generally inaccessible to most other applications, and the problem now is that the old workaround for that (accessing the shares through ~/.gvfs or to symlinks to the mount points therein) is no longer accessible.

  2. #2
    Join Date
    Aug 2008
    Beans
    1
    Distro
    Ubuntu

    Re: Nautilus no longer provides SMB mount points in ~/.gvfs

    @taiyal: This is not a feature and may even be a bug. This happens when gvfs-fuse-daemon is not started. I'm not quite sure why it did not start in your case, but you can try running the following from the command line:

    Code:
    /usr/lib/gvfs/gvfs-fuse-daemon ~/.gvfs
    You should immediately see the mounted folders under ~/.gfvs
    Last edited by JohannB; November 24th, 2010 at 04:27 PM.

  3. #3
    Join Date
    Mar 2011
    Beans
    22

    Re: Nautilus no longer provides SMB mount points in ~/.gvfs

    I just spent the past 2 hours looking for this answer to where Nautilus mounts the shares. When I discovered the folder, it seems to be locked and I can not write files to it. Why doesn't Nautilus put the share in a standard place like /media or /mnt

  4. #4
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Nautilus no longer provides SMB mount points in ~/.gvfs

    Quote Originally Posted by Monery View Post
    Why doesn't Nautilus put the share in a standard place like /media or /mnt
    Because creating folders and mount points in /media and /mnt requires root access. For what should be obvious reasons, running Nautilus as root to facilitate file sharing is extremely undesirable.

  5. #5
    Join Date
    May 2009
    Location
    Ontario, Canada
    Beans
    67
    Distro
    Ubuntu 14.04 Trusty Tahr

    Thumbs down Re: Nautilus no longer provides SMB mount points in ~/.gvfs

    Just to add on 10.10 it's mounted to ~/.gvfs

    Command line to mount
    Code:
    $ sudo smbmount //{share_ip}/{directory} /mnt/SMBShared -o username=${user_name}/${DOMAIN_NAME}
    Interesting part is, could not find a way to umount it without becoming root
    I have "smbfs" & "cifs-utils" installed on the 10.10, but don't have smbumount command, "umount -l" & "umount -f" won't work as sudo.
    After $ sudo su, I can do "umount -f" to umount the network share.

  6. #6
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Nautilus no longer provides SMB mount points in ~/.gvfs

    Thanks for sharing and please do not post in threads that have not had activity for a year or longer, since this is an old thread it has been closed.

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
  •