• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back

Before a user begin storing data, what tasks must a user perform:

Select a Partitioning Style


Select a disk type


Divide the disk into partitions or volumes


Format the volumes with a file system

List two hard disk partition styles?

Master Boot Record (MBR)


GUID (Globally Unique Identifier)

Define Master Boot Record & Globally Unique Identifier?

MBR is the default partition style for x86-based and x64-based computers. Volume supports up to 2TB and four primary partitions.



GUID-first introduced in Windows Vista, Can be used used on x86 and x64 based computers.

Differences between MBR and GUID partitions:

MBR


Supports up to 4 primary partitions or 3 primary and 1 extended.


Supports Volumes up to 2TB.


Data critical to platform operations is stored in hidden sectors.



GUID


Supports up to 128 primary partitions.


Supports volumes up to 18 exabytes.


Data critical to platform operation is stored in partitions rather than in hidden sectors.

Windows support two disk types:

Basic and Dynamic disks.

Define Basic Disk?

Uses primary partitions, extended partitions, and logical drives to organize data.



Active Partitions

A primary partition that hosts an operating system.

During Windows 7 operating system installation, the setup program creates two partitions called:

System partition and Boot partition

System Partition

Contains hardware-related files that the computer uses to start. It is considered to the be active partition.

Boot Partition

Contains the operating system files which are stored in the Windows Folder.

Comparison of Primary and Extended Partitions

Primary partitions can


Act as a physically separate disk and can host an operating system.


Can be marked as an active partition.


Can create up to four primary partitions.


Format each primary partition and assign a unique drive letter.




Extended partitions cannot...


Host an operating system


Mark an extended partition as an active partition.


Be Formatted

Diskpart

A command line utility included with W7, to manage a basic disk.


Can create four primary partitions or 3 primary partitions and 1 extended.

Diskpart provides absolute control over partitions and volume.

True

Dynamic Disk

The process of converting a basic disk to a dynamic disk create a single partition that occupies the entire disk.

Dynamic Disks can support five types of volumes:

Simple, Spanned, Striped, Mirrored, and RAID-5

Simple Volume

Consists of space from a single disk. Once created, it can be extended to multiple disks to create a spanned or striped volume as long as it is not a system volume or boot volume.

Spanned Volume

Consists of space from at least 2, to a maximum of 32, physical disk all of which must be dynamic disks. It is a method for combining the space from multiple dynamic disks into a single large volume.

Striped Volume

Consists of space from at least 2, to a maximum of 32, physical disks all of which must be dynamic disks. The system writes data one stripe at a time to each successive disk in the volume. It provides better performance because each disk drive in the array has time to seek the location of its next stripe, while the other drives are writing. It does not provide fault tolerance.

Mirrored Volume

Consists of an equal amount fo space form 2 disks, both of which must be dynamic disks.Each disk holds an identical copy of the data written to the volume as a fault tolerance measure.

List the environments that dynamic disks does not support in Windows 7?

Portable computers


Removable disks


Detachable disks that use the Universal Serial Bus or IEEE


Disks connected to shared SCSI


Computers running Windows 7 Starter, Home Basic, or Home Premium.

What are the basic file system for Windows 7?

FAT & NTFS

FAT

The original 16 bit FAT file system for hard disks, also known as FAT16, is limited to partitions no larger than 4 GB, which makes it useless for today's computers.

What is a benefit of NTFS?

It is preferred file system for Windows 7. Its main benefits being improved support for larger hard drives and better security in the form of encryption and permissions that restrict access by unauthorized users.

What is one advantage of NTFS over FAT?

FAT file systems lack the security that NTFS provides, any user who gains access to your computer can read any file without restriction.

FAT32

Using the 32 bit version of FAT; Windows 7 can create partitions up to 32 GB in size, with individual files up to 4GB.

exFAT

Introduced to Windows Vista SP1, the Extended File Allocation Table; also known as FAT64; Intended primary for large USB flash drives. It does not support the encryption and permission features found in NTFS.

Disk Management

It is the primary W7 graphical utility for creating and manipulating hard disk partitions and volumes.

Tasks used in Disk Management

Initializing disks


Select partitioning style


Converting Basic Disk to Dynamic Disks


Creating Partitions and Volumes


Extending, Shrinking, and Deleting Volumes


Formatting partitions and volumes


Assigning and changing driver letter and paths


Disk Quotas, Folder Sharing

List ways to get to Disk Management

Click Start> Right Click Computer> Click Manage



Click Start> Click Control Panel>Click System and Security> Click Administrative tools> Click Computer Management> Click Storage> Disk Management



Type compmgmt.msc


How to convert dynamic disk to a basic disk1?

Backup the entire disk and delete the dynamic disk volumes. When you delete the last volume, the dynamic disk automatically reverts back to a basic disk.

How much space does it take to convert from basic to dynamic conversion?

1 MB

How to convert a basic disk to dynamic disk?

When a person create a striped, spanned, or mirrored volume, it converts the basic disk to a dynamic disk.

What groups must you be member of to extend or shrink any partition or volume?

Backup Operator & Administrators

Diskpart have two operational modes:

script mode and interactive mode

What are the two tools Windows 7 provides to free up disk space, defragment volumes, and check disks for errors?

Disk Cleanup & Defragment Disks

fragmentation

Overtime as files are written and rewritten to the disk, the contiguous spaces grow smaller, and the drive is forced to split files into clusters located at difference places on the disk.

VHD

(Virtual Hard Disk)


format to support its Virtual PC, Virtual Server.



A VHD file contains the entire contents of a hard disk in a single, portable file that administrators can use to move entire virtual machines form one host computer to another.

Native Boot

Enable a user to create and modify VHD in Windows 7 and even boot Windows 7 from a VHD, without having to run a virtual machine manager product such as Virtual PC.

device driver

To communicate with the operating system running on the computer each device also requires a software element called

Three main reasons why hardware manufacturers release new driver updates:

To address problems with the previous driver release


To implement new features


To enhance performance of the device

Signed Driver

This process ensures that the device driver does come from the authentic publisher and that someone has not maliciously altered it.

Device Manager

The primary Windows 7 tool for managing devices and their drivers.

Different ways to use device manager:

mmc.exe >Click File > Add/ Remove Snap-In, and select Device Manager


Click Start> Right Click Computer> Click Manage


Click Start> Click Control Panel> Click Device


Type devmgmt.msc in the search box

Rolling Back Drivers

Uninstall current drivers and reinstalls the previous version, returning the device to its state before you performed the most recent driver update.