Book Image

Installation, Storage, and Compute with Windows Server 2016: Microsoft 70-740 MCSA Exam Guide

By : Sasha Kranjac, Vladimir Stefanovic
Book Image

Installation, Storage, and Compute with Windows Server 2016: Microsoft 70-740 MCSA Exam Guide

By: Sasha Kranjac, Vladimir Stefanovic

Overview of this book

MCSA: Windows Server 2016 certification is one of the most sought-after certifications for IT professionals, which includes working with Windows Server and performing administrative tasks around it. This book is aimed at the 70-740 certification and is part of Packt's three-book series on MCSA Windows Server 2016 certification, which covers Exam 70-740, Exam 70-741, and Exam 70-742. This book will cover exam objectives for the 70-740 exam, and starting from installing and configuring Windows Server 2016, Windows Server imaging and deployment to configuring and managing disks and volumes, implementing and configuring server storage and implementing Hyper-V. At the end of each chapter you will be provided test questions to revise your learnings which will boost your confidence in preparing for the actual certifications. By the end of this book, you will learn everything needed to pass the, MCSA Exam 70-740: Installation, Storage, and Compute with Windows Server 2016, certification.
Table of Contents (10 chapters)

Configuring and managing disks and volumes

Before we look at the management and configuration of disk and volumes, it is important to be familiar with the building blocks of a Windows Server 2016 storage system.

A filesystem is a part of the operating system that controls how files are organized, named, and stored on a volume. A filesystem manages folders, files, and the information needed to locate and access these items by local users or remote users. Windows Server 2016 supports four file systems: File Allocation Table (FAT), FAT32, NTFS, and Resilient File System (ReFS).

FAT is sometimes referred to as FAT16 and has been present since MS-DOS. FAT32 was introduced with Windows 95 OSR2 and has been supported in Microsoft Windows operating systems since then. FAT uses a 16-bit file-allocation table entry while FAT32 has a 32-bit file-allocation entry.

The following table shows...