0% found this document useful (0 votes)
6 views

2. Type of Linux File System

Uploaded by

Abhiram Das
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

2. Type of Linux File System

Uploaded by

Abhiram Das
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Author: Abhiram |DevOps Notes | abhiramdas99@gmail.

com

Type of Linux File System


Contents
Architecture............................................................................................................................................................... 1

Architecture

Ext: The file system is stand for Extended File System. It was primarily developed for minix OS . Now its obsolete.

Ext2: it’s the 1st file system that allowed to managing two terabyte of data

Ext3 : it’s the upgraded version of ext2, but not compatible for server , because its it support for file recovery and
snapshot

Ext4 : its very faster among all ext version. Its compatible with SSD disk and its default file system for all linux
distribution.

JFS file system : its stand for Journal File System developed by IBM for AIX Unix. It can also used in the place of of
ext 4

ReiserFS : its and alternative file system of ext3 . it’s a default file system for suse linux . this file system has lot of
drawback

xFS File system : Its faster than JFS, developed for parallel I/o processing. NASA still using this file system

BtrFS file system : its stand for B tree file system. its use for fault tolerance, repair system. its not good for the
production.

swap file system : its use for the memory paging in linux operating system for hibernation. It always more than the
size of RAM for storing the data

You might also like