SlideShare a Scribd company logo
1 of 25
Tanveer Ahmed 
329 
Presentation 
DIT(1st) 
OS (NTFS, FAT) 
Submitted : Sir MEHMOOD 
12/3/2014 1
What Is a File System? 
• The organizational method used by an OS to store 
files and folders on a secondary storage device 
– FAT (file allocation table) file system 
– Files and directories 
– File naming conventions 
– File organization 
– Partitions and logical drives on a hard drive 
12/3/2014 2
File Allocation Table 
FAT File System 
12/3/2014 3
FAT File System 
File allocation table – where the OS records how the disk 
space is used. 
The File Allocation Table (FAT) file system is a simple file 
system originally designed for small disks and simple folder 
structures. 
The FAT file system is named for its method of organization, the 
file allocation table, which resides at the beginning of the 
volume. 
12/3/2014 4
File Systems 
• FAT 16 – oldest, created for DOS, supported by 
most OSs’, cannot be installed on partitions larger 
than 2 GB, or on hard drives larger than 4GB. 
• FAT 32 – supports disks from 512 to 2TB, 
compatible with Windows 98 and up 
12/3/2014 5
Each FAT type has its limits; this table displays these limits: 
FAT type Max Clusters Cluster sizes Max volume size 
FAT12 4,086 0.5 to 4KB 
16,736,256 bytes 
(16MB) 
FAT16 65,526 2KB to 32KB 
2,147,483,648 bytes 
(2GB) 
FAT32 268,435,456 4KB to 32KB 
8,796,093,022,208 bytes 
(8TB) 
FAT Limitations 
12/3/2014 6
Showing FAT16 in the 
HDD Properties Window 
File System Types 
12/3/2014 7
Converting FAT16 to FAT32 
 At the command prompt: 
Cvt1.exe 
 This will allow you to convert a FAT16 file 
system to a FAT32 system without losing any 
data. 
Converting FAT to NTFS 
 At the command prompt: 
Convert.exe 
 This will allow you to convert a FAT16 or FAT32 
