SlideShare ist ein Scribd-Unternehmen logo
1 von 27
Linux file system –
input and output
p.Vijaya priya
I- Msc (cs)
BY
Linux
 The Linux kernel is an open – source
monolithic Unix- like computer operating system
kernel.
 Its basic design from principles established in
Unix during the 1970s and 1980s.
 Linux is a small UNIX system. Version 1.o
released in 1944, 2.2 in 1999.
today used on 7-10 million corporate computer
network and web servers.
 A Linux file system is a structured collection
Of files on a disk drive or a partition.
A partition is a segment of memory and contains
some specific data.
 In our machine ,there can be various partitions
Of the memory .generally , every partition
Contains a file system
 The general- purpose computer system needs
To store data systematically so that we can easily
access the files less time.
Linux file system
 It stores the data on disks (HDD) or some
Equivalent storage type.
There may be below reasons for maintaining
The file system :
 primarily the computer saves data to the RAM
Storage; it may be lose the data if it gets turned
Off.
 Data storage is preferred on hard drives as
compared to standard RAM costs more than disk
Space.
What is the Linux file system ?
Linux files system is generally a built-in layer of a
Linux operating system used to handle the data
Management of the storage.
It helps to arrange the files on the disk storage.
It manages the files name ,file size, creation data,
And much more information about a file.
Types of linux file system
1.ext,ext2, ext3 and ext4 file system
 The file system Ext stands for Extended file
system. It was primarily developed for MINI os.
The Ext file system is an older version, and is no
Longer used due to some limitations.
Ext 2:
is the first linux file system that allows managing
Two terabytes data.
Ext4: file system is the faster file system among
All the ext file systems.
It is a very compatible option for the SSD(solid
-state drive) disks , and it is the default file
system in linux distribution.
Ext3 : is developed through ext2; it is an upgraded
Version of ext2 and contains backward
Compatibility.
2. JFS file system
 JFS stands for journaled file system, and it is
Developed by IBM for AIX Unix.
 It is an alternative to the Ext file system it can
Also be used in place of Ext4, where stability
Is need with few resources.
 It is handy file system when CPU power is
Limited.
3. ReiserFS file system
ReiserFs is an alternative to the Ext3 file system.
It has improved performance and advanced
Features.
 The reiserFS was used as the default file system
in SUSE returned to Ext3.
4.XFS file system
 XFS file system was considered as high –speed
JFS, which is developed for parallel I/O
processing
5. Btrfs file system
 Btrfs stands for the B tree file system.
 It is used for fault tolerance, repair
system, fun administration, extensive
storage configuration, and more
 It is not a good suit for production.
6.Swap file system
 Is used for memory paging in linux operating
system during the system hibernation.
Linux file system structure
Linux file system features
Some key features of Linux file system
Are as following:
 Specific paths
 Partition ,directories, and drives
 Case sensitivity
 File extensions
 Hidden files
Input and output
Linux
 The Linux device –oriented file system
accesses disk storage through two caches :
 Data is caches in the page cache, which is
unified with the virtual memory system.
 Metadata is caches in the buffer cache, a
separate cache indexed by the physical block.
Input and output
 Linux splits all devices into three
classes :
 Block devices allow random access to completely
independent, fixed size blocks of data.
 Character devices include most other devices;
They don’t need to support the functionality
Of regular files.
 Network devices are interfaced via the kernels ’s
Networking subsystem
Diagram
Output redirection on Linux
Thank you

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Linux and windows file system
Linux and windows  file systemLinux and windows  file system
Linux and windows file system
 
FAT vs NTFS
FAT vs NTFSFAT vs NTFS
FAT vs NTFS
 
Linux commands Class 5 - 8 oct 2021
Linux commands Class 5 - 8 oct 2021Linux commands Class 5 - 8 oct 2021
Linux commands Class 5 - 8 oct 2021
 
File system
File systemFile system
File system
 
Linux passwords class 4
Linux passwords class 4Linux passwords class 4
Linux passwords class 4
 
Linux standard file system
Linux standard file systemLinux standard file system
Linux standard file system
 
Operating Systems - Implementing File Systems
Operating Systems - Implementing File SystemsOperating Systems - Implementing File Systems
Operating Systems - Implementing File Systems
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Windows file system
Windows file systemWindows file system
Windows file system
 
Fat and ntfs
Fat and ntfsFat and ntfs
Fat and ntfs
 
Fat 32 file system
Fat 32 file systemFat 32 file system
Fat 32 file system
 
Seminar 1
Seminar 1Seminar 1
Seminar 1
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xp
 
File System FAT And NTFS
File System FAT And NTFSFile System FAT And NTFS
File System FAT And NTFS
 
Windows File Systems
Windows File SystemsWindows File Systems
Windows File Systems
 
Ntfs and computer forensics
Ntfs and computer forensicsNtfs and computer forensics
Ntfs and computer forensics
 
Resilient file system
Resilient file systemResilient file system
Resilient file system
 
