Understanding File System (original) (raw)

Last Updated : 12 Jul, 2025

Prerequisite - File Systems in Operating System Files and folders are the non-detachable part of human life. We daily go through these two name and use them unknowingly. These files do have different types, that has been evolved as the requirement of the user and developers changed. Some tech giants build their own file system to increase the market of their products, they also did changes and enhanced the technology of storing file on any kind of storage. Some of the most popular file storage systems are: -

(i). FAT (i). NTFS (i). HFS (i). EXT

These are explained as following below. Figure - Popular File System

Max file size = 2GB Max volume size = 2TB

Max file size EXT4 = 16TB Max volume size EXT4 = 50TB

Which is the best File System ? Quality depends on its use cases, as we know in computer science world there is no best programming language similarly there is no best file system but has different implementations. Linux is most compatible with ext, Windows is with NTFS and FAT and Mac OS with HFS, AHFS. How to change File System of storage devices like pen drive and micro SD ? There are two ways:

  1. Formatting the drive, choose file system - you would lost all your data.
  2. Using some software - you won’t lose any data but have to install some software which could be paid or free.