Purpose
The MEMBLK command accesses the file system segment at the specified memory address, determines the segment type, and returns a formatted display of the segment.
The MEMBLK command is available only when Filer is invoked from the System Debugger or Coroner. For information on invoking Filer from the System Debugger or Coroner see Running Filer from the System Debugger and Coroner.
Syntax
The online help lists the display options (/P, /S, /M, /L, /H, /X) as /dispopt. You can type the options at the beginning or end of the command.
- /P
- Positions to the segment. Nothing is displayed unless there is a problem.
- /S /M /L /H /X
- The display options: Short, Medium, Long, Hex, and Extended. The display format depends on the segment type. For descriptions of how the display options are applied to the different segment types, see the associated commands:CI, DB, WCI, and WDB.
- /C
- For compressed data blocks, displays the uncompressed DB header information, including extended header information pertaining to data compression.
- /Z
- For compressed data blocks, displays:
- memaddr
- The memory address specifying the start of the segment.
- =
- Specifies that Filer should use the most recently saved value for memadd r.
Usage Notes
The MEMBLK command is similar to the BLK command. See BLK.
MEMBLK might access obsolete copies of segments, so the displays might not be current. In addition, sometimes segments are inaccessible from the System Debugger when run against a dump. Segments that are inaccessible within the debugger are also inaccessible within Filer.