MBR partition schemes Flashcards

Learn the schemes (21 cards)

1
Q

What is the first primary partition on the first SATA/SCSI/SAS device?

A

sda1

C:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the first primary partition on the 2EN SATA/SCSI/SAS device?

A

sdb1

C:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the second primary partition on the first SATA/SCSI/SAS device?

A

sda2

D:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the fourth primary partition on the first SATA/SCSI/SAS device?

A

sda4

F:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the first logical drive in the extended partition on the 3RD SATA/SCSI/SAS device?

A

sdc5

G:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the first logical drive in the extended partition on the first SATA/SCSI/SAS device?

A

sda5

G:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what steps will you run to create and save a partation on the 3 primary disk (Note it is the 1st drive found)

A

1st | fdisk /dev/sda3
2en | n
3rd | w

H:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does MBR stand for

A

Master boot record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does partitioning a drive do

A

it divides the disk into sections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what do you after partition a drive?

A

format it with either NTFS or fat32

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is mounting

A

The way to make a filesystem accessible at a specific point in the tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the lettering format for each new drive on a computer

A

you +1 to the letter at the end of SD IE SDA + 1 = SDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the max amount of primary partitions?

A

4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is an extended partition?

A

One that allows you to make more then 4 partitions on a single physical disk and can only have one then you start making logical partitions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is the following sdd3

A

the 3rd drive founded and is a primary partition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What command lists the partiton on a disk?

17
Q

what command do you run to start partitioning a disk and what does it do?

A

fdisk /dev/sdb | | it changes the command prompt

18
Q

what are the steps do you run to create a new partition

A

fdisk /dev/sda
-n

19
Q

What command do you run to save the partition?

20
Q

what command do you run to format partitions to ext4

A

sudo mkfs.ext4 -F /dev/sda1