Chapter 3 - Configuring Hardware - Seat6 Flashcards

1
Q

Formatting refers to either ___-level which creates a structure of sectors and tracks on the disk media or ___-level which creates a file system?

pg. 145

A

Low-level or High-level

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

What is a traditional Linux-native filesystem created in the late 1990 and has a reputation as a reliable filesystem?

pg. 145

A

Ext2fs: second extended file system

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

Describe Ext3fs (third exteneded file system)?

pg. 146

A

basically is ext2fs with a journal added and recovers from power outages and system crahes much more quickly.
type code is ext3

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

What file system added the ability to work with very large disks and very large files?

pg. 146

A

Ext4fs: fourth extended file system

type code is ext4

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

Which file system was designed from scratch as a journaling filesystem for Linux and is good at handling large numbers of small files?

pg. 146

A

ReiserFS

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

What filesystem was developed by IBM for its AIX OS on mainframe systems and later reimplemented it on its attempt at a workstation OS?

pg 146

A

JFS: Journaled file system

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

What filesystem was created for its IRIX OS and later donated to code for Linux?

pg. 146

A

XFS: extends file system

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

___ is an advanced filesystem the is a fast performer and is able to handle very large disks and files?

pg. 146

A

Btrfs: pronounced Butter eff ess or bee tree eff ess

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

What is the only hard disk filesystem supported by DOS?

pg. 147

A

FAT: File allocation Table

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

What is the preferred filesystem for Windows NT and beyond?

pg. 147

A

NTFS: new technology file system

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

What is the standard filesystem for CD-ROM?

pg. 147

A

ISO-9660

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

What filesystem is used for DVD-ROMs and recordable optical disks?

pg. 147

A

UDF: Universal Disc Format

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

When should you run Linux filesystem maintance tools?

pg. 151

A

When the filesystem is not mounted.

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

How can you add a journal to the filesystem?

pg. 153

A

-j option

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

How can you change the filesystem’s label or UUID?

pg. 154

A

-L label or -U uuid

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