Hi All
 
Just a suggestion for improved readablity in crash for mount command.

Instead of printing header every time for each line, It can be limited to one header at the top.

crash> mount /
VFSMOUNT SUPERBLK TYPE DEVNAME DIRNAME
1100800 10ec800 rootfs rootfs /
VFSMOUNT SUPERBLK TYPE DEVNAME DIRNAME
1100200 10e9400 ext3 /dev/root /
crash> mount /proc
VFSMOUNT SUPERBLK TYPE DEVNAME DIRNAME
1100280 10ec400 proc /proc /proc
VFSMOUNT SUPERBLK TYPE DEVNAME DIRNAME
1100f00 10ec400 proc /proc /proc
crash>
 
Regards
Hariharan T.S.