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)
Hard drive in a computer that you can physically touch and that can be divided into one or more logical drives.
Physical Drive
A software definition that divides a physical hard drives into multiple drives for file storage.
Logical Drive
Table containing information about each partition on a disk. such as the type of partition size, and location. Also, the partition table provides information to the computer about how to access the disk.
Partition Table
The Unix/Linux and Mac OS X equivalent of the Windows Master Boot Record (MBR), the area of the hard disk that stores partition information fo the disk.
Boot Block
An area of a hard disk in MS-DOS and Windows that stores partition information bout that disk. These are not found on disks that do not support multiple partitions.
Master Boot Record (MBR)
The logical portion of a hard disk drive that is currently being used to store data. In a PC system, the partition that contains the bootable operating system.
Active Partition
An operating system command option that changes the way certain commands function. These are usually entered as one or more letters, separated from the main command by a forward slash (/) in Windows and by a dash (-) in Unix/Linux
Switch
Used in FAT file systems so that when a file is written to disk, each cluster containing that file’s data has a pointer to the location of the next cluster of the data.
Linked List
On a hard disk drive, areas of the surface that cannot be used to safely store data, They are usually identified by the format command or one of the hard drive utilities, such as chkdsk or e2fsck.
Bad Clusters
Bits used as part of a directory entry to identify the type of file contained in each entry. The status bits in use are Volume, Directory, System, Hidden, Read-Only, and Archive.
Status Bits
A series of characters that identify a disk drive or the file system it is using.
Volume Label
Older-Style file name format in which the name of the file can be up to eight characters long, followed by a period and an extension of three characters.
8.3 Filenames
In MS-DOS and Windows-based systems, that part of a filename that typically identifies the type of file associated with the name. These are typically three characters long.and include standard notations.
Extension
A name for a file, folder, or directory in a file system in which the name can be up to 255 characters in length. These in Windows, Unix/Linux, and Mac OS systems are also POSIX compliant in that they honor uppercase and lowercase characters.
Long Filename (LFN)
A 16-bit character code that allows for the definition of up to 65,536 characters.
Unicode
In Windows versions starting with Windows XP, a file management system similar to the FAT and directories used in MS-DOS and earlier versions of Windows. This table is located at the beginning of the partition. The boot sector is located ahead of this, just as in the FAT system.
Master File Table (MFT)
A UNIX standard designed to ensure portability of applications among various versions of UNIX
Portable Operating System Interface (POSIX)
The ability of a file system or software (such as database software) to track file changes so that if a system crashes unexpectedly, if is possible to reconstruct files or to roll back changes with minimal or no damage.
Journaling
A procedure used by a file system that can detect a damaged disk area and then automatically copy information form that area to another disk area that is not damaged
Hot Fix
A technique new to NTFS 5 so that shortcuts, such as those on the desktop, are not lost when files are moved to another volume.
Distributed Link Tracking
Allocating a specific amount of disk space to a use or application with the ability to ensure that the user or application cannot use more disk space than is specified in the allocation.
Disk Quota
A tool that rearranges data on a disk in a continuous fashion, ridding the disk of scattered open clusters.
Defragmenter
A 32-bit file system used on CD-ROMs and DVDs.
CD-ROM File System (CFDS)
A removable disk formatting standard used for large-capacity CD-ROMs and DVD-ROMs.
Universal Disk Format