QuestionQ98

Storage Fundamentals

Consider three volumes: eng_projects, hr_projects, and vol1. Their corresponding junction paths are /svm/eng_projects, /svm/hr_projects, and /svm/eng_projects/vol1.

From a Linux machine, after mounting the svm volume and running cd /mnt/svm, which subdirectories would you expect to see?

  • A eng_projects and vol1
  • B h_projects and vol1
  • C eng_projects, hr_projects and vol1
  • D eng_projects and hr_projects
Explanation

An ONTAP NAS namespace presents volumes at their configured junction paths. Both eng_projects and hr_projects are direct children of /svm, whereas vol1 is mounted beneath eng_projects at /svm/eng_projects/vol1; it is not a direct child of /svm.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!