Valid 300-300 Dumps shared by ExamDiscuss.com for Helping Passing 300-300 Exam! ExamDiscuss.com now offer the newest 300-300 exam dumps, the ExamDiscuss.com 300-300 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 300-300 dumps with Test Engine here:
Which of the following smb.conf options turns a regular file share into a DFS share?
Correct Answer: A
DFS (Distributed File System): This allows for the organization of shared files on multiple servers in a distributed file system. msdfs root = yes: This option in the Samba configuration file (smb.conf) enables a share to be a DFS root. This means the share can provide access to multiple other shares possibly located on different servers, creating a single point of access. Functionality: When enabled, users accessing this DFS root can be redirected transparently to the actual location of the shared files, which might be spread across different servers. Setup: To configure a DFS root, add msdfs root = yes to the specific share definition in smb.conf. Reference: Samba DFS Configuration