Things You Should Know Before Installing An Operating System
Things You Should Know Before Installing An Operating System
AN OPERATING SYSTEM
Jerome S. Jabel
Presenter
Technical Terms
Disk formatting
is the process of preparing a data storage device such as a hard disk
drive, solid-state drive, floppy disk or USB flash drive for initial use.
Disk formatting process
1. Low-level formatting- marks the surfaces of the disks with markers indicating
the start of a recording block and other information like block to be used
later, in normal operations, by the disk controller to read or write data. This is
intended to be the permanent foundation of the disk, and is often completed
at the factory.
Technical Terms
Partitioning - is the process of writing information into blocks of a storage device
or medium that allows access by an operating system. Partitioning divides a disk
into one or more regions, writing data structures to the disk to indicate the
beginning and end of the regions. This level of formatting often includes checking
for defective tracks or defective sectors.
Technical Terms
1. High-level formatting- creates the file system format within a disk partition
or a logical volume. This formatting includes the data structures used by the
OS to identify the logical drive or partition's contents.
Technical Terms
Reformatting
is a high-level formatting performed on a functioning disk drive to
free the contents of its medium. Reformatting is unique to each operating
system because what actually is done to existing data varies by OS. The most
important aspect of the process is that it frees disk space for use by other
data. To actually "erase" everything requires overwriting each block of data on
the medium; something that is not done by many high-level formatting
utilities.
Technical Terms
Filesystems
is the methods and data structures that an operating system uses to
keep track of files on a disk or partition; that is, the way the files are organized
on the disk. The word is also used to refer to a partition or disk that is used to
store the files or the type of the filesystem.
Common Types of Filesystem
File Allocation Table (FAT) is a computer file system architecture
and a family of industry-standard file systems utilizing it. The FAT
file system is a legacy file system which is simple and robust.
Common Types of Filesystem
NTFS (New Technology File System) is a proprietary file system
developed by Microsoft. Starting with Windows NT 3.1, it is the
default file system of Windows NT family.
Common Types of Filesystem
exFAT (Extended File Allocation Table) is a Microsoft file system
optimized for flash drives
Technical Terms
master boot record (MBR)
is a special type of boot sector at the very beginning of partitioned computer
mass storage devices like fixed disks or removable drives intended for use with
IBM PC-compatible systems and beyond.
It holds the information on how the logical partitions, containing file systems,
are organized on that medium. Besides that, the MBR also contains executable
code to function as a loader for the installed operating system. This MBR code
is usually referred to as a boot loader.
Technical Terms
NTLDR
is the boot loader for all releases of Windows NT operating
system up to and including Windows 10 and Windows Server 2016.
NTLDR is typically run from the primary hard disk drive, but it can also
run from portable storage devices such as a CD-ROM, USB flash drive,
or floppy disk. NTLDR can also load a non NT-based operating system
given the appropriate boot sector in a file.
Technical Terms
Blue Screen of Death
is an error screen displayed on a Microsoft Windows
computer system after a fatal system error, also known as a system
crash: when the operating system reaches a condition where it can no
longer operate safely.
Technical Terms
Black Screen of Death
is an error screen displayed by some operating systems after
encountering a critical system error which can cause the system to
shut down.
Technical Terms
Basic Input/Output System
is a type of firmware used during the booting process (power-on startup)
on IBM PC compatible computers. The BIOS firmware is built into
personal computers (PCs), and it is the first software they run when
powered on.
Technical Terms
Unified Extensible Firmware Interface UEFI-
is a specification that defines a software interface between an operating
system and platform firmware. UEFI replaces the Basic Input/Output
System (BIOS) firmware interface originally present in all IBM PC-
compatible personal computers, with most UEFI firmware
implementations providing legacy support for BIOS services. UEFI can
support remote diagnostics and repair of computers, even with no
operating system installed.
Operating System
Operating System-
is system software that manages computer hardware and software
resources and provides common services for computer programs. The
operating system is an essential component of the system software in a
computer system. Application programs usually require an operating system to
function.
Examples of operating systems
Unix operating systems- create a virtual file system, which makes all
the files on all the devices appear to exist in a single hierarchy.
Examples of operating systems
Linux- supports many different file systems, but common choices for
the system disk on a block device include the ext* family.
Ubuntu
Andriod
Examples of operating systems
Solaris operating system in earlier releases defaulted to (non-
journaled or non-logging) UFS for bootable and supplementary file
systems.
Examples of operating systems
OS X-
uses a file system inherited from classic Mac OS called HFS
Plus. Apple also uses the term "Mac OS Extended".
Examples of operating systems
Microsoft Windows
is a family of proprietary operating systems designed by
Microsoft Corporation and primarily targeted to Intel architecture
based computers, with an estimated 88.9 percent total usage share on
Web connected computers. The newest version is Windows 10.
Windows 7 recently overtook Windows XP as most used OS.
Installation Types
Extended: extended partitions are a way of getting round the limit of four
primary partitions. They are not formatted with a file system, but act as a
shell in which you can create logical partitions.
Partition Types