### pstore
### command: bash -lc ls -la /sys/fs/pstore 2>/dev/null; for f in /sys/fs/pstore/*; do [ -f "$f" ] && echo "--- $f" && head -300 "$f"; done || true
total 0
drwxr-x--- 2 root root 0 May 26 17:54 .
drwxr-xr-x 9 root root 0 May 26 17:54 ..
