Disk Partitioning and File Systems
80 Questions
100 Views

Disk Partitioning and File Systems

Created by
@RelaxedCherryTree

Questions and Answers

What are the two types of partitions you can divide a MBR disk into?

  • Primary partition (correct)
  • Dynamic partition
  • Logical partition
  • Extended partition (correct)
  • What does it indicate if a primary partition is marked as active?

    It is a bootable partition.

    How many primary partitions can you have on a disk?

    4

    What partition allows you to add multiple logical drives?

    <p>Extended partition</p> Signup and view all the answers

    How many extended partitions are you allowed to have on a disk?

    <p>One</p> Signup and view all the answers

    What are two important limitations of the MBR partitioning scheme?

    <p>Maximum size of a single partition is 2TB and you are limited to 4 total partitions per disk.</p> Signup and view all the answers

    What partitioning scheme overcomes the limitations of the MBR disks?

    <p>Globally Unique Identifier (GUID) Partition Table (GPT)</p> Signup and view all the answers

    What are two key points to remember about GPT disks?

    <p>Windows systems support GPT disks as large as 256 TB and as many as 128 primary GPT partitions.</p> Signup and view all the answers

    What circumstance allows a Windows 7 system to boot to a GPT disk?

    <p>Only 64-bit versions can boot, and only if the computer is an Extensible Firmware Interface (EFI) based system.</p> Signup and view all the answers

    What does a GPT disk include for backwards compatibility?

    <p>Protective MBR table</p> Signup and view all the answers

    What is the function of a recovery partition?

    <p>It is used to restore the system to the exact state it was in when it was shipped from the OEM.</p> Signup and view all the answers

    Basic and dynamic disks can use MBR or GPT disks.

    <p>True</p> Signup and view all the answers

    If you convert the disk to dynamic, you will be able to use the system as a dual-boot system.

    <p>False</p> Signup and view all the answers

    What is a benefit of a dynamic disk?

    <p>You can create as many as 2000 volumes on a single disk.</p> Signup and view all the answers

    What type of disk allows you to create striped, mirrored, and spanned volumes?

    <p>Dynamic disk</p> Signup and view all the answers

    What is the RAID configuration that requires at least 2 disks and does not provide fault tolerance?

    <p>RAID-0 (striped)</p> Signup and view all the answers

    What is the RAID configuration that requires only 2 drives and provides fault tolerance?

    <p>RAID-1 (mirrored)</p> Signup and view all the answers

    What is the RAID configuration that requires at least 3 drives and provides fault tolerance?

    <p>RAID-5</p> Signup and view all the answers

    What RAID configuration requires at least 4 drives and does not support dynamic disks?

    <p>RAID-10</p> Signup and view all the answers

    What is the only RAID configuration you can use if you convert the disk to dynamic disks?

    <p>RAID-0</p> Signup and view all the answers

    Windows 7 is the only OS that supports mirrored disks.

    <p>True</p> Signup and view all the answers

    This RAID configuration can only be used on servers.

    <p>True</p> Signup and view all the answers

    Dynamic disks do not support RAID-10.

    <p>True</p> Signup and view all the answers

    What RAID configuration is supported on all Windows systems with dynamic disks?

    <p>RAID-0 (striped)</p> Signup and view all the answers

    What RAID configuration requires each disk to be the same size and improves performance?

    <p>RAID-0 (striped)</p> Signup and view all the answers

    What RAID configuration is supported on Windows 7 but not XP or Vista?

    <p>RAID-1</p> Signup and view all the answers

    What is a spanned volume?

    <p>It includes space on more than one physical disk but appears to the OS as one physical volume.</p> Signup and view all the answers

    Where are the system boot files located?

    <p>Typically c:\</p> Signup and view all the answers

    What is the location for Windows based system files?

    <p>Typically c:\windows</p> Signup and view all the answers

    Spanned volumes can only be created on what type of disk?

    <p>Dynamic disk</p> Signup and view all the answers

    What is the purpose of a file system?

    <p>To organize files and folders so that the operating system can access the files.</p> Signup and view all the answers

    What process organizes the partition based on the file system?

    <p>Formatting</p> Signup and view all the answers

    What is a track in relation to disks?

    <p>It is a complete circle around the disk used to store data.</p> Signup and view all the answers

    What are sectors in a hard drive?

    <p>Separate areas logically divided on the hard drive that have multiple portions of a track.</p> Signup and view all the answers

    What are clusters?

    <p>Multiple sectors grouped together, also known as allocation units.</p> Signup and view all the answers

    How do file systems identify the location of files on a disk drive?

    <p>By the unique number assigned to each allocation unit or cluster.</p> Signup and view all the answers

    How many bits does each hexadecimal character represent?

    <p>4</p> Signup and view all the answers

    What is fragmentation?

    <p>When the file system divides or fragments a file and stores these fragments in different locations on the hard drive.</p> Signup and view all the answers

    What are symptoms of fragmentation?

    <p>Disk thrashing, slow performance</p> Signup and view all the answers

    What will a full format do to the disk?

    <p>It will check all the sectors and mark faulty areas as bad.</p> Signup and view all the answers

    On a FAT16 file system, what was the maximum partition size you could create?

    <p>4GB</p> Signup and view all the answers

    On a FAT32 file system, what was the maximum partition size you could create?

    <p>32GB</p> Signup and view all the answers

    Name some advantages of the NTFS.

    <p>File and folder permissions, encryption, compression, larger volumes, efficiency, tolerance.</p> Signup and view all the answers

    What is the standard used to access files on optical discs?

    <p>Compact Disc file system (CDFS)</p> Signup and view all the answers

    Before data can be read or written to a volume or disk array, what must take place?

    <p>Must be formatted.</p> Signup and view all the answers

    If you have a drive with data on it, and you want to format it to a different file system, what should you do first?

    <p>Back it up, formatting wipes the drive.</p> Signup and view all the answers

    What should you do to wipe a drive clean?

    <p>Get a special program to wipe it clean.</p> Signup and view all the answers

    What type of format will prepare the drive and scan for bad sectors?

    <p>Full format</p> Signup and view all the answers

    What type of format does not scan a disk for bad sectors?

    <p>Quick format</p> Signup and view all the answers

    What type of format is quicker than a full format but not recommended for a regularly used system?

    <p>Quick format</p> Signup and view all the answers

    What command would you type at the command prompt to format the volume D with the NTFS file system?

    <p>format d: /fs:ntfs</p> Signup and view all the answers

    Mount points can be mounted only on empty NTFS folders.

    <p>True</p> Signup and view all the answers

    What are two problems with converting from a basic disk to a dynamic disk?

    <p>The system cannot be used as a dual-boot system and converting back to basic will lead to data loss.</p> Signup and view all the answers

    What command line tool is equivalent to the Disk Management GUI?

    <p>diskpart</p> Signup and view all the answers

    What shortcut key can you press during Windows 7 installation to access the command prompt?

    <p>Shift-F10</p> Signup and view all the answers

    What command tool is used to identify and resolve problems with disks?

    <p>chkdsk</p> Signup and view all the answers

    What chkdsk switch is used to fix errors on the disk?

    <p>chkdsk /f</p> Signup and view all the answers

    What chkdsk switch locates and recovers readable information while fixing errors?

    <p>chkdsk /r</p> Signup and view all the answers

    What will Windows often do if it detects a problem with a volume?

    <p>Schedule chkdsk to run the next time the system reboots.</p> Signup and view all the answers

    What tools verify the integrity of the physical disk and file system?

    <p>Check Disk GUI and chkdsk command tool</p> Signup and view all the answers

    If you wanted to convert a file system from FAT32 to NTFS, which command tool would you use?

    <p>convert</p> Signup and view all the answers

    Converting a volume does not reformat it, so it doesn't result in the loss of data.

    <p>True</p> Signup and view all the answers

    If you wanted to convert the E: drive from FAT32 to NTFS, what would the command look like?

    <p>convert e: /fs:ntfs</p> Signup and view all the answers

    What must you do to revert from NTFS to FAT?

    <p>Reformat it, so you will lose data.</p> Signup and view all the answers

    What tool helps determine if a disk is fragmented?

    <p>Disk Defragmenter and defrag</p> Signup and view all the answers

    What would be the command to defrag the E: drive?

    <p>defrag e:</p> Signup and view all the answers

    What switch would you use with the defrag command to do an analysis of the E: drive?

    <p>defrag e: /a</p> Signup and view all the answers

    What switch would you use to defrag all the drives on the system?

    <p>defrag /c</p> Signup and view all the answers

    What tool would you use to remove temporary cached files from the internet and recycle bin?

    <p>Disk Cleanup, cleanmgr</p> Signup and view all the answers

    What command was used to partition a disk prior to installing an OS?

    <p>fdisk</p> Signup and view all the answers

    What is simply a folder that has been shared and is available to other users on a network?

    <p>Share</p> Signup and view all the answers

    Are UNC's case sensitive?

    <p>False</p> Signup and view all the answers

    How would you view a listing of all the shares available on a system?

    <p>Use the command 'net share' at the command prompt.</p> Signup and view all the answers

    What types of shares are created automatically and are available to admins but not to other users?

    <p>Administrative shares, example c$, d$, e$</p> Signup and view all the answers

    If you wanted to hide a share, how would you do it?

    <p>Use $. Example: \danscomputer\resources$</p> Signup and view all the answers

    What tool could users use to access a shared file if they are not connected to the network?

    <p>Offline files</p> Signup and view all the answers

    What provides access to folders over a network?

    <p>Shares</p> Signup and view all the answers

    What are copies of shared files on the local system for offline access?

    <p>Offline files</p> Signup and view all the answers

    What are some symptoms of a fragmented hard drive?

    <p>Drive is slower, LEDs show constant activity.</p> Signup and view all the answers

    What RAID configuration requires at least 2 disks, does not provide fault tolerance, and is supported by dynamic disks?

    <p>RAID-0 (striped)</p> Signup and view all the answers

    Study Notes

    Disk Partitioning

    • MBR (Master Boot Record) allows two partition types: primary and extended.
    • An active primary partition indicates it is bootable.
    • Maximum of 4 primary partitions on a disk; you can have 3 primary and 1 extended.
    • Extended partitions enable creation of multiple logical drives; only one extended partition permitted on a disk.

    MBR Limitations

    • Maximum single partition size is limited to 2TB.
    • Total partition limit is four (4 primary or 3 primary + 1 extended).

    GPT (Globally Unique Identifier Partition Table)

    • Recommended for disks larger than 2TB, addressing MBR limitations.
    • Windows supports GPT disks up to 256TB with up to 128 primary partitions.
    • Extended partitions are not utilized on GPT disks.
    • Windows 7 can only boot from GPT disks if it's a 64-bit EFI-based system.
    • GPT disks incorporate a protective MBR table for compatibility with MBR applications.

    Recovery and Dynamic Disks

    • A recovery partition restores the system to its OEM state but is usually hidden.
    • Basic and dynamic disks can utilize both MBR and GPT partitioning schemes.
    • Converting to dynamic disks restricts dual-boot system capabilities.

    Volume and RAID Configurations

    • Dynamic disks allow up to 2000 volumes and support various RAID configurations:
      • RAID-0 (striped): Requires at least 2 disks; no fault tolerance.
      • RAID-1 (mirrored): Requires 2 drives; provides fault tolerance (only supported by Windows 7, not XP or Vista).
      • RAID-5: Needs at least 3 drives; provides fault tolerance (server support only).
      • RAID-10: Requires a minimum of 4 drives; provides fault tolerance (not supported by dynamic disks).

    File Systems and Formatting

    • File systems organize files for operating system access.
    • Formatting a partition can result in data loss; backup is recommended before changing file systems.
    • Full formats check for bad sectors; quick formats do not.

    FAT and NTFS File Systems

    • FAT16 allows a maximum partition size of 4GB, with file size limited to 2GB.
    • FAT32 allows up to 32GB partition size with 4GB file size limits.
    • NTFS offers file permissions, encryption, compression, larger volumes, and improved efficiency.

    Data Management Tools

    • Disk Management tools allow for visualization and management of drives.
    • chkdsk checks disks for errors; chkdsk /f repairs, chkdsk /r recovers readable information.
    • Disk Cleanup (cleanmgr) removes unnecessary files from the system.

    Network Shares and Offline Files

    • Shares provide network access to folders; administrative shares are hidden from users.
    • Offline files are local copies of shared network files, allowing access without network connection.
    • UNC paths are not case-sensitive; “net share” command lists all available shares.

    Fragmentation and Performance

    • Fragmentation occurs when files are stored in non-contiguous sectors, leading to slow performance.
    • Symptoms of fragmentation include disk thrashing and decreased drive speeds.
    • Defragmentation tools like Disk Defragmenter can help improve drive performance.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    This quiz explores the fundamentals of disk partitioning, focusing on MBR and GPT partitioning systems. Learn about their limitations, advantages, and how they manage storage on larger disks. Test your knowledge about active partitions, extended partitions, and dynamic disks.

    More Quizzes Like This

    Use Quizgecko on...
    Browser
    Browser