CompTIA Linux+ Powered by LPI (LX0-103) — Question 37
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose TWO correct answers.)
Answer options
- A. FIND
- B. ID
- C. LABEL
- D. NAME
- E. UUID
Correct answer: C, E
Explanation
The correct answers, LABEL and UUID, provide unique identifiers for partitions that can be used in /etc/fstab to mount them. FIND and NAME do not serve this purpose in the context of partition identification, and ID is not a recognized method for mounting partitions in this way.