SG0-001 · Question #229
An administrator needs to provide access to a remote directory on a server. Which of the following would the administrator use to accomplish this?
The correct answer is C. Create a mount point. To provide access to a remote directory on a server, an administrator would create a mount point, which is a local directory where the remote file system is attached and made accessible.
Question
An administrator needs to provide access to a remote directory on a server. Which of the following would the administrator use to accomplish this?
Options
- ACreate a file system
- BCreate a volume group
- CCreate a mount point
- DCreate a logical disk
How the community answered
(36 responses)- A3% (1)
- C92% (33)
- D6% (2)
Why each option
To provide access to a remote directory on a server, an administrator would create a mount point, which is a local directory where the remote file system is attached and made accessible.
Creating a file system organizes data on a local storage device, but does not provide access to a remote directory.
A volume group is a collection of physical volumes used to create logical volumes, which is part of local storage management, not remote access.
Creating a mount point is the process of attaching a remote file system or directory to a specific directory within a local file system. This allows users and applications on the local system to access the remote resources as if they were local directories and files, enabling seamless access to shared network resources.
A logical disk (or logical volume) is a partition of storage, which is a local storage concept, not a mechanism to access a remote directory.
Concept tested: File system mounting, remote resource access
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mountvol
Topics
Community Discussion
No community discussion yet for this question.