Disks, File Systems , and Partitions

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/68

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

69 Terms

1
New cards

Before an OS can actually use disk storage space, what must happen to the disk first?

It must be initialized, specifically it has to be broughy online

2
New cards

What does it mean to initialize a disk?

Determining the partitioning scheme it will use

3
New cards

What can you do after partitioning the disk?

You can give it a file system

4
New cards

What is MBR

A legacy disk standard prior to 2TB hard disks

5
New cards

How many partitions can MBR support?

4

6
New cards

How much disk space does MBR have?

2 TB

7
New cards

GUID

Supports much lever hard disk

8
New cards

How many partitions can GUID support?

128

9
New cards

What makes GUID better than MBR?

It stores boot and partitioning data in multiple places for higher resiliency

10
New cards

Format command

Formats a partition

11
New cards

emdir

Remove directory

12
New cards

Robocopy

Can sync files from two different hosts

13
New cards

SFC

Can check disks for errors and corruption

14
New cards

FAT32

File Allocation Table

15
New cards

Max size of a FAT32 partition size?

8TB

16
New cards

What doesn't FAT32 support natively?

Local file systems, compression, encryption, or files over 4 Gb

17
New cards

Max file storage size for FAT32?

4 Gb

18
New cards

Max volume size of NTFS?

8 PB

19
New cards

What does NTFS support?

Local file system permissions, compression, Encryption File System (EFS)

20
New cards

what is exFAT used for?

SD cards, USB flash drives for digital cameras, tablets, or smartphone

21
New cards

Max volume size of exFAT?

16 EB

22
New cards

Is exFAT a compatible friendly?

No

23
New cards

ext

Extended Filesystem - common on Linux hosts, a journaled filesystem which keeps a log for any changes of disk activity that need to be committed to disk before it's actually committed. Can rebuild corrupted file systems

24
New cards

ext3 vs ext4

ext4 supports larger file systems than ext3, more efficient reads and writes

25
New cards

What is a primary partition?

It contains the operating system files, there can be up to four primary partitions per hard drive. It cannot be subdivided into smaller sections.

26
New cards

What is a extended partition?

A type of disk partition in the MBR partitioning scheme, they are placeholders for one or more logical partitions.

27
New cards

WINLOAD.EXE

A component that is used to load Windows from a suspended state

28
New cards

NTOSKERNEL.EXE

The Windows kernel; when it is loaded, the boot process is handed over to the operating system

29
New cards

WINLOAD.EXE

Used for the normal booting of the Windows operating system, it loads the NTOSKERNAL.EXE

30
New cards

/REBUILDBCD

Can be used with bootrec to to rebuild the boot configuration data

31
New cards

/FIXBOOT

Can be used with bootrec to write a new boot sector to the system partition

32
New cards

/SCANOS

Used with bootrec to scan all other partitions that are found to have Windows installation

33
New cards

/FIXMBR

Used with bootrec to write a new master boot record for the partition

34
New cards

BCD

Boot Configuration Data, used to direct Windows to the proper boot installation

35
New cards

Which operating system life cycle term is used to describe an OS that is almost ready to be sold to customers?

A release candidate, which is a pre-release of an operating system, before it is released to market (RTM)

36
New cards

Alpha version of OS

versions of software that are highly unstable

37
New cards

Beta versions of an OS

More stable with bugs but not ready for retail

38
New cards

Mainstream of OS

a term used to describe the current release of the operating system

39
New cards

Which traditional type of backup media can be physically taken off site for safe storage?

Disk-to-tape

40
New cards

Disk-to-tape storage

a traditional backup media that can be taken off site for safe storage

41
New cards

Disk-to-disk storage

normally a rack-mounted unit that can be hosted at a remote site, but it's not easily transferable

42
New cards

Disk-to-cloud storage

not a traditional backup method and cannot be physically taken off site

43
New cards

When you create a partition on a disk that will be booted, what must you configure?

it must be marked as active

44
New cards

OEM

Original Equipment Manufacturer, the term used to describe the operating system that comes preinstalled on a computer

45
New cards

dual-booting

A computer with two operating systems that can be booted to either operating system via a bootloader menu

46
New cards

L2 cache

Cache memory that is larger and slower than L1 cache, and not as close to the processor. It's usually, but not always, dedicated to one processor core

47
New cards

L3 Cache

The largest and slowest cache memory bank, which is often shared among multiple cores within a processor.

48
New cards

Disk Array

A system consisting of multiple drives that usually operate as one entity

49
New cards

What can be used to enhance the security of bitlocker?

TPM or the HSM

50
New cards

Factors to consider for best disk performance?

Faster seek time and higher rates of revolution per minute

51
New cards

What should you tell a user who's computer keeps locking up?

Increase the size of the paging file to alleviate the problem

52
New cards

What does it mean when a system locks up or extended delays between clicks and responses?

The system is running out of memory

53
New cards

What is disk thrashing?

When a computer's virtual memory is in a constant state of paging; this occurs automatically and will have an adverse affect on a computer's performance

54
New cards

Discretionary Access Control (DAC)

Users can specify access rights to resource themselves; includes cloud systems, objects, and services

55
New cards

Mandatory Access Control (MAC)

provides a very high level of security by comparing the user's credentials with the level of access permitted to the resources being accessed

56
New cards

What is one way to start partitioning a disk for an NTFS file system?

View detected disks devices by the OS

57
New cards

How do you view detected disk devices by the OS?

Search and launch Computer Management>Disk Management tool>disk initializing menu will pop up and give options (you can click if you don't want to partition the disk right away)

58
New cards

Does GPT have any disk partition number limitations?

No

59
New cards

What is another way to start a disk for partitioning?

Launch Server Manager>File and Storage services(on the left)>Disks

60
New cards

How can you initialize a disk in Server Manager?

Right click on a disk and choose "initialize," and it will initialize it as GPT only

61
New cards

How can you change a GPT partition to an NTFS partition in Server Manager?

Refresh by going to the Tasks button, right click on the disk and choose "New Volume,"

62
New cards

How would we format an NTFS partition by using the older Disk Management tool?

Right click on the disk and choose "New Simple Volume," choose the max amount of space and then the disk name, choose and stay on the NTFS, then name the data label, then enable Perform a quick format, and done

63
New cards

How do you begin to partition a disk for the ext4 filesystem?

Use the lsblk to determine which disks the OS knows about>sudo fdsk /dev/[drive name]> n for new partition> p for primary partition> press enter to accept defaults

64
New cards

How can you commit a newly partitioned disk to the partition table and write that to disk?

w to write it

65
New cards

What command can you use to format a partition?

mkfs

66
New cards

Which file system or support system supports file encryption and quotas?

NTFS

67
New cards

What is the advantage of defragmenting a hard drive?

improves file access time

68
New cards

What is the common name used for a volume containing the startup files?

system volume

69
New cards

How are firmware updates installed?

By flashing the BIOS