Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:00,919 --> 00:00:05,319
computers use firmware to initialize
2
00:00:02,840 --> 00:00:07,560
Hardware firmware is a small program
3
00:00:05,319 --> 00:00:09,639
stored inside a chip on the motherboard
4
00:00:07,560 --> 00:00:12,000
when we start a computer it is the first
5
00:00:09,639 --> 00:00:14,240
program that the computer runs it
6
00:00:12,000 --> 00:00:16,440
performs three tasks initialize all
7
00:00:14,240 --> 00:00:19,680
Hardware devices find the bootloader
8
00:00:16,440 --> 00:00:21,480
program and execute it in the first step
9
00:00:19,680 --> 00:00:24,160
it checks whether all Hardware devices
10
00:00:21,480 --> 00:00:27,039
are functional if yes it moves to the
11
00:00:24,160 --> 00:00:29,439
Second Step if not it halts the startup
12
00:00:27,039 --> 00:00:32,640
process this process is known as power
13
00:00:29,439 --> 00:00:35,000
on cell test or post in the second step
14
00:00:32,640 --> 00:00:36,760
it finds the bootloader program we can
15
00:00:35,000 --> 00:00:39,000
store a bootloader program on any
16
00:00:36,760 --> 00:00:43,680
external storage device such as a hard
17
00:00:39,000 --> 00:00:45,000
disk USB drive CD or a DVD all OS
18
00:00:43,680 --> 00:00:47,280
installation discs come with a
19
00:00:45,000 --> 00:00:49,120
bootloader program the installation
20
00:00:47,280 --> 00:00:51,440
program transfers it to the hard disk
21
00:00:49,120 --> 00:00:53,520
when we install the operating system
22
00:00:51,440 --> 00:00:56,199
firmware allows us to specify the boot
23
00:00:53,520 --> 00:00:58,600
device priority the boot device priority
24
00:00:56,199 --> 00:01:00,440
defines the boot order firmware checks
25
00:00:58,600 --> 00:01:02,840
the specified devices in a sequence
26
00:01:00,440 --> 00:01:04,839
until it finds a bootloader program once
27
00:01:02,840 --> 00:01:06,360
it finds a bootloader program it does
28
00:01:04,839 --> 00:01:09,360
not check the next device in the
29
00:01:06,360 --> 00:01:12,880
sequence let us take an example suppose
30
00:01:09,360 --> 00:01:15,040
three devices hard disk DVD ROM and USB
31
00:01:12,880 --> 00:01:17,479
drive are configured in the boot device
32
00:01:15,040 --> 00:01:20,040
Priority First firmware will find the
33
00:01:17,479 --> 00:01:21,680
bootloader program on the hard disk if
34
00:01:20,040 --> 00:01:23,600
it finds a bootloader program on the
35
00:01:21,680 --> 00:01:26,600
hard disk it executes it and does not
36
00:01:23,600 --> 00:01:28,280
check the CD ROM and USB drive if it
37
00:01:26,600 --> 00:01:31,320
does not find a bootloader program on
38
00:01:28,280 --> 00:01:33,799
the hard disk it checks the DVD ROM if
39
00:01:31,320 --> 00:01:36,520
the DVD ROM has a disc it finds the boot
40
00:01:33,799 --> 00:01:38,560
loader program on it if the DVD ROM does
41
00:01:36,520 --> 00:01:41,280
not have a DVD or has a non- bootable
42
00:01:38,560 --> 00:01:44,640
DVD the firmware checks all USB ports
43
00:01:41,280 --> 00:01:46,479
for a connected USB drive if a USB drive
44
00:01:44,640 --> 00:01:48,799
is attached the firmware finds the
45
00:01:46,479 --> 00:01:50,560
bootloader program on it if firmware
46
00:01:48,799 --> 00:01:53,000
does not find a bootloader program on
47
00:01:50,560 --> 00:01:55,560
any specified device it halts the boot
48
00:01:53,000 --> 00:01:57,960
process if it finds a bootloader program
49
00:01:55,560 --> 00:02:00,280
on any specified device it executes the
50
00:01:57,960 --> 00:02:02,159
bootloader program the boot boot loader
51
00:02:00,280 --> 00:02:04,799
program controls the remaining boot
52
00:02:02,159 --> 00:02:07,560
process there are two types of firmware
53
00:02:04,799 --> 00:02:09,119
bios and UA both find the boot loader
54
00:02:07,560 --> 00:02:11,000
program on different regions of the
55
00:02:09,119 --> 00:02:13,560
specified devices in the boot device
56
00:02:11,000 --> 00:02:16,000
list bios finds it on the first sector
57
00:02:13,560 --> 00:02:19,000
of the specified devices it reads the
58
00:02:16,000 --> 00:02:21,599
first 512 bytes of the device it calls
59
00:02:19,000 --> 00:02:23,680
them MBR if the MBR contains a
60
00:02:21,599 --> 00:02:25,680
bootloader program it executes the
61
00:02:23,680 --> 00:02:28,000
program if it does not contain a
62
00:02:25,680 --> 00:02:29,800
bootloader program it finds a bootloader
63
00:02:28,000 --> 00:02:32,360
program on the MBR of the next speci
64
00:02:29,800 --> 00:02:34,400
specified device in the boot device list
65
00:02:32,360 --> 00:02:36,840
UA finds a bootloader after the first
66
00:02:34,400 --> 00:02:39,720
sector it reads 4 kilobytes after
67
00:02:36,840 --> 00:02:42,519
skipping the first 512 bytes it calls
68
00:02:39,720 --> 00:02:44,599
them GPT if the GPT contains a
69
00:02:42,519 --> 00:02:46,599
bootloader program it executes the
70
00:02:44,599 --> 00:02:49,159
program if it does not contain the
71
00:02:46,599 --> 00:02:50,920
bootloader program it checks the GPT of
72
00:02:49,159 --> 00:02:53,239
the next specified device in the boot
73
00:02:50,920 --> 00:02:53,239
device
74
00:02:54,400 --> 00:03:00,840
list bios is a classical method to save
75
00:02:57,239 --> 00:03:03,239
firmware it was released in 1975 5 it
76
00:03:00,840 --> 00:03:05,760
operates in 16bit mode and provides only
77
00:03:03,239 --> 00:03:07,879
basic UI navigation using the keyboard
78
00:03:05,760 --> 00:03:10,599
it supports up to 14 partitions and a
79
00:03:07,879 --> 00:03:12,159
maximum partition size of 2 tbytes it
80
00:03:10,599 --> 00:03:14,680
takes a bit longer time to boot the
81
00:03:12,159 --> 00:03:17,159
system it supports only password
82
00:03:14,680 --> 00:03:20,480
protection UAV is a modern way to save
83
00:03:17,159 --> 00:03:23,720
firmware it was released in 2002 it
84
00:03:20,480 --> 00:03:25,599
operates in 32-bit and 64-bit modes it
85
00:03:23,720 --> 00:03:28,000
provides graphical UI navigation it
86
00:03:25,599 --> 00:03:30,840
supports up to 128 partitions and a
87
00:03:28,000 --> 00:03:32,519
maximum partition size of 18x xtes it
88
00:03:30,840 --> 00:03:35,840
takes only a few seconds to boot the
89
00:03:32,519 --> 00:03:38,680
system and supports secure boot
90
00:03:35,840 --> 00:03:40,400
features MBR is a classical way to store
91
00:03:38,680 --> 00:03:43,360
a bootloader program and partition
92
00:03:40,400 --> 00:03:45,239
information it reserves the first 512
93
00:03:43,360 --> 00:03:47,879
bytes of the storage device to save this
94
00:03:45,239 --> 00:03:51,000
information only bios-based systems use
95
00:03:47,879 --> 00:03:53,280
it UAV based systems do not use it they
96
00:03:51,000 --> 00:03:55,879
use GPT to store partition information
97
00:03:53,280 --> 00:03:58,000
and a bootloader program MBR is
98
00:03:55,879 --> 00:04:00,560
non-redundant it does not replicate the
99
00:03:58,000 --> 00:04:02,840
records it contains if if it is corrupt
100
00:04:00,560 --> 00:04:06,200
the system will not boot it supports a
101
00:04:02,840 --> 00:04:07,879
maximum of 14 partitions GPT is a modern
102
00:04:06,200 --> 00:04:10,000
way to store a bootloader program and
103
00:04:07,879 --> 00:04:12,720
partition information to save this
104
00:04:10,000 --> 00:04:15,000
information it uses 4 kilobits dis space
105
00:04:12,720 --> 00:04:17,560
after the first 512 bytes of the hard
106
00:04:15,000 --> 00:04:20,359
disk since it does not modify or use the
107
00:04:17,560 --> 00:04:23,240
reserved dis space for MBR both bios and
108
00:04:20,359 --> 00:04:25,360
UF based systems can use it GPT is
109
00:04:23,240 --> 00:04:26,960
redundant it saves a copy of the
110
00:04:25,360 --> 00:04:31,759
partition information at the end of the
111
00:04:26,960 --> 00:04:34,160
dis it supports a maximum of 28
112
00:04:31,759 --> 00:04:36,120
partitions you can use the entire dis as
113
00:04:34,160 --> 00:04:38,840
a single partition or create multiple
114
00:04:36,120 --> 00:04:40,320
partitions on it usually administrators
115
00:04:38,840 --> 00:04:43,800
create partitions to make Disk
116
00:04:40,320 --> 00:04:46,520
Management easier let us take an example
117
00:04:43,800 --> 00:04:48,639
suppose you have a 2 terabytes hard disk
118
00:04:46,520 --> 00:04:51,759
you want to use it to store text files
119
00:04:48,639 --> 00:04:53,639
media files and script files without any
120
00:04:51,759 --> 00:04:55,919
partition you have to save all three
121
00:04:53,639 --> 00:04:57,520
types of content on the same partition
122
00:04:55,919 --> 00:04:59,919
you can do that but it would make
123
00:04:57,520 --> 00:05:01,479
accessing and managing them difficult
124
00:04:59,919 --> 00:05:04,120
the correct way would be to create and
125
00:05:01,479 --> 00:05:05,919
use three partitions one for each type
126
00:05:04,120 --> 00:05:08,280
you can create a small-sized partition
127
00:05:05,919 --> 00:05:10,360
for text files a meat sized for script
128
00:05:08,280 --> 00:05:12,560
files and a large siiz partition for
129
00:05:10,360 --> 00:05:15,639
media files it makes finding and
130
00:05:12,560 --> 00:05:15,639
managing files much
131
00:05:15,720 --> 00:05:20,840
easier there are two types of partitions
132
00:05:18,560 --> 00:05:22,880
standard and advanced you can use any
133
00:05:20,840 --> 00:05:25,000
type based on disk size and your
134
00:05:22,880 --> 00:05:27,600
requirements standard partitions are
135
00:05:25,000 --> 00:05:29,560
easy all operating systems by default
136
00:05:27,600 --> 00:05:31,639
include tools and utilities to create an
137
00:05:29,560 --> 00:05:34,000
manage them they are mainly used on
138
00:05:31,639 --> 00:05:36,360
personal computers they do not need any
139
00:05:34,000 --> 00:05:39,560
additional discs you can create and use
140
00:05:36,360 --> 00:05:41,440
them on a single dis GPT and MBR are
141
00:05:39,560 --> 00:05:44,319
used to store standard partitions
142
00:05:41,440 --> 00:05:47,160
information GPT supports a maximum of
143
00:05:44,319 --> 00:05:49,479
128 partitions it uses a flat
144
00:05:47,160 --> 00:05:51,720
partitioning scheme all partitions are
145
00:05:49,479 --> 00:05:54,880
equal you can create them in a sequence
146
00:05:51,720 --> 00:05:57,800
starting from one MBR supports a maximum
147
00:05:54,880 --> 00:06:00,319
of 14 partitions it uses a bit complex
148
00:05:57,800 --> 00:06:03,080
partitioning scheme it divides partition
149
00:06:00,319 --> 00:06:05,680
into three types primary extended and
150
00:06:03,080 --> 00:06:07,840
logical you can create a maximum of four
151
00:06:05,680 --> 00:06:09,840
primary partitions if you need more
152
00:06:07,840 --> 00:06:11,479
partitions you need to convert the last
153
00:06:09,840 --> 00:06:13,800
primary partition into an extended
154
00:06:11,479 --> 00:06:16,199
partition an extended partition works
155
00:06:13,800 --> 00:06:18,360
like a container for logical partitions
156
00:06:16,199 --> 00:06:20,800
you can create a maximum of 11 logical
157
00:06:18,360 --> 00:06:22,560
partitions inside the extended partition
158
00:06:20,800 --> 00:06:24,759
an extended partition is not used to
159
00:06:22,560 --> 00:06:27,560
store data it is used to store only
160
00:06:24,759 --> 00:06:29,800
logical partitions Advanced partitions
161
00:06:27,560 --> 00:06:31,560
are complex they are mainly used used on
162
00:06:29,800 --> 00:06:34,160
server systems and usually need more
163
00:06:31,560 --> 00:06:36,160
than one dis by default operating
164
00:06:34,160 --> 00:06:38,479
systems may or may not include tools and
165
00:06:36,160 --> 00:06:40,400
utilities to create and manage them if
166
00:06:38,479 --> 00:06:42,280
tools and utilities are not installed by
167
00:06:40,400 --> 00:06:44,039
default you need to install them before
168
00:06:42,280 --> 00:06:46,919
you can create and use Advanced
169
00:06:44,039 --> 00:06:49,800
partitions lvm and ridar advanced
170
00:06:46,919 --> 00:06:51,720
partitions lvm creates a logical pool
171
00:06:49,800 --> 00:06:53,960
from standard partitions and uses it to
172
00:06:51,720 --> 00:06:55,560
create logical partitions the main
173
00:06:53,960 --> 00:06:57,599
difference between standard partitions
174
00:06:55,560 --> 00:06:59,400
and lvm logical partitions is that
175
00:06:57,599 --> 00:07:02,160
standard partitions are fixed while LV
176
00:06:59,400 --> 00:07:04,120
VM logical partitions are flexible you
177
00:07:02,160 --> 00:07:06,440
cannot extend or shrink the size of a
178
00:07:04,120 --> 00:07:08,639
standard partition however you can
179
00:07:06,440 --> 00:07:11,360
increase or decrease the size of a lvm
180
00:07:08,639 --> 00:07:13,840
logical partition raid creates an array
181
00:07:11,360 --> 00:07:16,120
of diss it can store the same data on
182
00:07:13,840 --> 00:07:19,560
multiple diss it is mainly used to
183
00:07:16,120 --> 00:07:19,560
create the real-time backup of
184
00:07:21,280 --> 00:07:26,240
data a hard disk contains tracks and
185
00:07:23,879 --> 00:07:28,919
sectors it uses tracks to organize
186
00:07:26,240 --> 00:07:31,039
sectors and sectors to save data when we
187
00:07:28,919 --> 00:07:33,400
save a file on it the operating system
188
00:07:31,039 --> 00:07:35,479
saves the file on any of these sectors
189
00:07:33,400 --> 00:07:37,120
it uses an index known as a file system
190
00:07:35,479 --> 00:07:39,720
to know which file is stored in which
191
00:07:37,120 --> 00:07:41,360
sector a file system is a database of
192
00:07:39,720 --> 00:07:43,879
all files and directories stored on the
193
00:07:41,360 --> 00:07:45,720
hard disk it also specifies conventions
194
00:07:43,879 --> 00:07:47,319
for file names such as the maximum
195
00:07:45,720 --> 00:07:49,680
number and types of characters we can
196
00:07:47,319 --> 00:07:51,599
use in a file name along with the names
197
00:07:49,680 --> 00:07:53,720
and locations of the files it also
198
00:07:51,599 --> 00:07:56,120
stores information about their sizes
199
00:07:53,720 --> 00:07:57,919
attributes and metadata different
200
00:07:56,120 --> 00:08:02,280
operating systems use different file
201
00:07:57,919 --> 00:08:03,639
systems ntf s ext4 and xfs are widely
202
00:08:02,280 --> 00:08:06,520
used file
203
00:08:03,639 --> 00:08:08,639
systems that's all for this video if you
204
00:08:06,520 --> 00:08:10,560
have any suggestions comments or
205
00:08:08,639 --> 00:08:15,159
feedback about this video please share
206
00:08:10,560 --> 00:08:15,159
them in the comment section given below
14817
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.