file system to a NTFS system without losing any 
data. 
12/3/2014 8
New Technology File System 
NTFS 
12/3/2014 9
NTFS System Files 
NTFS is a high-performance, self-healing file system 
proprietary to Windows XP and later. Features include 
• File-level security, compression, and auditing 
• Support for large volumes and powerful storage 
solutions such as built-in RAID support 
• The ability to encrypt files and folders to protect your 
sensitive data 
• More efficient drive management due to its smaller 
cluster size capabilities 
• Support for very large drives made possible by its 64- 
bit clustering arrangement 
• Recoverable file system capabilities 
12/3/2014 10
RAID is a data storage technology that combines multiple 
Disk Drives components into a logical unit for the 
purposes of data redundancy and performance 
improvement. Data is distributed across the drives in one 
of several ways, referred to as Raid Levels, depending on 
the specific level of redundancy and performance required 
12/3/2014 11
12 
NTFS System Files 
This design makes file access very fast. Consider, for 
example, the FAT file system, which uses a file allocation 
table to list the names and addresses of each file. FAT 
directory entries contain an index into the file allocation 
table. When you want to view a file, FAT first reads the file 
allocation table and assures that it exists. Then FAT 
retrieves the file by searching the chain of allocation units 
assigned to the file. With NTFS, as soon as you look up the 
file, it's there for you to use. 
12/3/2014
• NTFS has always had the ability to detect 
metadata corruptions 
– Its response was to: 
• Mark the volume as corrupt 
• Fail the operation 
• With self-healing NTFS can not only detect 
corruptions but it can also repair some 
corruptions 
– Only repairs certain MFT related corruptions 
– Repairs failure without failing operation 
13 
Self-healing
NTFS File Encryption 
The Encrypting File System (EFS) provides the core file 
encryption technology used to store encrypted files on NTFS 
volumes. EFS keeps files safe from intruders who might gain 
unauthorized physical access to sensitive, stored data (for 
example, by stealing a portable computer or external disk 
drive). 
12/3/2014 14
NTFS File Encryption 
Encryption is transparent to the user who encrypted the file; 
the system automatically decrypts the file or folder when the 
user accesses it. When the file is saved, encryption is 
reapplied. Users who are not authorized to access the 
encrypted files or folders transparently receive an “Access 
denied” message if they try to open, copy, move, or rename 
the encrypted file or folder. 
12/3/2014 15
NTFS File Encryption 
• To use Windows Explorer to encrypt a file, open the 
File Property Window by right-clicking on the file 
name. Click Advanced... The Advanced 
Attributes dialog will be opened, allowing you to 
mark the file as encrypted.by command in cmd 
cipher.exe 
12/3/2014 16
NTFS File Encryption 
• Before saving new settings Windows will prompt the user to encrypt 
only the file or the whole folder. It address a very important issue - 
while the file itself could be perfectly protected, the application which 
opens the file may create temporary copies of the file while working 
with the document. 
• The example is Microsoft Word. When the user opens an encrypted 
document, EFS decrypts it transparently for Word. Then during the 
work, Word creates a temporary hidden file where it automatically 
saves the document in the process of editing, and deletes it on the 
exit. This hidden file presents a real breach in security because it 
contains user data in plain (not encrypted) form. Encrypting the whole 
folder instead of only the file solves this problem. 
12/3/2014 17
NTFS File Encryption 
12/3/2014 18
NTFS5 
• Windows 2000 and up features an improved NTFS, 
referred to as NTFS5 and NTFS6. These versions 
enable administrators to establish user hard disk 
quotas limiting the amount of hard drive space 
users can have access to. 
• The NTFS system also offers enhanced system 
security. 
• Windows 2000+ provides an encrypted file system 
and secure network protocol and authentication 
standards. 
12/3/2014 19
NTFS vs. FAT 
Criteria NTFS5 NTFS FAT32 FAT16 
Operating 
System 
Windows 
2000, 
Windows XP 
Windows 
NT, 
Windows 
2000, 
Windows XP 
Windows 98, 
Windows 
ME, 
Windows 
2000, 
Windows XP 
DOS, 
All versions 
of 
Microsoft 
Windows 
12/3/2014 20
Criteria NTFS5 NTFS FAT32 FAT16 
Limitations 
Max Volume 
Size 
256TB 256TB 2TB 2GB 
Max Files on 
Volume 
Nearly 
Unlimited 
Nearly 
Unlimited 
Nearly 
Unlimited 
~65000 
Max File Size 
Limited by 
Volume Size 
Limited by 
Volume Size 
4GB 2GB 
Max Clusters 
Number 
Nearly 
Unlimited 
Nearly 
Unlimited 
268435456 65535 
Max File 
Name Length 
Up to 255 
characters 
Up to 255 
characters 
Up to 255 
characters 
Standard – 8.3 
Extended – up 
to 255 
NTFS vs. FAT 
12/3/2014 21
NTFS vs. FAT 
Criteria NTFS5 NTFS FAT32 FAT16 
File System Features 
Unicode File 
Names 
Unicode 
Character Set 
Unicode 
Character Set 
System 
Character Set 
System 
Character Set 
System Records 
Mirror 
MFT Mirror 
File 
MFT Mirror 
File 
Second Copy 
of FAT 
Second Copy 
of FAT 
Boot Sector 
Location 
First and Last 
Sectors 
First and Last 
Sectors 
First Sector First Sector 
File Attributes 
Standard and 
Custom 
Standard and 
Custom 
Standard Set Standard Set 
Alternate 
Streams 
Yes Yes No No 
Compression Yes Yes No No 
12/3/2014 22
NTFS vs. FAT 
Criteria NTFS5 NTFS FAT32 FAT16 
File System Features 
Encryption Yes No No No 
Object 
Yes Yes No No 
Permissions 
Disk Quotas Yes No No No 
Sparse Files Yes No No No 
Reparse 
Yes No No No 
Points 
Volume 
Mount Points 
Yes No No No 
12/3/2014 23
NTFS vs. FAT 
Criteria NTFS5 NTFS FAT32 FAT16 
Overall Performance 
Built-In 
Security 
Yes Yes No No 
Recoverability Yes Yes No No 
Performance 
Low on small 
volumes, 
High on Large 
Low on small 
volumes, 
High on Large 
High on small 
volumes, 
Low on large 
Highest on 
small volumes, 
Low on large 
Disk Space 
Economy 
Max Max Average 
Minimal on 
large volumes 
Fault Tolerance Max Max Minimal Average 
12/3/2014 24
THANKYOU  
END 
SHOW 
12/3/2014 25

More Related Content

