Skip to content

Tag Archives: file systems

Linux File System - Part 2

13-Sep-08

Let’s continue where I left my previous post on Linux file system, with information on different file systems commonly present in most distributions and small comparison between them.
ext2:
ext2 (or second extended file system) is the oldest file system for Linux still in use, and until recently one of the most famous. It was created to [...]

Linux File Systems

01-Sep-08

File system is a system to store and access the files (and directories) on any computer. Usually users don’t have to worry about which file system they are using, operating systems take care of it all. Though knowing their strength and weaknesses can sometimes help one to choose better option depending on the scenario.
There are [...]