FILE SYSTEMS IN WINDOWS OPERATING SYSTEMS
FILE SYSTEMS IN WINDOWS OPERATING SYSTEMSFILE SYSTEMS IN WINDOWS OPERATING SYSTEMS
FILE SYSTEMS IN WINDOWS OPERATING SYSTEMS
 
Linux file system nevigation
Linux file system nevigationLinux file system nevigation
Linux file system nevigation
 
Xfs file system for linux
Xfs file system for linuxXfs file system for linux
Xfs file system for linux
 

Ähnlich wie Os

linuxfilesystem-180727181106 (1).pdf
linuxfilesystem-180727181106 (1).pdflinuxfilesystem-180727181106 (1).pdf
linuxfilesystem-180727181106 (1).pdfShaswatSurya
 
Files and directories in Linux 6
Files and directories  in Linux 6Files and directories  in Linux 6
Files and directories in Linux 6Meenakshi Paul
 
Linux File System.docx
Linux File System.docxLinux File System.docx
Linux File System.docxBhuvanaR13
 
File system Os
File system OsFile system Os
File system OsNehal Naik
 
linux file sysytem& input and output
linux file sysytem& input and outputlinux file sysytem& input and output
linux file sysytem& input and outputMythiliA5
 
File system security
File system securityFile system security
File system securityAmmAr mobark
 
Do journaling filesystems guarantee against corruption after a power failure (1)
Do journaling filesystems guarantee against corruption after a power failure (1)Do journaling filesystems guarantee against corruption after a power failure (1)
Do journaling filesystems guarantee against corruption after a power failure (1)Rudhramoorthi Andiappan
 
The Storage Systems
The Storage Systems The Storage Systems
The Storage Systems Dhaivat Zala
 
Disk and File System Management in Linux
Disk and File System Management in LinuxDisk and File System Management in Linux
Disk and File System Management in LinuxHenry Osborne
 
The Evolution of Storage on Linux - FrOSCon - 2015-08-22
The Evolution of Storage on Linux - FrOSCon - 2015-08-22The Evolution of Storage on Linux - FrOSCon - 2015-08-22
The Evolution of Storage on Linux - FrOSCon - 2015-08-22Lenz Grimmer
 
The evolution of storage on Linux
The evolution of storage on Linux The evolution of storage on Linux
The evolution of storage on Linux it-novum
 
Distributed File System
Distributed File SystemDistributed File System
Distributed File SystemNtu
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xpashubhardwaj03
 
Microsoft Windows File System in Operating System
Microsoft Windows File System in Operating SystemMicrosoft Windows File System in Operating System
Microsoft Windows File System in Operating SystemMeghaj Mallick
 
Unix and shell programming | Unix File System | Unix File Permission | Blocks
Unix and shell programming | Unix File System | Unix File Permission | BlocksUnix and shell programming | Unix File System | Unix File Permission | Blocks
Unix and shell programming | Unix File System | Unix File Permission | BlocksLOKESH KUMAR
 

Ähnlich wie Os (20)

linuxfilesystem-180727181106 (1).pdf
linuxfilesystem-180727181106 (1).pdflinuxfilesystem-180727181106 (1).pdf
linuxfilesystem-180727181106 (1).pdf
 
Files and directories in Linux 6
Files and directories  in Linux 6Files and directories  in Linux 6
Files and directories in Linux 6
 
Linux File System.docx
Linux File System.docxLinux File System.docx
Linux File System.docx
 
File system Os
File system OsFile system Os
File system Os
 
linux file sysytem& input and output
linux file sysytem& input and outputlinux file sysytem& input and output
linux file sysytem& input and output
 
File system security
File system securityFile system security
File system security
 
Do journaling filesystems guarantee against corruption after a power failure (1)
Do journaling filesystems guarantee against corruption after a power failure (1)Do journaling filesystems guarantee against corruption after a power failure (1)
Do journaling filesystems guarantee against corruption after a power failure (1)
 
The Storage Systems
The Storage Systems The Storage Systems
The Storage Systems
 
Disk and File System Management in Linux
Disk and File System Management in LinuxDisk and File System Management in Linux
Disk and File System Management in Linux
 
The Evolution of Storage on Linux - FrOSCon - 2015-08-22
The Evolution of Storage on Linux - FrOSCon - 2015-08-22The Evolution of Storage on Linux - FrOSCon - 2015-08-22
The Evolution of Storage on Linux - FrOSCon - 2015-08-22
 
The evolution of storage on Linux
The evolution of storage on Linux The evolution of storage on Linux
The evolution of storage on Linux
 
009709863.pdf
009709863.pdf009709863.pdf
009709863.pdf
 
Distributed File System
Distributed File SystemDistributed File System
Distributed File System
 
File system
File systemFile system
File system
 
File system
File systemFile system
File system
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xp
 
Microsoft Windows File System in Operating System
Microsoft Windows File System in Operating SystemMicrosoft Windows File System in Operating System
Microsoft Windows File System in Operating System
 
