BSD Specialist (LPIC-OT 702) — Question 1
Which device stands for the first BSD disk slice in the disk label on the first partition on the second SATA disk on OpenBSD?
Answer options
- A. /dev/sd1a
- B. /dev/d2s1
- C. /dev/sl1d2
- D. /dev/sd1p2d
- E. /dev/sata2a
Correct answer: A
Explanation
The correct answer is /dev/sd1a, which represents the first partition (a) of the second SCSI disk (1) in OpenBSD. The other options either reference incorrect device naming conventions or do not correspond to the appropriate disk and partition structure in OpenBSD.