एलेक्सवचन के उत्तर के संबंध में:
वास्तव में मुझे विश्वास है कि फाइंडर की तुलना में जो अंतर df
है, वह यह है कि फाइंडर के रूप में माउटेन लायन (या यहां तक कि शेर?) 1000 के गुणक में डिस्क स्थान की रिपोर्ट करता है (अर्थात 1kB 1000B है, जो 1024B के विपरीत है)। df
UNIX में इसकी जड़ें होने से, मेरा मानना है कि अभी भी दो प्रणाली की शक्ति का उपयोग करता है। Df के लिए आदमी में आप देखेंगे:
-b Use (the default) 512-byte blocks. This is only useful as a way
to override an BLOCKSIZE specification from the environment.
-g Use 1073741824-byte (1-Gbyte) blocks rather than the default.
Note that this overrides the BLOCKSIZE specification from the
environment.
-H "Human-readable" output. Use unit suffixes: Byte, Kilobyte,
Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the
number of digits to three or less using base 10 for sizes.
-h "Human-readable" output. Use unit suffixes: Byte, Kilobyte,
Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the
number of digits to three or less using base 2 for sizes.
-k Use 1024-byte (1-Kbyte) blocks, rather than the default. Note
that this overrides the BLOCKSIZE specification from the environ-
ment.
-m Use 1048576-byte (1-Mbyte) blocks rather than the default. Note
that this overrides the BLOCKSIZE specification from the environ-
ment.
इसलिए, यदि आप चलाने df -H
आप खोजक क्या रिपोर्ट के समान संख्या देख सकते हैं, लेकिन आम तौर पर (यानी जब df
कोई विकल्प के साथ शुरू हो जाती है, या के रूप में df -b
, df -k
, df -m
, df -g
या df -h
) आप 2 की शक्ति के आधार पर दिखाई देंगे।
मूल प्रश्न के संबंध में - मैंने लगभग 13GB अधिक डिस्क स्थान पर भी ध्यान दिया है। मुझे लगता है कि इसका मतलब यह हो सकता है कि मावेरिक्स भी कम ब्लोट के साथ आता है, या हो सकता है कि एमएल की तुलना में डिस्क पर अधिक सामान संकुचित हो?