systemA has a file system that is being shared as follows:
-/data/dbase rw “”
systemB mounts that file system as follows:
/data on systemA:/data/dbase remote/read/write/setuid/devices/xattr/dev=4c00002
On systemB, whenever root tries to create or copy a file to the /data directory, root receives the following error:
cannot create
Which answer describes a solution to this problem?

A.
On systemA, share /data/dbase as follows: share -F nfs -o rw=systemB /data/dbase
B.
On systemA, share /data/dbase as follows: share -F nfs -o root=systemB /data/dbase
C.
On systemB, mount the remote file system as follows:mount -F nfs -o rw systemA:/data/dbase /data
D.
On systemA, give root write privileges to the /data/dbase directory.
I have the same idea.
0
0