Skip to main content
Formatting slightly adjusted (block instead of inline)
Source Link
0xC0000022L
  • 17k
  • 27
  • 114
  • 182

If you can mount the disk of your offline system, you can use the -D or --directory option with journalctl. For example, if you mount the disk to /mnt, you can access its journal with

journalctl -D /mnt/var/log/journal

journalctl -D /mnt/var/log/journal 

If you can mount the disk of your offline system, you can use the -D or --directory option with journalctl. For example, if you mount the disk to /mnt, you can access its journal with

journalctl -D /mnt/var/log/journal

If you can mount the disk of your offline system, you can use the -D or --directory option with journalctl. For example, if you mount the disk to /mnt, you can access its journal with

journalctl -D /mnt/var/log/journal 
Source Link
Jason
  • 208
  • 2
  • 5

If you can mount the disk of your offline system, you can use the -D or --directory option with journalctl. For example, if you mount the disk to /mnt, you can access its journal with

journalctl -D /mnt/var/log/journal