1.2 – Disk Management Commands Flashcards
Storage Commands
chkdsk
scans a disk in hopes of recovering corrupted files [replacing files]
Storage Commands
chkdsk/f
fixes errors on the disk
Storage Commands
chkdsk/r
fixes errors & locates bad sectors and put recovered files in part that isn’t damaged
CANNOT run in Windows when in use
–Schedule next time system restarts
Storage Commands
format
erases a disk file applying a file system [lose your data]
Storage Commands
format/fs
specifies the type of file system [FAT, FAT32, exFAT, NTFS]
*format d:/ fs: ntfs = will format the D drive as NTFS
Storage Commands
format/q
performs a quick format
*format d:/ fs: fat32 / q
= will quick format the D drive as FAT32
Storage Commands
convert
changes FAT / FAT32 file system to NTFS WITHOUT erasing files
–convert/fs = specifies that the volume will be converted to NTFS
CANNOT convert NTFS to any other file system
Storage Commands
convert e:/ fs: ntfs
change FAT32 to NTFS without deleting files
–Enter volume label for drive E: ocs
Storage Commands
format /q e:
Enter volume label for drive E: ocs
Lose ALL data
Storage Commands
DISKPART
is a command line partition management tool
very elaborate command
–Taking a drive
–Detach a drive
–Create / delete partition within a drive