Optimizing Disks CGS2564.

Slides:



Advertisements
Similar presentations
Intro to WinHex CSC 414.
Advertisements

File and Disk Maintenance
Free Space and Allocation Issues
®® Microsoft Windows 7 for Power Users Tutorial 6 Optimizing Your Hard Disk.
Text Searches Slack Space Unallocated Space
Ext2/Ext3 Linux File System Reporter: Po-Liang, Wu.
Chapter 11: File System Implementation
Connecting with Computer Science, 2e
File Systems Topics –File –Directory –File System Implementation Reference: Chapter 5: File Systems Operating Systems Design and Implementation (Second.
File System Structure §File structure l Logical storage unit l Collection of related information §File system resides on secondary storage (disks). §File.
Chapter 7: Configuring Disks. Configuring File Systems Fat32 –First used with Windows 95 OSR2 –Smaller cluster sizes, more efficient storage up to 32.
File System Implementation
1 Chapter Overview Managing Compression Managing Disk Quotas Increasing Security with EFS Using Disk Defragmenter, Check Disk, and Disk Cleanup.
Format Scandisk Defragmentation Antivirus Compression Software
Basic File Recovery Techniques BACS 371 Computer Forensics.
1 Using Compressed Files and Folders Applications and operating systems read and write to compressed files. NTFS uncompresses the file before making it.
Software utilities Gladys Nzita-Mak. Disk defragmentation Disk defragmentation makes computers run efficiently. When you save, change or delete files.
COMPUTER FUNDAMENTALS David Samuel Bhatti
Utility Programs  A type of system software that is used to solve a particular problem is called utility program. Many operating system provides different.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 9 Optimizing and Protecting Hard Drives.
Ch 81 Organizing and Managing Your Hard Disk. Ch 82 Overview Learn how to organize a hard disk efficiently and logically to serve your specific needs.
Objectives Learn what a file system does
Rensselaer Polytechnic Institute CSCI-4210 – Operating Systems David Goldschmidt, Ph.D.
Window NT File System JianJing Cao (#98284).
Chapter 3 Managing Disk and File Systems. File Storage Basics Windows XP supports two types of storage Basic Dynamic Basic storage system Centers on partitioning.
Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2.
C HAPTER 7 Managing Disk and File System. I NTRODUCING DISK MANAGEMENT 2 types of hard disk storage supported by Windows XP are: basic hard disk & dynamic.
Chapter 11: File System Implementation Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 File-System Structure.
Getting Started Additional information. Important DOS Commands Getting Started dirlists disk directories verdisplays OS version clsclear command prompt.
Implementing Hard Drives. Partitioning and Formatting Process.
File Management Chapter 12. File Management File management system is considered part of the operating system Input to applications is by means of a file.
1 Shared Files Sharing files among team members A shared file appearing simultaneously in different directories Share file by link File system becomes.
File Storage Organization The majority of space on a device is reserved for the storage of files. When files are created and modified physical blocks are.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 11: File System Implementation.
DISK THEORY. Disk Theory n How information is stored on disk n How we can take advantage of that when bad things happen.
CE Operating Systems Lecture 17 File systems – interface and implementation.
I MPLEMENTING FILES. Contiguous Allocation:  The simplest allocation scheme is to store each file as a contiguous run of disk blocks (a 50-KB file would.
University of Pennsylvania 10/31/00CSE 3801 Windows File System - FAT originally invented as a method for storing data on floppy disks. later used by MS-DOS.
FAT File Allocation Table
Files An operating system, maintains descriptive information about files in a data structure called a file descriptor. NameDeletion control Storage Organization.
File System Department of Computer Science Southern Illinois University Edwardsville Spring, 2016 Dr. Hiroshi Fujinoki CS 314.
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
File Systems and Disk Management
Day 28 File System.
File-System Implementation
26 - File Systems.
Introduction to Computers
Introduction to Computers
Fix to Quick Heal Update Error 1002 Call
xbfxcbcbxcb
Call Steps to fix Webroot Secureanywhere Error 10
xhxhxfhxf
Call to Fix Avast Error Code 42144
Call to Fix Norton Error 3039,
Steps to fix McAfee Error 1603 Call
File Management.
File Systems and Disk Management
File Systems Implementation
File Systems and Disk Management
File Systems and Disk Management
File Systems and Disk Management
Modern PC operating systems
Disk Structure Analysis
File Systems and Disk Management
Chapter 14: File-System Implementation
File Systems and Disk Management
File Systems and Disk Management
File System Implementation
1.3 Given a scenario, apply appropriate Microsoft command line tools
The File Manager Implementation issues
Presentation transcript:

Optimizing Disks CGS2564

Disk Directory What files are on the disk

File Allocation Table Where files are located

File Allocation Table Files deleted and reduced in size

Disk Directory File increases in size

File Allocation Table File increases in size

File Allocation Table File increases in size Chain of Clusters

Fragmentation A normal occurrence Over time - slow disk access Defragmentation Puts all files in contiguous clusters

Check Disk Fixes physical and logical disk problems Physical Logical Checks for bad sectors Moves data to good sectors if possible Updates FAT (don’t use this sector) Logical Corrupted FAT Lost clusters Cross linked files

Corrupted FAT Repairs table from second copy if possible

Lost Clusters FAT shows clusters in use but no entry in directory for them or Directory lists file but no (or incomplete) entries in FAT Lost Clusters

Lost Clusters Causes Symptoms Power failure (especially during disk access) Not closing files and exiting programs properly Not shutting down Windows properly Symptoms Can’t open file Frequent system lockups Especially during disk access Other “strange” problems

Lost Clusters Check Disk What to do with them? Converts lost clusters to files What to do with them? Examine in editor Determine if they contain recoverable data Open in application and salvage what you can Otherwise delete Run applications and reinstall if necessary

Check Disk Disk with corrupted file

Check Disk Recovered files stored in FOUND folder

Check Disk Recovered file examined for clues to its content