In relazione alla risposta di alexwlchan:
In realtà credo che la differenza tra ciò che Finder segnala rispetto a df
sia che Finder come Moutain Lion (o anche Lion?) riporta lo spazio su disco in multipli di 1000 (cioè 1kB è 1000B, a differenza di 1024B). df
, che ha le sue radici in UNIX, credo utilizzi ancora la potenza di due sistemi. Nell'uomo per df vedrai:
-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.
quindi, se esegui df -H
potresti vedere numeri simili a quello che il Finder riporta, ma normalmente (cioè quando df
è invocato senza opzioni, o come df -b
, df -k
, df -m
, df -g
o df -h
) vedrai il numero in base alla potenza di 2.
In relazione alla domanda originale - ho notato anche circa 13 GB di spazio su disco in più. Penso che questo possa significare che i Mavericks arrivano con ancora meno ingombro, o forse che più cose sono compresse sul disco rispetto a ML?