Lab 7-1: Managing Local Storage and Virtual Hard Disks

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

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.

5 Terms

1
New cards

What could be the primary reason to implement Resilient File System (ReFS) on Windows Server 2019 instead of a New Technology File System (NTFS)?

It can detect data corruption when used with Storage Spaces

2
New cards

You execute the following command in PowerShell:

Set-Disk -Number 3 -IsReadOnly $false

What would be the output of this command?

Turns off the Read-only attribute on Disk number 3

3
New cards

You have a server with multiple disks but with no RAID configured. You want to mirror the C drive with D drive. Which of the following RAID should you configure?

RAID 1

RAID 0: This is known as striping. It splits data across multiple disks, which can improve performance. However, it offers no redundancy, so if one disk fails, all data is lost.

RAID 5: This level uses striping with parity. Data and parity (error checking) information are distributed across three or more disks. It provides good performance and fault tolerance, as the system can recover data if one disk fails.

RAID 5+1: This is a combination of RAID 5 and RAID 1. It involves mirroring a RAID 5 array, providing both high performance and high redundancy. It's also known as RAID 51.

4
New cards

Which type of RAID provides fault tolerance through the use of parity information spread across the member disk volumes?

RAID 5

5
New cards

Identify the output of the following PowerShell command:

Get-VHD c:\engineering.vhd

Verifies the system properties of engineering.vhd