What's hot

Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Ajay Panchal
 
Presentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) BasicsPresentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) BasicsKuber Chandra
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating systemtittuajay
 
Lecture 8 disk management
Lecture 8 disk managementLecture 8 disk management
Lecture 8 disk managementTanveer Malik
 
Disk management server
Disk management serverDisk management server
Disk management serveranilinvns
 
Fat 32 file system
Fat 32 file systemFat 32 file system
Fat 32 file systemkeshav546
 
File system Os
File system OsFile system Os
File system OsNehal Naik
 
NTFS file system
NTFS file systemNTFS file system
NTFS file systemRavi Yasas
 
booting steps of a computer
booting steps of a computerbooting steps of a computer
booting steps of a computerAnusha Babooa
 
File System and File allocation tables
File System and File allocation tablesFile System and File allocation tables
File System and File allocation tablesshashikant pabari
 

What's hot (20)

Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...Disk management / hard drive partition management / create drive or partition...
Disk management / hard drive partition management / create drive or partition...
 
Boot process
Boot processBoot process
Boot process
 
RAID LEVELS
RAID LEVELSRAID LEVELS
RAID LEVELS
 
Disk Management
Disk ManagementDisk Management
Disk Management
 
Presentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) BasicsPresentation On RAID(Redundant Array Of Independent Disks) Basics
Presentation On RAID(Redundant Array Of Independent Disks) Basics
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating system
 
File System FAT And NTFS
File System FAT And NTFSFile System FAT And NTFS
File System FAT And NTFS
 
Lecture 8 disk management
Lecture 8 disk managementLecture 8 disk management
Lecture 8 disk management
 
RAID
RAIDRAID
RAID
 
Disk management server
Disk management serverDisk management server
Disk management server
 
Fat 32 file system
Fat 32 file systemFat 32 file system
Fat 32 file system
 
Windows File Systems
Windows File SystemsWindows File Systems
Windows File Systems
 
FAT vs NTFS
FAT vs NTFSFAT vs NTFS
FAT vs NTFS
 
File system Os
File system OsFile system Os
File system Os
 
Linux file system
Linux file systemLinux file system
Linux file system
 
NTFS file system
NTFS file systemNTFS file system
NTFS file system
 
booting steps of a computer
booting steps of a computerbooting steps of a computer
booting steps of a computer
 
File System and File allocation tables
File System and File allocation tablesFile System and File allocation tables
File System and File allocation tables
 
Linux File System
Linux File SystemLinux File System
Linux File System
 
Ext filesystem4
Ext filesystem4Ext filesystem4
Ext filesystem4
 

Viewers also liked

Windows logging cheat sheet
Windows logging cheat sheetWindows logging cheat sheet
Windows logging cheat sheetMichael Gough
 
The Future of Digital Forensics
The Future of Digital ForensicsThe Future of Digital Forensics
The Future of Digital Forensics00heights
 
G Infomgnt
G InfomgntG Infomgnt
G InfomgntCTIN
 
Files and Folders in Windows 7
Files and Folders in Windows 7Files and Folders in Windows 7
Files and Folders in Windows 7RIAH ENCARNACION
 
Sadfe2007
Sadfe2007Sadfe2007
Sadfe2007CTIN
 
Corporate Public Investigations
Corporate Public InvestigationsCorporate Public Investigations
Corporate Public InvestigationsCTIN
 
Nra
NraNra
NraCTIN
 
Translating Geek To Attorneys It Security
Translating Geek To Attorneys It SecurityTranslating Geek To Attorneys It Security
Translating Geek To Attorneys It SecurityCTIN
 
Level1 Part8 End Of The Day
Level1 Part8 End Of The DayLevel1 Part8 End Of The Day
Level1 Part8 End Of The DayCTIN
 
Sleuth kit by echavarro - HABEMUSHACKING
Sleuth kit by echavarro - HABEMUSHACKINGSleuth kit by echavarro - HABEMUSHACKING
Sleuth kit by echavarro - HABEMUSHACKINGEduardo Chavarro
 
Windows 8 Forensics & Anti Forensics
Windows 8 Forensics & Anti ForensicsWindows 8 Forensics & Anti Forensics
Windows 8 Forensics & Anti ForensicsMike Spaulding
 
