LPI
117-201 · Question #9
Which of the following commands will copy one disk partition /dev/sda3 to /dev/sdb3?
The correct answer is B. dd if=/dev/sda3 of=/dev/sdb3 bs=4096 conv=notrunc. See the full explanation below for the reasoning.
Question
Which of the following commands will copy one disk partition /dev/sda3 to /dev/sdb3?
Options
- Add if=/dev/sdb3 of =/dev/sda3 bs=4096 conv=notrunc
- Bdd if=/dev/sda3 of=/dev/sdb3 bs=4096 conv=notrunc
- Cdd --input /dev/sda3 --output /dev/sdb3 bs=4096 conv=notrunc
- Ddd --input /dev/sdb3 --output /dev/sda3 bs=4096 conv=notrunc
How the community answered
(65 responses)- A3% (2)
- B77% (50)
- C14% (9)
- D6% (4)
Community Discussion
No community discussion yet for this question.