Disk Management and Over File System
Chapter 1: Disk Management
Definitions:
- Hard Disk: A data storage device that uses magnetic storage to store and retrieve digital information. It consists of one or more rigid rotating disks (platters) coated with magnetic material.
- Disk Management: A utility in Windows that allows users to manage disk partitions and file systems on a hard disk.
Key Concepts:
- F disk: A command used in DOS to format a disk.
- File System: An organization of data and metadata on storage devices.
- Low Level Format: Initial formatting process that sets up disk access parameters.
- High Level Format: Prepares the disk for use with an operating system, also creating a file system.
File Systems:
- New Technology File System (NTFS): A file system that provides various features, including support for larger files and drives, increased performance, and improved security.
- File Allocation Table (FAT): An older file system used primarily for smaller drives and removable storage devices.
Disk States:
- Healthy: Disk is operating properly, with no errors.
- Status Indicators:
- Basic Disk: Traditional format using primary and extended partitions.
- Dynamic Disk: Allows for more flexible disk management features, like volume spanning and mirroring.
Partition Management:
- Master Boot Record (MBR): Contains information on how the partitions are organized.
- Partition Table: A data structure that contains the information about the partitions on the disk.
Chapter 2: Over File System
File System Types:
- Simple, Deep, Basic: Various levels of file systems that affect performance and storage efficiency.
- Status Indicators: Similar to Chapter 1, indicating whether the system is healthy or has encountered errors.
Key Features:
- Boot Page File: A file used during the boot process to manage virtual memory.
- File System Formats: Includes various methods and utilities such as:
- Loggage Format: Specific formatting techniques to ensure data integrity and organization.
System Interaction:
- The operating systems (Windows) interact with the file systems to ensure data is stored and retrieved correctly.
Functionality:
- The file system is responsible for managing files and folders across the storage medium, ensuring that data can be accurately read and written without loss or corruption.