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 410658 - nautilus should show mount usage details when possible
nautilus should show mount usage details when possible
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File Properties Dialog
0.x.x [obsolete]
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-22 03:24 UTC by Trevor Davenport
Modified: 2007-05-02 12:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Implements a pie chart that shows mount usage (11.54 KB, patch)
2007-02-22 03:26 UTC, Trevor Davenport
none Details | Review
Updated colors to some from the tango palette (11.62 KB, patch)
2007-02-23 21:37 UTC, Trevor Davenport
none Details | Review
Adds the filesystem type as well (11.70 KB, patch)
2007-02-23 23:49 UTC, Trevor Davenport
none Details | Review
Corrects the error of always showing the chart on mounts (12.19 KB, patch)
2007-02-26 20:05 UTC, Trevor Davenport
none Details | Review

Description Trevor Davenport 2007-02-22 03:24:45 UTC
Currently there is no way to see how much of a particular mountpoint is in use.  Only the free space is available.  It would be nice if this information was available.
Comment 1 Trevor Davenport 2007-02-22 03:26:41 UTC
Created attachment 83086 [details] [review]
Implements a pie chart that shows mount usage
Comment 2 Trevor Davenport 2007-02-23 21:37:43 UTC
Created attachment 83196 [details] [review]
Updated colors to some from the tango palette
Comment 3 Trevor Davenport 2007-02-23 23:49:42 UTC
Created attachment 83208 [details] [review]
Adds  the filesystem type as well
Comment 4 Christian Kirbach 2007-02-24 23:37:43 UTC
Comment on attachment 83086 [details] [review]
Implements a pie chart that shows mount usage

from a quick try: it does not do any changes. where am I supposed to see the pie chart?
Comment 5 Trevor Davenport 2007-02-25 20:27:50 UTC
it should be visible on any mounted drive available in computer:// (such as the filesystem or a mounted cdrom) or on any mount point in the file system.
Comment 6 Trevor Davenport 2007-02-26 19:14:39 UTC
It seems my reworking of a few things in the latest patch has caused some problems...i'll put up a new version soon.
Comment 7 Trevor Davenport 2007-02-26 20:05:30 UTC
Created attachment 83413 [details] [review]
Corrects the error of always showing the chart on mounts

In the last update i had accidentally made the function that chooses whether or not the show the chart by using a gnome-vfs function but it would always return the volume the file/folder was on so it was always showing the chart.  This reverts back to my previous method of deciding to show the chart.
Comment 8 Alexander Larsson 2007-05-02 12:43:16 UTC
I commited a patch based on the last one, but with a few leak fixes, a slightly different way to figure out when to add the chart and a lot of coding style fixups.