Week 6: File and Folder Management in Windows
Besides the Internet browser, File
Explorer (Windows Explorer) is most likely the most used application in Windows.
Whether it's to save files, organize, or create a hierarchical folder structure, File Explorer does it all. It is seamless that we take it for granted,
but a lot goes into what was implemented in the background. Computer companies use different file and folder systems; today, we will discuss
Windows specifically.
To start, Windows uses the New Technology
file system (NTFS) to manage its file system. When creating an
account in the Windows system, by default, it will create a file system and default
folders like Music, Document, and other folders. The entire file system is managed
by the NTFS file system. The NFTS file system is quite powerful; it provides
features like encryption (for security), compression (to save data
effectively), and larger cluster sizes (up to 16TB partition by default). NTFS
permission also controls many aspects of files and folders, such as who can
access the files/folders or their control over the file and folder system. For
example, if I want somebody to read the files but do not have any other
control like editing or deleting, NTFS permission enables me to do that. Another
thing about NTFS is that it is compatible with MacOS and Linux to a certain degree.
It’s a little trivial thing that we
take for granted, but a lot of implementation and processing is happening
in the background. In this case, it's with the file system through the NTFS
that Windows uses.