Bug 461547

Summary: gvfs has short memory
Product: [Fedora] Fedora Reporter: Bastien Nocera <bnocera>
Component: gvfsAssignee: Tomáš Bžatek <tbzatek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: alexl, bloch, tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-03 22:20:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 457945    

Description Bastien Nocera 2008-09-09 00:52:53 UTC
$ gvfs-mount smb://192.168.1.7/data2/
$ gvfs-mount -u smb://192.168.1.7/data2/
Error finding enclosing mount: The specified location is not mounted
$ gvfs-mount -l
Mount(0): data2 on 192.168.1.7 -> smb://192.168.1.7/data2/

Huh?

Comment 1 Bastien Nocera 2008-09-09 09:45:52 UTC
The user-visible effect will be to have nautilus complain about the mount being already mounted, instead of displaying the contents of the remote share.

This means SMB is unusable in nautilus as a result.

Comment 2 Alexander Larsson 2008-09-25 10:04:59 UTC
This should be fixed in gvfs 0.99.8 by:

2008-09-15  Tomas Bzatek  <tbzatek>

	* daemon/gvfsbackendsmb.c:
	Revert commit #1772.
	Set the information on the mount spec from the original URI

Comment 3 Bastien Nocera 2008-10-03 22:18:41 UTC
*** Bug 462059 has been marked as a duplicate of this bug. ***

Comment 4 Bastien Nocera 2008-10-03 22:20:15 UTC
This works fine now.