File System : is it so hard to understand ?
FileSystem. You just read the title and thinking “Huh! It’s a big word and only for windows troubleshooters and geeks, I am just an average user, what I have to do with this” . Am I right ? Well, two things :-
If I am right : Spend 5 minutes reading this post and on 6th minute you will say (Write down yourself what you gotta say in comments)
If I am wrong : It means you have interest in this post so go on reading and write down your opinion too in comment box below.
[stextbox id="info"]What is the FileSytem or File System [/stextbox]
A file system (sometimes written as filesystem) is a method of storing and organizing arbitrary collections of data, in a form that is human-readable. A file system organizes data into an easy-to-manipulate database of human-readable names for the data, usually with a human-readable hierarchical organization of the data, for the storage, organization, manipulation, and retrieval by the computer’s operating system. Each discrete collection of data in a file system is referred to as a computer file.
This is what Wikipedia says about FileSystem. Easy to grab ? I don’t think so. Let’s see how we can digest it more easily.
Think about the webpage you are reading or a newspaper. What it contains ? English Letters. Some Caps and some small. Those few characters together makes a word and few words makes a sentence. Few sentence makes a paragraph and then a set of paragraph makes a human readable page. I would say more effective word would be Human Understandable because a human can even read all the words and letters even if they are not in correct order but cannot understand it easily until those are in correct order. A newspaper or webpage also have something called “homepage” which have an index of what your site or papers internal pages contain otherwise you wont be able to go through the inner articles/news
Same thing goes for computer as well. Assume
- English Letters (A,b,c,d) = bits
- Words (Collection of letters) = Bytes (8 bits = 1 Bytes)
- Sentence (collection of n Words) = Sector (collection of 512 Bytes)
- Paragraph (collection of sentences) = Cluster ( collection of n sector)
- A Complete article (many sentences) = A file (Collection of clusters)
On top of above,
The way all the raw letters are organized on this webpage is called “Script”. There are different types of scripts. The Script we use is “Roman”.
The way all raw data are organized on the hard disk is called “FileSystem”. There are different type of “File system Formats”. The file system Microsoft windows use is called as “windows filesystem format”. The File system formats comes under this is “NTFS” , “FAT”, CDFS and UDF File system formats.
So, Basically the way your files are stored on your hard drive is handled by your file system.A good file system format should have below features :-
- Recoverability : Ability to recover the data without much hassle in case of accidental deletes.
- Security : Nowadays, Security is big concern so it should meet the security criteria’s to use the computer more efficintly in multi user environment as well as single user.
- Data Redundancy and Fault Tolerance : will we say a file system an ideal FS without Data Redundancy in large server environment
- Compression : To reduce the disk space utilization and squuze down the data in small chunks compression is almost must.
- Encryption : Capability to encrypt the data o file system level should be a feature of an ideal FS for mission critical servers.
- Large Files : Nowadays, we plays in large files. A file system not supporting large files cannot be considered a good FS to work with.
- Indexing : Last but not least. Without a good index, It won’t be easier to find things from a large store room.
The Good news is, NTFS file system used nowadays in windows meets all the criteria above
I think above will give you a basic idea of what file system means. In further posts we will see each file system formats in details with comparison.
4:57 —– 4:58 —– 4:59 …Time up
[stextbox id="alert"]5 minute passed..As said above, now it’s your turn to write down what you think .Did you get it or it was confusing ?[/stextbox]
If you are windows XP user, You should read “ 6 Tips for optimal performance“ . For windows 7 users “User Account Control in windows 7 : How it protects the computer” would be helpful to understand things.
Are you a blogger or thinking of being one ? Then “A golden opportunity for new bloggers” is waiting for you.


(1 votes, average: 4.00 out of 5)
Excellent post Subhash, very informative and easy to understand explanation..
Thanks Dipak. Its good to see that you were interested..
Thanks friend for this awesome information. It is explanatory and insightful
Thanks Olawale for keep visiting. your words makes me feel i m doing something worthy. thnak you.
Pretty interesting and easy to understand post … Truly awesome
Hi salman,
Thanks very much for you compliance.
nice explanation. you are good in techs
hi Atish, Thank you for keep landing here
.
Nice article Subhash Bhai
keep it UP
Jai Mata Di,
Yash
Oye Yash,
I am surprised to see you here..
Lage raho
Very nice.
Thanks for sharing this article!
hi Suraj,
Thanks for keep landing..:)
It’s easy to understand the file system with your tutorials.
gud informative post !
hey Aamir, thanks for dropping here. hope you found something useful.
I am not at all into technology at any level more than just using it with extremely basic understanding. So to be honest, when i opened the post, it was with the mindset of just seeing it (as i won’t understand anything)… that’s until your opening sentence caught my eye and created interest.
And i’m happy I did come here, u’ve made the whole concept so understandable… applauds for that.
Am going to be a regular visitor around here now.
HI Janhvi,
Thanks for the kind words. I am glad you liked it. Thank you.
I liked your article is an interesting technology
thanks to google I found you
well explained. It helps to understand basics of file system.
NIce to see you back again. Hope you got something useful.
Awesome post. Now everything makes sense, at the basic level at least. More people should read this spread the word around! File system is the most important part of a personal computer, besides the fundamentals that make it work.