nerdexam
SUN

310-200 · Question #217

Given: # df -h | egrep -i "File|dsk" Filesystem size used avail capacity Mounted on /dev/dsk/c0t2d0s0 7.9G 3.0G 4.8G 38% / # fssnap -F ufs -o bs=/var/tmp/fssnap.etc /etc fssnap: ioctl: error 22…

The correct answer is C. fssnap failed because the backing store file was located on the same file system. D. fssnap needs either another ufs or nfs file system to save backing store file. See the full explanation below for the reasoning.

Question

Given:

df -h | egrep -i "File|dsk" Filesystem size used avail capacity Mounted on /dev/dsk/c0t2d0s0 7.9G 3.0G 4.8G 38% / # fssnap -F ufs -o bs=/var/tmp/fssnap.etc /etc fssnap: ioctl: error 22: Invalid argument Which two statements are true? (Choose two.)

Options

  • Afssnap failed because the backing store file was out of space.
  • Bfssnap -F ufs -o bs=/var/opt/fssnap.etc /etc will run successfully.
  • Cfssnap failed because the backing store file was located on the same file system.
  • Dfssnap needs either another ufs or nfs file system to save backing store file.
  • Efssnap -F nfs -o bs=/var/tmp/fssnap.etc /etc will run successfully.

How the community answered

(53 responses)
  • A
    4% (2)
  • B
    15% (8)
  • C
    72% (38)
  • E
    9% (5)

Community Discussion

No community discussion yet for this question.

Full 310-200 Practice