Linux Administration Bootcamp: Go from Beginner to Advanced - Disk Management - Part 2 - Creating Partitions with the fd

Linux Administration Bootcamp: Go from Beginner to Advanced - Disk Management - Part 2 - Creating Partitions with the fd

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial demonstrates how to use the fdisk utility to create GPT and MBR partition tables on a Linux server. It begins by showing how to list available disks and identifies three disks on the server. The tutorial then guides through creating three primary MBR partitions on Dev SDB, including a swap partition, and a single GPT partition on Dev SDC. The process involves using fdisk commands to set partition types and sizes, and concludes with verifying the partition tables.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command can be used to list available disks on a server using fdisk?

fdisk -d

fdisk -a

fdisk -l

fdisk -p

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default partition type created by fdisk?

FAT32

Linux

Windows NTFS

Linux swap

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which number represents the Linux swap partition type in fdisk?

80

85

82

83

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many primary partitions can be created on a disk using MBR?

Two

Three

Four

Five

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of partitions that can be created using GPT?

128

64

256

512