From 3d7dda20293ef6e00cb596c4b4b318f295c90b6a Mon Sep 17 00:00:00 2001 From: Adam Matthews <52178922+adamsthws@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:12:53 +0100 Subject: [PATCH] Update README.md Enhance visibility of log2ram filesystem type Changed the command... `df -h | grep log2ram` to: `df -hT | grep log2ram` This provides additional clarity by explicitly showing the type of filesystem (e.g. tmpfs) where 'log2ram' is mounted. This makes the output more useful for diagnostics and ensuring correct configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d1cc3..cc3c674 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The log is also written to `/var/log/log2ram.log`. You can also inspect the mount folder in RAM with: ```bash -# df -h | grep log2ram +# df -hT | grep log2ram log2ram 40M 532K 40M 2% /var/log ``` or also: