Skip to content

Commit fb04ba2

Browse files
committed
additional/lecture-01/plan-for-the-talk.txt: Proposed plan for the first talk
1 parent 36d9830 commit fb04ba2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
1. How disks work
2+
1.1. Video with the disk
3+
1.2. Explain the video
4+
2. Types of HDD connectivity
5+
2.1. IDE a.k.a. ATA a.k.a. Parallel ATA(attachment)
6+
2.1.1. Primary
7+
2.1.2. Secondary
8+
2.2. SATA - Serial ATA(attachment)
9+
2.3. SCSI - Small Computer System Interface
10+
2.4. SAS - Serial attached SCSI
11+
3. What is partition
12+
3.1. Where do partitions live
13+
3.2. Master Boot Record
14+
4. What types of partitions
15+
4.1. Primary
16+
4.1.1. Maximum amount of partitions
17+
4.2. Extended
18+
4.2.1. Extended Boot Record
19+
4.2.2. Maximum amount of partitions
20+
4.3. GPT
21+
5. Why we need partitioning
22+
6. What partition schemes can we use
23+
6.1. Desktop
24+
6.2. Server
25+
6.2.1. boot, tmp & everything else
26+
6.2.2. boot, etc, tmp, usr, var & home on separate partitions
27+
6.2.3. boot, tmp, home & everything else
28+
7. What is RAID (Redundant Array of Independent/Inexpensive Disks)
29+
7.1. Types of RAID (software/hardware)
30+
7.2. RAID0
31+
7.3. RAID1
32+
7.4. RAID5
33+
7.5. RAID6
34+
7.6. Nestead RAID levels RAID0+1 & RAID1+0 (RAID10)
35+
8. What is LVM (Logical Volume Manager)
36+
8.1. Phisical Volumes
37+
8.2. Volume Grupes
38+
8.3. LV Partitions
39+
9. Additional functionalities of LVM

0 commit comments

Comments
 (0)