Anti-Forensics: Real world identification, analysis and prevention
Anti-Forensics: Real world identification, analysis and preventionAnti-Forensics: Real world identification, analysis and prevention
Anti-Forensics: Real world identification, analysis and preventionSeccuris Inc.
 
Mounting virtual hard drives
Mounting virtual hard drivesMounting virtual hard drives
Mounting virtual hard drivesCTIN
 
Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...
Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...
Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...Mark Matienzo
 

Viewers also liked (20)

Ntfs forensics
Ntfs forensicsNtfs forensics
Ntfs forensics
 
Windows logging cheat sheet
Windows logging cheat sheetWindows logging cheat sheet
Windows logging cheat sheet
 
The Future of Digital Forensics
The Future of Digital ForensicsThe Future of Digital Forensics
The Future of Digital Forensics
 
Linux forensics
Linux forensicsLinux forensics
Linux forensics
 
G Infomgnt
G InfomgntG Infomgnt
G Infomgnt
 
Files and Folders in Windows 7
Files and Folders in Windows 7Files and Folders in Windows 7
Files and Folders in Windows 7
 
Digital forensic upload
Digital forensic uploadDigital forensic upload
Digital forensic upload
 
Sadfe2007
Sadfe2007Sadfe2007
Sadfe2007
 
File carving tools
File carving toolsFile carving tools
File carving tools
 
Corporate Public Investigations
Corporate Public InvestigationsCorporate Public Investigations
Corporate Public Investigations
 
Nra
NraNra
Nra
 
Translating Geek To Attorneys It Security
Translating Geek To Attorneys It SecurityTranslating Geek To Attorneys It Security
Translating Geek To Attorneys It Security
 
Windows 7-cheat-sheet
Windows 7-cheat-sheetWindows 7-cheat-sheet
Windows 7-cheat-sheet
 
Level1 Part8 End Of The Day
Level1 Part8 End Of The DayLevel1 Part8 End Of The Day
Level1 Part8 End Of The Day
 
Citrix
CitrixCitrix
Citrix
 
Sleuth kit by echavarro - HABEMUSHACKING
Sleuth kit by echavarro - HABEMUSHACKINGSleuth kit by echavarro - HABEMUSHACKING
Sleuth kit by echavarro - HABEMUSHACKING
 
Windows 8 Forensics & Anti Forensics
Windows 8 Forensics & Anti ForensicsWindows 8 Forensics & Anti Forensics
Windows 8 Forensics & Anti Forensics
 
Anti-Forensics: Real world identification, analysis and prevention
Anti-Forensics: Real world identification, analysis and preventionAnti-Forensics: Real world identification, analysis and prevention
Anti-Forensics: Real world identification, analysis and prevention
 
Mounting virtual hard drives
Mounting virtual hard drivesMounting virtual hard drives
Mounting virtual hard drives
 
Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...
Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...
Accessioning-Based Metadata Extraction and Iterative Processing: Notes From t...
 

Similar to NTFS vs FAT

Lesson four operating system basics
Lesson four operating system basicsLesson four operating system basics
Lesson four operating system basicsMik Endale
 
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
 
2 introduction of storage
2 introduction of storage2 introduction of storage
2 introduction of storageHameda Hurmat
 
How to convert file system without data loss
How to convert file system without data lossHow to convert file system without data loss
How to convert file system without data lossLisa Liao
 
File System, Dual Boot, Addon Components, Create User
File System, Dual Boot, Addon Components, Create UserFile System, Dual Boot, Addon Components, Create User
File System, Dual Boot, Addon Components, Create UserHarman Gahir
 
File system, dual boot, addon components, create user
File system, dual boot, addon components, create userFile system, dual boot, addon components, create user
File system, dual boot, addon components, create userHarman Gahir
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xpashubhardwaj03
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xpEhtisham Ali
 
Guide to Windows 7 - Managing File Systems
Guide to Windows 7 - Managing File SystemsGuide to Windows 7 - Managing File Systems
Guide to Windows 7 - Managing File SystemsGene Carboni
 

Similar to NTFS vs FAT (20)

Lesson four operating system basics
Lesson four operating system basicsLesson four operating system basics
Lesson four operating system basics
 
File system
File systemFile system
File system
 
File system
File systemFile system
File system
 
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
 
2 introduction of storage
2 introduction of storage2 introduction of storage
2 introduction of storage
 
Seminar 1
Seminar 1Seminar 1
Seminar 1
 
