DIsk management tools Flashcards
What are the three main problems related to file storage?
- Fragmentation
- Capacity
- Damage
These issues can significantly impact the performance and reliability of disk drives.
What is fragmentation in the context of hard disks?
Files become fragmented across non-contiguous clusters, reducing read performance
Ideally, each file would be saved in contiguous clusters.
How does capacity affect disk performance?
Performance can be impaired if the boot volume has less than 20% free space
A Low Disk Space warning is generated when space drops below 200 MB.
What can cause damage to hard disk drives?
Power cuts, physical impacts, overheating, and electrical issues
SSDs can also suffer from memory circuitry degradation.
How often should disk maintenance tools be run?
At least every month and before installing software applications
Regular maintenance helps prevent performance issues.
What is the purpose of the Disk Defragmenter tool (dfrgui.exe)?
To speed up the performance of HDDs and SSDs
It performs different operations based on the type of disk.
What does defragmenting do on a hard disk drive?
Rewrites file data to occupy contiguous clusters
This reduces the time the controller needs to seek over the disk.
What is the main purpose of the optimizer tool for SSDs?
To instruct the controller to run a TRIM operation
TRIM identifies data marked as deletable and tags blocks as writable.
What happens during a TRIM operation on an SSD?
The controller identifies deletable data and tags corresponding blocks as writable
This helps in maintaining SSD performance.
What is the function of the Disk Clean-up tool (cleanmgr.exe)?
Tracks files that can be safely erased to reclaim disk space
It includes files in the Recycle Bin and various temporary files.
What additional option can be used with Disk Clean-up to reclaim more space?
Clean up system files option in administrator mode
This can reclaim data from caches such as Windows Update and Defender.
True or False: SSDs manage data blocks directly through the operating system.
False
The drive controller manages how blocks are used according to wear-leveling routines.
What is the primary function of the Task Scheduler?
Runs commands and scripts automatically
It is accessed through taskschd.msc.
What types of schedules can tasks in the Task Scheduler follow?
Once at a future date or time, recurring schedule
Tasks can be set to run based on specific triggers.
What can a task in the Task Scheduler be?
A simple application process, batch file, script
Tasks can include command switches if necessary.
What is an example of a trigger in the Task Scheduler?
User signs in, machine wakes from sleep or hibernation
Triggers can be events rather than just calendar dates/times.
How many actions can each task in the Task Scheduler include?
Multiple actions
Tasks are versatile and can perform various functions.
What happens to the activity of tasks in the Task Scheduler?
All activity is logged
This allows for investigation of failed tasks.
How can tasks be organized within the Task Scheduler?
In folders
This helps manage multiple tasks efficiently.
What must be defined apart from the path to the file or script in a task?
Trigger and credentials
Credentials are necessary for tasks to run under the correct user account.