** Changed in: nautilus
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/571510

Title:
  Disk properties sheet reports wrong used space

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: nautilus

  When viewing the properties of a disk, it reports total size, free
  space, and used space.  The used space appears to be wrong.  I have an
  empty disk that df -h reports as:

  size     used   avail
  746G  197M  708G

  But the properties window says the capacity is 745.4 GB, with 707.4 GB
  free, which agrees so far, but for used space, it says 38.1 GB.

  My guess as to what is going on is that nautilus is ignoring the
  values returned by statfs() which df reports for the used space, and
  calculating what it thinks the used space is by subtracting free from
  total.  The kernel normally reserves 5% of the disk for root, so
  statfs() reports a smaller avail size to normal users.  Quotas also
  will cause avail to be less than size - used.  Nautilus should report
  the used space according to statfs().

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/571510/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to