After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 521976 - Display gvfs mount in a specific way
Display gvfs mount in a specific way
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: fuse
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on: 528848
Blocks:
 
 
Reported: 2008-03-12 10:17 UTC by Vincent Untz
Modified: 2009-03-09 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2008-03-12 10:17:56 UTC
With gvfs (on linux at least), all users now have a FUSE mount that appears in the disk list. It's displayed like a normal disk, which might look confusing for many people.

We should either hide those mounts, or make them look different.
Comment 1 Patrick Kilgore 2008-04-28 21:16:55 UTC
I agree, this is very confusing and even gives experienced users a bit of a start when they first see it.
Comment 2 Benoît Dejean 2008-04-29 18:32:02 UTC
I'm not very happy with hardcoding again filesystems to exclude, because the list gets bigger and bigger and is always incomplete.

A few months ago, the libgtop linux implementation has switched to a simpler scheme: follow /proc/filesystems.

On the other hand, GNU df uses blocksize == 0 to filter out pseudo fs, but gvfs-fuse-daemon fails this.
Comment 3 Benoît Dejean 2008-05-01 09:09:50 UTC
Would it be possible to drop the statfs implementation for the the FUSE daemon ? It does really makes to have none and to initialize it from /.
Or at least set the block count to be 0 so system-monitor, df, etc don't get fooled ?
Comment 4 A. Walton 2008-05-01 09:26:04 UTC
There's a patch for it and everything:
http://bugzilla.gnome.org/show_bug.cgi?id=528848

If someone's willing to review it and make sure it's sane, I'd personally say let's commit it and try to cut through the backlog of these bugs. I don't really know enough about FUSE to know anything about it, though.
Comment 5 Patrick Kilgore 2008-10-20 14:46:09 UTC
While I'm not sure this patch got committed or not, the bug appears to be eliminated in Ubuntu 8.10. 
Comment 6 Alexander Larsson 2009-03-09 14:53:19 UTC
yeah, we're hiding .gvfs mounts these days.