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
What does mkpart (parted) do?
Create partitions with the file system type specified
26
What does print (parted) do?
List partition table
27
What does resizepart (parted) do?
Resize or modify a partitions end position
28
What does rm (parted) do?
Delete a partition
29
What does quit (parted) do?
Quit GNU parted utility
30
What is partprobe?
Used to update the kernel with changes that now exist within the partition table
30
What is partprobe?
Used to update the kernel with changes that now exist within the partition table
31
What is mkfs?
Used to build a Linux file system on a device, which is usually a drive partition
32
What does mkfs - v do?
Produce verbose output that keeps changing as the program processes
33
What does mkfs -V do?
Produce verbose output, including all file system-specific commands executed
34
What does mkfs -t [fs type] do?
Specify type of file system to build
34
What does mkfs -t [fs type] do?
Specify type of file system to build
35
What doe mkfs -options do?
Pass file-system specific options to the file system builder
36
What does mkfs -c do?
Check the device for bad blocks before building the file system
36
What does mkfs -I [filename] do?
Read the list of bad blocks from a specified file
37
What is the fstab file?
Stores information about storage devices and partitions where and how they should be mounted
38
What is the /etc/crypttab file?
Stores information about encrypted devices and partitions that must be unlocked and mounted on system boot