TVL CSS11 Q2 M2
TVL CSS11 Q2 M2
Servicing 11
Quarter 2
Self-Learning Module 2
Partitioning
Development Team of the Self-Learning Module
Writer: Ronald S. Bobis
Editor: Lerma I. Cantanero
Reviewers: Felix C. Vergara Jr.
Illustrator: Name
Layout Artist: Name
Management Team: Ma. Evalou Concepcion A. Agustin
OIC-Schools Division Superintendent
Aurelio G. Alfonso EdD
OIC-Assistant Schools Division Superintendent
Victor M. Javeña EdD
Chief, School Governance and Operations Division and
OIC-Chief, Curriculum Implementation Division
PRETEST
Directions: Read carefully the following questions. Choose the letter of the best
answer and write it on your notebook.
1. the creation of one or more secondary storage areas, so that each region
can be handled separately.
A. Formatting C. Partitioning
B. Multiplying D. Analyzing
2. The year where most new computers were using the partitioning
scheme GUID Partition Table (GPT) instead.
A. 2007 C. 2009
B. 2008 D. 2010
5. When a partition is deleted its entry will be removed from a table and
the data will no longer be available.
A. Partition Deleting C. Partition Scheme
B. Partition Recovery D. Partition Slicing
RECAP
In the previous module, you have learned Operating Systems. Specifically, it
discussed the different versions of Windows OS, MAC OS and Linux OS. You were
made aware that Operating system (OS) of your computer manages all of the
computer's software and hardware. Most of the time, there are several different
computer programs running simultaneously and all of them need to access the
central processing unit (CPU), memory, and storage of your computer. All of this is
managed by the operating system to ensure each application gets what it wants. The
most important software which runs on a computer is an operating system. This
manages the memory, operations, and all of the computer's applications and
hardware. It also allows you to communicate with the computer, without knowing
how to speak the "language" of the computer. A computer is useless without an
operating system. With these, you now know much about Operating Systems. This
module is the second topic where you will know about Partitioning.
LESSON
Disc partitioning or disk slicing - is the creation of one or more secondary storage
areas, so that each region can be handled separately. It is usually the first step before
any file system is developed to prepare a newly built disk. The disk stores information
on the locations and sizes of the partitions in an area known as the partition table
read before any other part of the disk by the operating system. Then each partition
appears as a distinct "logical" disk to the operating system that uses a part of the
actual disk. System administrators use a partition editor program to create, resize,
delete, and manipulate the partitions.
PC Partition Types
This section explains the Master Boot Record (MBR) partitioning process, as
traditionally seen on PC-compatible operating systems in DOS, Microsoft Windows
and Linux (among others). By the mid-2010s, most new computers were using the
partitioning scheme GUID Partition Table (GPT) instead. See the general article on
partition tables, for examples of other partitioning schemes.
A PC HDD 's total data storage space on which MBR partitioning is applied can
include at most four primary partitions, or three primary partitions and an expanded
partition, as an alternative. Situated in the master boot log, the Partition Table
comprises 16-byte entries, each of which represents a partition.
• Primary Partition - A main partition has one file structure in it. Microsoft
also wanted what it called the system partition to be the first partition of DOS
and all early versions of Microsoft Windows systems. Both Windows operating
systems can be located on (almost) any partition from Windows 95 onwards,
but the boot files (io.sys, bootmgr, ntldr, etc.) must be located on a primary
partition. Certain variables, however, such as the BIOS of a PC (see Boot
sequence on regular PC) can also enforce unique specifications as to which
partition the primary OS may contain.
The partition style code for a primary partition that either refer to a file system
stored within it (e.g. 0x07 means either an NTFS or an OS/2 HPFS file system)
or imply a special usage of the partition (e.g. code 0x82 usually indicates a
Linux swap partition). Due to the limitations of different versions of DOS and
Windows OS, the FAT16 and FAT32 file systems made use of a number of
partition type codes. While a Linux operating system can identify a variety of
different file systems (ext4, ext3, ext2, ReiserFS, etc.), the same partition style
code has been commonly used for all: 0x83 (Linux native file system).
Partition Recovery- When a partition is deleted its entry will be removed from a
table and the data will no longer be available. The data will remain on the disk until
it is overwritten. Specialized recovery utilities may be able to locate lost file systems
and recreate a partition table that includes entries for those file systems recovered.
Some disk utilities can overwrite multiple starting sectors of a partition that they
uninstall. Of example, if Windows Disk Manager (Windows 2000 / XP, etc.) is used
to erase a partition, the first sector (relative sector 0) of the partition will be
overwritten before deletion. If a backup boot sector is usable it may still be possible
to restore a FAT or NTFS partition.
ACTIVITIES
Extended Primary
Partition Partition
Direction: To assess yourself about the things you’ve learned from the lesson, fill in
the details below.
VALUING
DIRECTION: Read and answer the following questions carefully in two to three
sentences each number.
1. How will you use the knowledge you acquired about Partitioning a Hard Drive?
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
POSTTEST
Direction: Write T on the line if the statement is correct and F if the statement is
wrong.
___1. The disk stores information on the locations and sizes of the partitions in an
area known as the partition table read before any other part of the disk by the
operating system.
___2. By the mid-2010s, most new computers were using the partitioning scheme
GUID Partition Table (GPT) instead.
___3. Situated in the master boot log, the Partition Table comprises 64-byte entries,
each of which represents a partition.
___4. Due to the limitations of different versions of DOS and Windows OS, the FAT32
and FAT64 file systems made use of a number of partition type codes.
___5. Extended partition boot record (EPBR), is a logical partition descriptor under
the common partitioning system for DOS disk drives.
KEY TO CORRECTION
B 5.
T 5.
A 4.
F 4.
B 3. F 3.
D 2. T 2.
C 1. T 1.
References
• Google.” Update EUFI/BIOS on windows” Accessed August 22, 2020
https://en.wikipedia.org/wiki/Disk_partitioning
• Google.” Update EUFI/BIOS on windows” Accessed August 22, 2020
https://www.lifewire.com/how-to-partition-a-hard-drive-2626081
• Google.” Update EUFI/BIOS on windows” Accessed August 23, 2020
• https://www.digitaltrends.com/computing/how-to-partition-a-hard-drive-
in-windows/
• Google.” Update EUFI/BIOS on windows” Accessed August 23, 2020
https://www.pcworld.com/article/2066191/how-to-partition-a-hard-
drive.html