Operating system
Operating systemOperating system
Operating system
 
File system
File systemFile system
File system
 
Unix and shell programming | Unix File System | Unix File Permission | Blocks
Unix and shell programming | Unix File System | Unix File Permission | BlocksUnix and shell programming | Unix File System | Unix File Permission | Blocks
Unix and shell programming | Unix File System | Unix File Permission | Blocks
 

Mehr von sakthibalabalamuruga (14)

Software engineering
Software engineeringSoftware engineering
Software engineering
 
Software engineering
Software  engineeringSoftware  engineering
Software engineering
 
web programming
web programmingweb programming
web programming
 
compiler design
compiler designcompiler design
compiler design
 
Bigdata
BigdataBigdata
Bigdata
 
Apache mahout and R-mining complex dataobject
Apache mahout and R-mining complex dataobjectApache mahout and R-mining complex dataobject
Apache mahout and R-mining complex dataobject
 
Computer network
Computer networkComputer network
Computer network
 
Operating system
Operating systemOperating system
Operating system
 
Rdbms
RdbmsRdbms
Rdbms
 
Rdbms
RdbmsRdbms
Rdbms
 
Rdbms
RdbmsRdbms
Rdbms
 
Encoding
EncodingEncoding
Encoding
 
Data structure and algorithm
Data structure and algorithmData structure and algorithm
Data structure and algorithm
 
Remote method invocatiom
Remote method invocatiomRemote method invocatiom
Remote method invocatiom
 

Kürzlich hochgeladen

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 

Kürzlich hochgeladen (20)

Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 

Os

  • 1. Linux file system – input and output p.Vijaya priya I- Msc (cs) BY
  • 2.
  • 3. Linux  The Linux kernel is an open – source monolithic Unix- like computer operating system kernel.  Its basic design from principles established in Unix during the 1970s and 1980s.  Linux is a small UNIX system. Version 1.o released in 1944, 2.2 in 1999. today used on 7-10 million corporate computer network and web servers.
  • 4.  A Linux file system is a structured collection Of files on a disk drive or a partition. A partition is a segment of memory and contains some specific data.  In our machine ,there can be various partitions Of the memory .generally , every partition Contains a file system  The general- purpose computer system needs To store data systematically so that we can easily access the files less time. Linux file system
  • 5.  It stores the data on disks (HDD) or some Equivalent storage type. There may be below reasons for maintaining The file system :  primarily the computer saves data to the RAM Storage; it may be lose the data if it gets turned Off.  Data storage is preferred on hard drives as compared to standard RAM costs more than disk Space.
  • 6. What is the Linux file system ? Linux files system is generally a built-in layer of a Linux operating system used to handle the data Management of the storage. It helps to arrange the files on the disk storage. It manages the files name ,file size, creation data, And much more information about a file.
  • 7. Types of linux file system
  • 8. 1.ext,ext2, ext3 and ext4 file system  The file system Ext stands for Extended file system. It was primarily developed for MINI os. The Ext file system is an older version, and is no Longer used due to some limitations. Ext 2: is the first linux file system that allows managing Two terabytes data.
  • 9. Ext4: file system is the faster file system among All the ext file systems. It is a very compatible option for the SSD(solid -state drive) disks , and it is the default file system in linux distribution. Ext3 : is developed through ext2; it is an upgraded Version of ext2 and contains backward Compatibility.
  • 10. 2. JFS file system  JFS stands for journaled file system, and it is Developed by IBM for AIX Unix.  It is an alternative to the Ext file system it can Also be used in place of Ext4, where stability Is need with few resources.  It is handy file system when CPU power is Limited.
  • 11. 3. ReiserFS file system ReiserFs is an alternative to the Ext3 file system. It has improved performance and advanced Features.  The reiserFS was used as the default file system in SUSE returned to Ext3. 4.XFS file system  XFS file system was considered as high –speed JFS, which is developed for parallel I/O processing
  • 12. 5. Btrfs file system  Btrfs stands for the B tree file system.  It is used for fault tolerance, repair system, fun administration, extensive storage configuration, and more  It is not a good suit for production. 6.Swap file system  Is used for memory paging in linux operating system during the system hibernation.
  • 13. Linux file system structure
  • 14. Linux file system features
  • 15. Some key features of Linux file system Are as following:  Specific paths  Partition ,directories, and drives  Case sensitivity  File extensions  Hidden files
  • 17.  The Linux device –oriented file system accesses disk storage through two caches :  Data is caches in the page cache, which is unified with the virtual memory system.  Metadata is caches in the buffer cache, a separate cache indexed by the physical block. Input and output
  • 18.  Linux splits all devices into three classes :  Block devices allow random access to completely independent, fixed size blocks of data.  Character devices include most other devices; They don’t need to support the functionality Of regular files.  Network devices are interfaced via the kernels ’s Networking subsystem
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 26.