Module 4 repairs Flashcards
how can NTFS see the state the current file system should be in?
by looking at the logs.
what can the file system do if corruption occurs?
initiate a recovery process using the log it kept
what does self-healing do?
makes changes to minor problems automatically while Windows is running.
How can you check the status of the self-healing process on your computer?
open administrative cmd prompt and use fsutil
what does the command
fsutil repair query C:
do?
queries the C: drive repair state.
when there is catastrophic failure, what utility can you turn to?
NTFS check disk utility
what do the recovery features built into NTFS usually mean?
you don’t usually need to run check disks unless it is an emergency
how do you run check disk manually?
open up an administrator command prompt and type
chkdsk
what does chkdsk run in by default?
read only mode. Will check disk health without making modifications or repairs.
what flag can you use to tell chkdisk to fix problems it finds?
/F
how can you specify that you want chkdsk to work with a specific file or directory? tell it to check and repair the C: drive
chkdsk /F C:
when do you not need to manually run chkdsk?
if the OS detects that data has been corrupted or the disk has a bad sector. It sets a bit in the metadata file that indicates corruption.
what happens with the chkdsk utility when the system boots?
it will check bits that denote corruption and try to repair any corruption it finds by reconstructing the broken bits from the NTFS Log.
what is the file system repair utility in Linux?
fsck, file system check
what must you do before doing fsck?
make sure the file system isn’t mounted
what happens if you run a file check on a mounted system?
high chance that it will damage the file system
what does the fsck command look like in action?
sudo fsck /dev/sda
is file system repair a guaranteed fix?
no, but helpful in most cases.
what does fsck do on some systems in boot up?
runs and attempts to auto-repair
what is software that provides structure for storing the OS and all other software installed on system hard drives?
a computer file system
what must a hard drive be formatted with before the OS can be installed?
file system