COMPUTER HARDWARE COMPONENTS FUNCTIONS
WHAT IS A HARD DRIVE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Format
|
|
NTFS
|
|
DISKINIT
|
|
CHKDISK
|
Detailed explanation-1: -Right click the partition you need to format to NTFS file system and choose “Format Partition”. 2. In the mini window, choose “NTFS” from the file system drop-down menu and click “OK”. You can also set partition label to quickly distinguish it from others in future and change cluster size.
Detailed explanation-2: -The newfs command is a friendlier version of the mkfs command that is used to create file systems.
Detailed explanation-3: -NT file system (NTFS), which is also sometimes called the New Technology File System, is a process that the Windows NT operating system uses for storing, organizing, and finding files on a hard disk efficiently. NTFS was first introduced in 1993, as apart of the Windows NT 3.1 release.
Detailed explanation-4: -Using CMD: Open Diskpart > Type list disk and hit Enter > Type select disk 2 (Replace 2 with USB disk number) and hit Enter > Type help convert and hit Enter > Type convert G: /fs:ntfs (Replace G with a USB drive letter) and hit Enter.