SG0-001 · Question #338
Which of the following describes the location within the current accessible file system to which a new file system is made accessible?
The correct answer is B. Mount point. A mount point is an empty directory in an existing file system where a new file system is attached and made accessible. This allows users to interact with the contents of the new file system as part of the existing directory structure.
Question
Which of the following describes the location within the current accessible file system to which a new file system is made accessible?
Options
- ASwap space
- BMount point
- CVSAN
- DVLAN
How the community answered
(23 responses)- A4% (1)
- B91% (21)
- C4% (1)
Why each option
A mount point is an empty directory in an existing file system where a new file system is attached and made accessible. This allows users to interact with the contents of the new file system as part of the existing directory structure.
Swap space is an area on a hard disk used as virtual memory when physical RAM is full, not a location for making file systems accessible.
A mount point is a directory on a currently accessible file system where another file system is logically attached or 'mounted' to become accessible. When a file system is mounted, its root directory becomes the mount point, and its contents are available through that directory.
VSAN (Virtual SAN) is a software-defined storage solution from VMware, not a concept related to file system accessibility within an operating system.
VLAN (Virtual Local Area Network) is a logical segmentation of a network at Layer 2, unrelated to file system mounting or accessibility.
Concept tested: File system mounting and mount points
Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/add-a-mounted-folder-path-to-a-drive
Topics
Community Discussion
No community discussion yet for this question.