Storage Flashcards

1
Q

What are Block Devices?

A

Read/write in blocks of data

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

What are examples of Block Devices?

A

Hard-drives, solid-state drives

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

What are Character Devices?

A

Read/write in character streams of data

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

What are examples of Character Devices?

A

Keyboards, mice, serial ports

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

What is EXT4?

A

Improves performance, reliability, and capacity from older versions of ext
Supports up to one exabyte volumes and 16 terabyte files

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

What is XFS?

A

A 64-bit journaling file system that provides fast recovery and can handle large files efficiently

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

What is Server Message Block (SMB)?

A

A client-server communication protocol used for sharing access to files, printers, serial ports and other resources on a network

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

What is Common Internet File System (CIFS)?

A

A version of of SMB implemented by SMB in 1996.

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

What is a Primary Partition?

A

Contains one file system or logical drive and is sometimes referred to as a volume

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

What is an Extended Partition?

A

Contains several file systems, which are referred to as logical drives

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

What is a Logical Partition?

A

Partitioned and allocated as an independent unit and functions as a seperate drive

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

What is fdisk?

A

A common used to create, modify, or delete partitions on a storage device

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

what does fdisk -b do?

A

Specify number of drive sectors

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

What does fdisk -H do?

A

Specify number of drive heads

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

What does fdisk -S do?

A

Specify number of tracks per sector

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

What does fdisk -s do?

A

Print partition size in blocks

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

What does fdisk -I do?

A

List partition tables for devices

18
Q

What does fdisk -n do?

A

Create new partitions

19
Q

What does fdisk -d do?

A

Remove partition

20
Q

What does fdisk -p do?

A

List existing partitions

21
Q

What does fdisk -w do?

A

Write drive changes and exit utility

22
Q

What does fdisk -q do?

A

Cancel changes made and exit utility

23
Q

What does parted do?

A

A command used to create, destroy, and resize partitions and runs the GNU Parted utility

24
Q

What does select (parted) do?

A

Chooses a device or partition to modify

25
Q

What does mkpart (parted) do?

A

Create partitions with the file system type specified

26
Q

What does print (parted) do?

A

List partition table

27
Q

What does resizepart (parted) do?

A

Resize or modify a partitions end position

28
Q

What does rm (parted) do?

A

Delete a partition

29
Q

What does quit (parted) do?

A

Quit GNU parted utility

30
Q

What is partprobe?

A

Used to update the kernel with changes that now exist within the partition table

30
Q

What is partprobe?

A

Used to update the kernel with changes that now exist within the partition table

31
Q

What is mkfs?

A

Used to build a Linux file system on a device, which is usually a drive partition

32
Q

What does mkfs - v do?

A

Produce verbose output that keeps changing as the program processes

33
Q

What does mkfs -V do?

A

Produce verbose output, including all file system-specific commands executed

34
Q

What does mkfs -t [fs type] do?

A

Specify type of file system to build

34
Q

What does mkfs -t [fs type] do?

A

Specify type of file system to build

35
Q

What doe mkfs -options do?

A

Pass file-system specific options to the file system builder

36
Q

What does mkfs -c do?

A

Check the device for bad blocks before building the file system

36
Q

What does mkfs -I [filename] do?

A

Read the list of bad blocks from a specified file

37
Q

What is the fstab file?

A

Stores information about storage devices and partitions where and how they should be mounted

38
Q

What is the /etc/crypttab file?

A

Stores information about encrypted devices and partitions that must be unlocked and mounted on system boot