Week 8 Flashcards

1
Q

File system

A

Abstract layer above secondary storage that allows users to interact with the file system.

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

File Attributes

A

Name, Identifier, Type

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

Os enforced vs program enforced vs none

A

OS enforces program to declare in a specific manner, up to program to know what kind of file it is, None is up to OS to figure it out.

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

Directories

A

Organization of the partitions. Directories will map to physical files.

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

Single level directories

A

Organization difficult with small disks, no concept of user

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

Two level directories

A

Top level directory, second level is user files and one directory for system commands.

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

Tree structure

A

Unix. Long path names that you have to go down the tree to find.

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

Acyclic files

A

Shared subdirectories and files. Meaning there’s more than one path/name to a given file. Files can be shared, directories cant

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

Solid state disks

A

Persisten/flash memory. Faster and more expensive.

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

Spinning disk

A

Layers of platters stacked. Goes over tracks with magnetism.

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

Legacy MBR

A

Early windows and unix, 512 block for master boot record and rest is 4 partitions

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

Master Boot Record

A

Partition table and Boot code stored in the same block. Enough bytes to find OS and load kernel. Cannot run two systems at the same time, will dump core. Partitions have codes.

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

GUID

A

Protective MBR - Protects from legacy systems. GPT header points to partition table. Partition table - 31 blocks per system. Secondary GPT - backup. EFI Boot files and other information for different systems. PCB

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