CS 2301 Programming Assignment Unit 7
CS 2301 Programming Assignment Unit 7
ANASTASIOS TSOURNOS
Introduction
In this exercise, we will explore the NTFSInfo utility tool. By the end of this exercise,
we should understand why the tool is important and the sort of information it provides. We’ll
start by running the tool and taking a screenshot of what pops up.
A sector is the smallest partition of physical storage n a hard drive. Its size is roughly 512
bytes. So, my computer has a total of 1,922,232,319 sectors, each holding roughly 512 bytes
of data.
The total number of clusters is 240,279,039. A cluster is a reserved space for data content that
can hold one or a series of sectors. Number of sectors is represented to a power of 2. The only
odd number a sector can have is 1, all the rest have to be a power of 2.
There is a total of 211,325,954 free clusters which using the table below translates to
C98940216.
Conclusion
The NTFSInfo is an invaluable utility tool that helps us put into context what seem to be just
numbers on screen. It gives us meaningful information about NTFS volumes. It gives details
of the allocation size, the cluster and sector sizes, as well as the location and drive space
allocated to the MFT-Zone in a drive.
References
Markruss. (n.d.). NTFSInfo - Windows Sysinternals. Retrieved May 24, 2021, from
https://docs.microsoft.com/en-us/sysinternals/downloads/ntfsinfo