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.pull/226/head