A user is trying to use an external hard drive with an incompatible file system. Which of the following tools will allow the user to change the file system on the hard drive?

A. format
B. defrag
C. bootrec
D. chkdsk

Answer: A. format

Computer Science & Information Technology

You might also like to view...

Creative Commons helps people share and use their photographs

Indicate whether the statement is true or false

Computer Science & Information Technology

In Linux, what is the difference between the fork and clone system calls?

a) clone accepts arguments that specify which resources to share with the spawned process. b) Linux responds to the clone system call by creating a new task that contains a copy of all of its parent’s resources. c) clone creates a copy of the calling task, and the copy becomes the parent of the task that issued the clone system call. d) fork and clone spawn child processes in exactly the same way.

Computer Science & Information Technology