nerdexam
Network_Appliance

NS0-157 · Question #317

Data ONTAP uses inodes in an active file system to reference ___________.

The correct answer is B. disk blocks. In Data ONTAP, inodes are metadata structures that store file attributes and pointers to the actual data locations on storage.

ONTAP Cluster Fundamentals

Question

Data ONTAP uses inodes in an active file system to reference ___________.

Options

  • Aqtrees
  • Bdisk blocks
  • Cfile segments
  • DSnapshot copies

How the community answered

(58 responses)
  • A
    3% (2)
  • B
    90% (52)
  • C
    2% (1)
  • D
    5% (3)

Why each option

In Data ONTAP, inodes are metadata structures that store file attributes and pointers to the actual data locations on storage.

Aqtrees

Qtrees are logical partitions within a volume used for quota and export management and are directory-level constructs, not targets of inode pointers.

Bdisk blocksCorrect

Inodes in Data ONTAP's active file system store file metadata and contain direct and indirect block pointers that reference the disk blocks where the actual file data physically resides. This is the standard UNIX-derived file system model ONTAP uses to map logical files to their physical storage locations on disk.

Cfile segments

File segments is not the correct Data ONTAP terminology for the storage units that inodes point to - disk blocks is the accurate term.

DSnapshot copies

Snapshot copies are managed through a separate copy-on-write block mapping mechanism and are not directly referenced by active file system inodes.

Concept tested: Data ONTAP inode to disk block mapping

Source: https://docs.netapp.com/us-en/ontap/concepts/storage-virtualization-concept.html

Topics

#inodes#disk blocks#active file system#file system internals

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice