Disk Space Checks : 

    One day, before I became an MSP using Disk space checks, my “C: drive” ran out of space. That day, some of the programs I use all the time began to slow down dramatically, some even froze. This is how some hard drives actually look inside your computer.

 Here is what happened, lets say this program can only show one screen at a time. when you go to another screen, this program writes the new pointer address  information about where the last screen is to the hard drive. When I go from the current screen back to that last screen, the program writes the address pointer of this current screen and reads the address pointer of the last screen and loads the last screen.    

   When you run out of space there is no more room to write pointers.

  

   The Disk Space Check, warns you before you completely run out of space.

   We set up this check to warn you by giving it a threshold. For instance, we usually set up a threshold for our SM Self-Monitoring partners to be alerted when they only have 10% of their disk space left.

    When this alert happens, their several things you can do to clean up your disk space to reclaim disk space. For example :

1 – Clear out your recycle bin.

2 – Delete microsoft temporary files.

     There are several other things you can do to get more disk space as well, but, you need to know when you are running out of disk space!

 

      In fact, capital “A” is 01000001 and lower case “a” is 01100001.

    A byte is made up of 8 bits. Each bit stores what can be considered an Electrical (RAM or memory) 0=Off and 1=on or Magnetic (hard drive) 0=Off and 1=on.

06/18/2025

Google search = “byte bits magnetic or electric”
AI Overview

Bits, the fundamental units of digital information, can be represented using either magnetic or electric means, depending on the storage medium. In magnetic storage like hard drives, a bit is represented by the magnetic polarity of a small area (e.g., north or south). In electronic storage, like RAM, a bit is represented by the presence or absence of an electrical charge (e.g., high or low voltage). 

 

   These days, hard drives even come in TB’s (Tera bytes). Here are how sizes break down in bytes.

 

https://solutionsreview.com/data-storage/data-storage-units-of-measurement-chart-from-smallest-to-largest/

Data Storage Units Chart: From Smallest to Largest

Unit

Shortened

Capacity

Bit

b

1 or 0 (on or off)

Byte

B

8 bits

Kilobyte

KB

1024 bytes

Megabyte

MB

1024 kilobytes

Gigabyte

GB

1024 megabytes

Terabyte

TB

1024 gigabytes

 

   On my latest laptop, I have 2 hard drives. My “C: drive” has 1 TB and my “D: drive” has 2 TB.