瀏覽代碼

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.
pull/226/head
Adam Matthews 5 月之前
committed by GitHub
父節點
當前提交
3d7dda2029
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.md

+ 1
- 1
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:


Loading…
取消
儲存