Preparing an image drive to copy files to is the first step in Linux forensics. For this purpose, what would the following command accomplish? dcfldd if=/dev/zero of=/dev/hda bs=4096 conv=noerror, sync
A.
Fill the disk with zeros
B.
Low-level format
C.
Fill the disk with 4096 zeros
D.
Copy files from the master disk to the slave disk on the secondary IDE controller
The command dcfldd if=/dev/zero of=/dev/hda bs=4096 conv=noerror, sync would fill the disk with zeros. It writes zeros to the entire /dev/hda device, effectively wiping its contents.
A < One of the main uses of /dev/zero is to provide a data source for various programs and scripts that require a stream of zeros.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
aqeel1506
4 months, 1 week agoElb
6 months, 3 weeks ago