nerdexam
CompTIA

LX0-104 · Question #207

Which of the following export options, when specified in /etc/exports, will tell the server to use the NFSv4 Pseudofilesystem?

The correct answer is B. fsid=0. In the /etc/exports file, the fsid=0 export option is used to designate a directory as the root of the NFSv4 pseudofilesystem.

Essential System Services

Question

Which of the following export options, when specified in /etc/exports, will tell the server to use the NFSv4 Pseudofilesystem?

Options

  • Afsid=2
  • Bfsid=0
  • Cfsid=3
  • Dfsid=1

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    93% (27)
  • C
    3% (1)

Why each option

In the `/etc/exports` file, the `fsid=0` export option is used to designate a directory as the root of the NFSv4 pseudofilesystem.

Afsid=2

While `fsid` can uniquely identify filesystems for NFSv2/v3, `fsid=2` does not have the special meaning of designating the NFSv4 pseudoroot.

Bfsid=0Correct

The `fsid=0` option in `/etc/exports` specifically configures an exported directory to serve as the NFSv4 pseudoroot. This is a critical configuration for NFSv4, as all other NFSv4 exports are typically mounted as subdirectories under this designated pseudoroot.

Cfsid=3

`fsid=3` is a valid filesystem identifier, but it does not specifically configure the NFSv4 pseudofilesystem root.

Dfsid=1

`fsid=1` is a valid filesystem identifier, but it does not have the special function of defining the NFSv4 pseudoroot.

Concept tested: NFSv4 pseudofilesystem configuration

Source: https://manpages.debian.org/unstable/nfs-kernel-server/exports.5.en.html

Topics

#NFSv4#pseudofilesystem#/etc/exports#file sharing

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice