Question 660 of 1,020
Storage DeviceshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to use the Location tab in the Users folder properties to change the target path to the HDD. This method is correct because it leverages a built-in Windows symbolic link, or junction, which redirects the system to the new folder location without breaking the absolute paths that applications and the OS rely on, ensuring zero data loss. On the CompTIA A+ Core 1 220-1201 exam, this question tests your ability to manage storage in a mixed-drive environment, often appearing as a scenario where a technician must move user profiles to free space on a small SSD without corrupting system functionality. A common trap is attempting a simple cut-and-paste, which breaks file references, or using third-party tools unnecessarily. Remember the memory tip: “Location, not relocation”—always use the built-in Location tab to redirect, never manually move the folder.

220-1101 Storage Devices Practice Question

This 220-1201 practice question tests your understanding of storage devices. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A user reports that their computer with a 256GB SSD and a 1TB HDD is running out of space on the C: drive (SSD). The user wants to move the 'Users' folder to the HDD to free space. What is the best method to accomplish this without data loss?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1hardmultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use the 'Location' tab in the Users folder properties to change the target path to the HDD.

This question tests advanced storage management skills. Moving system folders like 'Users' requires using symbolic links (junctions) or the built-in 'Location' tab in folder properties to redirect the path without breaking system functionality.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Cut and paste the Users folder to the HDD, then create a shortcut on the SSD.

    Why it's wrong here

    Cutting and pasting system folders will break file paths and cause errors; shortcuts do not redirect system access.

  • Use the 'Location' tab in the Users folder properties to change the target path to the HDD.

    Why this is correct

    Windows allows redirecting user folders like Documents, Music, etc., via the Location tab, which safely moves data and updates paths.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Static NAT maps one inside address to one outside address.

  • Format the HDD as a dynamic disk and extend the C: partition onto it.

    Why it's wrong here

    Extending a boot partition onto a different physical drive is risky and not supported for system drives in Windows.

  • Delete the pagefile on the SSD to free space.

    Why it's wrong here

    Deleting the pagefile may free some space but does not address the user's need to move data to the HDD.

Common exam traps

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Detailed technical explanation

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related 220-1201 NAT questions on configuration and troubleshooting.

Related practice questions

Related 220-1201 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 220-1201 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 220-1201 question test?

Storage Devices — This question tests Storage Devices — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: Use the 'Location' tab in the Users folder properties to change the target path to the HDD. — This question tests advanced storage management skills. Moving system folders like 'Users' requires using symbolic links (junctions) or the built-in 'Location' tab in folder properties to redirect the path without breaking system functionality.

What should I do if I get this 220-1201 question wrong?

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related 220-1201 NAT questions on configuration and troubleshooting.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on 220-1201

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A technician is troubleshooting a desktop that has a 256GB SATA SSD (C:) and a 1TB SATA HDD (D:). The user reports that the system is running very slowly, and the C: drive is nearly full. The technician runs a disk cleanup and removes temporary files, but the C: drive still has only 5GB free. What should the technician do to resolve the performance issue without replacing the SSD?

hard
  • A.Enable write caching on the SSD in Device Manager.
  • B.Move the user's Documents, Pictures, and other personal folders to the D: drive.
  • C.Defragment the C: drive to consolidate free space.
  • D.Disable the page file on the C: drive.

Why B: This question tests understanding of SSD performance degradation due to low free space. SSDs need free space for wear leveling and garbage collection. When an SSD is nearly full, performance drops significantly. The best solution is to move user data and large files to the D: drive to free up space on the C: drive.

Keep practising

More 220-1201 practice questions

Last reviewed: Jun 18, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 220-1201 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 220-1201 exam.