nerdexam
SUN

310-200 · Question #309

You inherited a large number of disks from another department and installed them in your server. You want to prepare them for use on your system by removing partition information but not destroy the…

The correct answer is C. fmthard -s /dev/null /dev/rdsk/<device>s2. See the full explanation below for the reasoning.

Question

You inherited a large number of disks from another department and installed them in your server. You want to prepare them for use on your system by removing partition information but not destroy the VTOC. You decide to write a script to automate the task. Which command should you use to achieve this?

Options

  • Aformat <device>
  • Bprtvtoc /dev/rdsk/<device>s2
  • Cfmthard -s /dev/null /dev/rdsk/<device>s2
  • Ddd if=/dev/zero of=/dev/rdsk/<device>s2 bs=512 count=1

How the community answered

(29 responses)
  • A
    14% (4)
  • B
    7% (2)
  • C
    76% (22)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 310-200 Practice