Tags: azlux/log2ram
Tags
Update README.md (#226) * 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. * Update README.md Update the example for 'df -hT...' * Update README.md Update README with Clearer Examples Improves readability and provides more immediate comprehension for users checking filesystem mount details. (Uses `awk` to provide more descriptive output). 1. Modified the `df -hT | grep log2ram` command to include labels for each output field, making it easier to understand the filesystem statistics. 2. Updated the `mount | grep log2ram` command to better display information about the `log2ram` mount.
PreviousNext