crash.commands.mount module

SUMMARY

Display mounted file systems

-f display common mount flags
-v display superblock and vfsmount addresses
-d display device obtained from super_block
class crash.commands.mount.MountCommand(name: str)[source]

Bases: crash.commands.Command

display mounted file systems

execute(args: argparse.Namespace) → None[source]

This method implements the command functionality.

Each command has a derived class associated with it that, minimally, implements this method.

Parameters:args – The arguments to this command already parsed by the commmand’s parser.
show_one_mount(mnt: gdb.Value, args: argparse.Namespace) → None[source]