nerdexam
SUN

310-202 · Question #283

System A has a file system that is being shared as follows: -/data/dbase rw "" System B mounts that file system so that users on systemB can use /data as a working directory for adding, changing…

The correct answer is C. mount -F nfs -o hard,nointr,bg systemA:/data/dbase /data. See the full explanation below for the reasoning.

Question

System A has a file system that is being shared as follows:

-/data/dbase rw "" System B mounts that file system so that users on systemB can use /data as a working directory for adding, changing, and removing files in the /data/dbase file system located on systemA. Which answers describe the correct method of mounting the remote file system?

Options

  • Amount -F nfs -o hard,intr systemA:/data/dbase /data
  • Bmount -F nfs -o soft,intr,bg systemA:/data/dbase /data
  • Cmount -F nfs -o hard,nointr,bg systemA:/data/dbase /data
  • Dmount -F nfs -o soft,intr,bg,largefiles,logging,rw \ systemA:/data/dbase /data

How the community answered

(34 responses)
  • A
    15% (5)
  • B
    3% (1)
  • C
    74% (25)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full 310-202 Practice