How to convert file system without data loss
How to convert file system without data lossHow to convert file system without data loss
How to convert file system without data loss
 
File system
File systemFile system
File system
 
File System, Dual Boot, Addon Components, Create User
File System, Dual Boot, Addon Components, Create UserFile System, Dual Boot, Addon Components, Create User
File System, Dual Boot, Addon Components, Create User
 
File system, dual boot, addon components, create user
File system, dual boot, addon components, create userFile system, dual boot, addon components, create user
File system, dual boot, addon components, create user
 
Operating system
Operating systemOperating system
Operating system
 
Windows file system
Windows file systemWindows file system
Windows file system
 
File system
File systemFile system
File system
 
Partitioning
PartitioningPartitioning
Partitioning
 
File System
File SystemFile System
File System
 
Os
OsOs
Os
 
File and fat
File and fatFile and fat
File and fat
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xp
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xp
 
Guide to Windows 7 - Managing File Systems
Guide to Windows 7 - Managing File SystemsGuide to Windows 7 - Managing File Systems
Guide to Windows 7 - Managing File Systems
 

Recently uploaded

Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 

NTFS vs FAT

  • 1. Tanveer Ahmed 329 Presentation DIT(1st) OS (NTFS, FAT) Submitted : Sir MEHMOOD 12/3/2014 1
  • 2. What Is a File System? • The organizational method used by an OS to store files and folders on a secondary storage device – FAT (file allocation table) file system – Files and directories – File naming conventions – File organization – Partitions and logical drives on a hard drive 12/3/2014 2
  • 3. File Allocation Table FAT File System 12/3/2014 3
  • 4. FAT File System File allocation table – where the OS records how the disk space is used. The File Allocation Table (FAT) file system is a simple file system originally designed for small disks and simple folder structures. The FAT file system is named for its method of organization, the file allocation table, which resides at the beginning of the volume. 12/3/2014 4
  • 5. File Systems • FAT 16 – oldest, created for DOS, supported by most OSs’, cannot be installed on partitions larger than 2 GB, or on hard drives larger than 4GB. • FAT 32 – supports disks from 512 to 2TB, compatible with Windows 98 and up 12/3/2014 5
  • 6. Each FAT type has its limits; this table displays these limits: FAT type Max Clusters Cluster sizes Max volume size FAT12 4,086 0.5 to 4KB 16,736,256 bytes (16MB) FAT16 65,526 2KB to 32KB 2,147,483,648 bytes (2GB) FAT32 268,435,456 4KB to 32KB 8,796,093,022,208 bytes (8TB) FAT Limitations 12/3/2014 6
  • 7. Showing FAT16 in the HDD Properties Window File System Types 12/3/2014 7
  • 8. Converting FAT16 to FAT32  At the command prompt: Cvt1.exe  This will allow you to convert a FAT16 file system to a FAT32 system without losing any data. Converting FAT to NTFS  At the command prompt: Convert.exe  This will allow you to convert a FAT16 or FAT32 file system to a NTFS system without losing any data. 12/3/2014 8
  • 9. New Technology File System NTFS 12/3/2014 9
  • 10. NTFS System Files NTFS is a high-performance, self-healing file system proprietary to Windows XP and later. Features include • File-level security, compression, and auditing • Support for large volumes and powerful storage solutions such as built-in RAID support • The ability to encrypt files and folders to protect your sensitive data • More efficient drive management due to its smaller cluster size capabilities • Support for very large drives made possible by its 64- bit clustering arrangement • Recoverable file system capabilities 12/3/2014 10
  • 11. RAID is a data storage technology that combines multiple Disk Drives components into a logical unit for the purposes of data redundancy and performance improvement. Data is distributed across the drives in one of several ways, referred to as Raid Levels, depending on the specific level of redundancy and performance required 12/3/2014 11
  • 12. 12 NTFS System Files This design makes file access very fast. Consider, for example, the FAT file system, which uses a file allocation table to list the names and addresses of each file. FAT directory entries contain an index into the file allocation table. When you want to view a file, FAT first reads the file allocation table and assures that it exists. Then FAT retrieves the file by searching the chain of allocation units assigned to the file. With NTFS, as soon as you look up the file, it's there for you to use. 12/3/2014
  • 13. • NTFS has always had the ability to detect metadata corruptions – Its response was to: • Mark the volume as corrupt • Fail the operation • With self-healing NTFS can not only detect corruptions but it can also repair some corruptions – Only repairs certain MFT related corruptions – Repairs failure without failing operation 13 Self-healing
  • 14. NTFS File Encryption The Encrypting File System (EFS) provides the core file encryption technology used to store encrypted files on NTFS volumes. EFS keeps files safe from intruders who might gain unauthorized physical access to sensitive, stored data (for example, by stealing a portable computer or external disk drive). 12/3/2014 14
  • 15. NTFS File Encryption Encryption is transparent to the user who encrypted the file; the system automatically decrypts the file or folder when the user accesses it. When the file is saved, encryption is reapplied. Users who are not authorized to access the encrypted files or folders transparently receive an “Access denied” message if they try to open, copy, move, or rename the encrypted file or folder. 12/3/2014 15
  • 16. NTFS File Encryption • To use Windows Explorer to encrypt a file, open the File Property Window by right-clicking on the file name. Click Advanced... The Advanced Attributes dialog will be opened, allowing you to mark the file as encrypted.by command in cmd cipher.exe 12/3/2014 16
  • 17. NTFS File Encryption • Before saving new settings Windows will prompt the user to encrypt only the file or the whole folder. It address a very important issue - while the file itself could be perfectly protected, the application which opens the file may create temporary copies of the file while working with the document. • The example is Microsoft Word. When the user opens an encrypted document, EFS decrypts it transparently for Word. Then during the work, Word creates a temporary hidden file where it automatically saves the document in the process of editing, and deletes it on the exit. This hidden file presents a real breach in security because it contains user data in plain (not encrypted) form. Encrypting the whole folder instead of only the file solves this problem. 12/3/2014 17
  • 18. NTFS File Encryption 12/3/2014 18
  • 19. NTFS5 • Windows 2000 and up features an improved NTFS, referred to as NTFS5 and NTFS6. These versions enable administrators to establish user hard disk quotas limiting the amount of hard drive space users can have access to. • The NTFS system also offers enhanced system security. • Windows 2000+ provides an encrypted file system and secure network protocol and authentication standards. 12/3/2014 19
  • 20. NTFS vs. FAT Criteria NTFS5 NTFS FAT32 FAT16 Operating System Windows 2000, Windows XP Windows NT, Windows 2000, Windows XP Windows 98, Windows ME, Windows 2000, Windows XP DOS, All versions of Microsoft Windows 12/3/2014 20
  • 21. Criteria NTFS5 NTFS FAT32 FAT16 Limitations Max Volume Size 256TB 256TB 2TB 2GB Max Files on Volume Nearly Unlimited Nearly Unlimited Nearly Unlimited ~65000 Max File Size Limited by Volume Size Limited by Volume Size 4GB 2GB Max Clusters Number Nearly Unlimited Nearly Unlimited 268435456 65535 Max File Name Length Up to 255 characters Up to 255 characters Up to 255 characters Standard – 8.3 Extended – up to 255 NTFS vs. FAT 12/3/2014 21
  • 22. NTFS vs. FAT Criteria NTFS5 NTFS FAT32 FAT16 File System Features Unicode File Names Unicode Character Set Unicode Character Set System Character Set System Character Set System Records Mirror MFT Mirror File MFT Mirror File Second Copy of FAT Second Copy of FAT Boot Sector Location First and Last Sectors First and Last Sectors First Sector First Sector File Attributes Standard and Custom Standard and Custom Standard Set Standard Set Alternate Streams Yes Yes No No Compression Yes Yes No No 12/3/2014 22
  • 23. NTFS vs. FAT Criteria NTFS5 NTFS FAT32 FAT16 File System Features Encryption Yes No No No Object Yes Yes No No Permissions Disk Quotas Yes No No No Sparse Files Yes No No No Reparse Yes No No No Points Volume Mount Points Yes No No No 12/3/2014 23
  • 24. NTFS vs. FAT Criteria NTFS5 NTFS FAT32 FAT16 Overall Performance Built-In Security Yes Yes No No Recoverability Yes Yes No No Performance Low on small volumes, High on Large Low on small volumes, High on Large High on small volumes, Low on large Highest on small volumes, Low on large Disk Space Economy Max Max Average Minimal on large volumes Fault Tolerance Max Max Minimal Average 12/3/2014 24
  • 25. THANKYOU  END SHOW 12/3/2014 25