Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
if the drive is near full get another to move stuff to or clone the os to a new larger drive
The amount of space to leave available is just preference. You won't damage or cripple the drive using most of the space. And you're free to move files if you go over whatever arbitrary amount you're comfortable with.
The space disparity is a common question and it comes down to manufacturing using the actual SI prefix definitions for kilo, mega, giga, tera.
1 GB = 10^9 Byte = 1,000,000,000 Byte (what's used in drive marketing)
1 GiB = 2^30 Byte = 1,073,741,824 Byte (what's used by the PC)
So your drive is sold as having 512,000,000,000 bytes. If you take 512,000,000,000 / 1,073,741,824 = 476.837
If you wanted to have 512GB on your PC, 1,073,741,824 * 512 = 549.76GB or ~549,760,000,000 bytes is what the drive would be marketed as. This has been the status quo for decades. We didn't notice it as much when drives were measured in MB or even tens of GB. But the larger drives become the more inaccurate the base10 SI prefixes become in a base2 world. At 1KB 1024 vs 1000 isn't too far off. But you multiply that a few billion times, 24 bytes starts to add up into real space. A 1TB drive is closer to 900GB than it is to 1TB, for example (about 931GB)
In practical use I personally do not go below %30 free space, I have seen my kids pc with %8 free space crawl to a snails pace and once i freed space to %20 or more it was back to normal
trim is what ssd is supposed to use
It is the case for most manufacturers, to list HDDs and SSDs capacity as GB, where 1GB = 1000MB.
A computer calculates GB as power of 2, that is 1GB = 1024MB. Also known as GiB, or Gibibyte.
So 512GB = 476.837GiB
EDUT: I realised Brockenstein above already explained this