disk fragmentation 1. contents what is disk fragmentation solution for disk fragmentation key...

9
Disk Fragmentation 1

Upload: james-rodgers

Post on 31-Dec-2015

219 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

Disk Fragmentation

1

Page 2: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

Contents

•What is Disk Fragmentation• Solution For Disk Fragmentation •Key features of NTFS•Comparing Between NTFS and FAT

2

Page 3: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

What is Disk Fragmentation

• A disk in which files are divided into pieces scattered around the disk.• Occurs when you use a disk frequently, due to

creating, deleting and modifying.• It required the hard drive to locate for all the

fragments of a file.• Cause file access to take a longer time to collect

the file fragments from a few places instead of just one.

3

Page 4: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

• Data that are generate cannot fit where it is currently store will be store elsewhere in your data file.• When expanding the database on a drive it is not

guaranteed that the disk space allocated to it will be contiguous to the existing data file allocation.• Fragmentation causes slow down because many

files consist of multiple fragments.

4FILE1FILE2FILE1

Example of fragmented file.File1 is stored in two locations which are not contiguous.

Page 5: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

5

Page 6: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

Solution For Disk Fragmentation • Defragmentation is a solution for fragmented

file.• Disk Defragmenter is an application that

reorganizes the data and partitions the files.• Defragmenter will search your hard drive and

move data from one location to another location• Frees up disk space and speeds up your

computer.

6

File that is not fragmented

Page 7: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

Key Features Of NTFS

• Secure file system for Windows 7, Vista and XP • Encryption and compression of files and

folders.• Larger drive and file support.• Limit the amount of space a user is

allowed to use

7

Page 8: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

Comparing Between NTFS and FAT

8

FAT32 (File Allocation Table) NTFS (New technology File System)

No security and recoverability. No file compression.

Built in security and recoverability.Support file compression.

Maximum volume size is 32GB for all OS and 2TB for some OS.

Maximum volume size is 2TB.Cannot be used on floppy disk.

Widely used computer file system and on memory cards.Does not support domains.Support average disk space economy and minimal fault tolerance.

File system that windows NT and later version of OS uses for storing and retrieving files on hard disk.Support max disk space economy and fault tolerance

Page 9: Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2

Referencing • http://blogs.technet.com/b/askperf/archive/2008/03/14/disk-

fragmentation-and-system-performance.aspx• http://technet.microsoft.com/en-us/library/

cc737029(WS.10).aspx• http://technet.microsoft.com/en-us/library/

cc779002(WS.10).aspx

9