Chapter 4 Flashcards
A design for storing and managing files on a disk drive. They are associated with operating systems such as UNIX/Linux, Mac OS X, and Windows
File systems.
An organizational structure that contains files and may additionally contain sub-directories (or folders) in it. In Unix/Linux, this is simply a special file on a disk drive that is used to house information about other data stored on a disk. In other systems, it is a “container object” that houses files and sub-folders. It contains information about files, such as file names, file sizes, date of creation, and file type.
Directory (Folders)
Files characteristics stored with the file name in the disk directory, which specify certain storage and operational parameters associated with the file. Attributes are noted by the value of specific data bits associated with the file name. These include Hidden, Read-Only, Archive, and so on.
File Attributes
The highest-level directory (or folder), with no directories above it in the structure of the files and directories in a file system.
Root Directory
A software process that marks tracks and sectors on a disk. This is necessary before a disk can be partitioned and formatted.
Low-Level Formatting
Concentric rings that cover an entire disk like grooves on a phonograph record. Each ring is divided into sectors in which to store data.
Tracks
A portion of a disk track. They can be divided into equal parts of these portions.
Sector
A hard disk configuration scheme in which the disk is divided into logical blocks, which in turn are mapped to sectors, heads, and tracks.
Block Allocation
Note: Whenever operating systems need to allocate some disk space, it allocates based on a block address.
In Windows-based file systems, a logical block of information on a disk containing one or more sectors.
Cluster (Allocation Unit)
Tracks that line up from top to bottom on the platters in a hard disk drive (like a stack of disk tracks).
Cylinders
A file management system that defines the way data is stored on a disk drive. This stores information about the file size and physical location on the disk.
File Allocation Table (FAT)
The file storage system that is the native system in Windows Versions starting with Windows NT.
New Technology File Systems (NTFS)
Files that contain information about the actual data.
Metadata
Blocking a group of tracks and sectoes to be used by a particular files system, such as FAT or NTFS. This is a hard disk management technique that permits the installation of multiple file systems on a single disk or the configuration of multiple logical heard drives that use the same file system on a single physical hard drive.
Partitioning
A process that prepares a disk partition (or removable media) for a specific file system.
High-Level Formatting (also known as formatting)