# 启动器中的统计信息无法跨发行版使用

**URL:** https://meta.discourse.org/t/stat-usage-in-launcher-not-cross-distro-compatible/413298
**Category:** Support
**Created:** [2026年九月25日 03:31 UTC](https://meta.discourse.org/t/stat-usage-in-launcher-not-cross-distro-compatible/413298 "2026-09-25T03:31:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JustinZ](https://avatars.discourse-cdn.com/v4/letter/j/e68b1a/32.png) [@JustinZ](https://meta.discourse.org/u/JustinZ)
#### Post date: [2026年九月25日 03:31 UTC](https://meta.discourse.org/t/stat-usage-in-launcher-not-cross-distro-compatible/413298/1 "2026-09-25T03:31:27Z")

</div>

看起来 `launcher` 工具针对特定版本的 `stat` 使用了特定的语法。

```plaintext
Would you like to attempt to recover space by cleaning docker images and containers in the system? (y/N) y
Finished cleaning
stat: unrecognized option: format=%a*%S
BusyBox v1.37.0 (2026-01-10 15:38:28 UTC) multi-call binary.

```

由于我目前还有超过 5GB 的可用空间，我刚刚编辑了 launcher 文件，让它返回 `true` 以暂时绕过这个问题，但最好能使用一个可以在任何平台上运行的工具。

供参考，我这是在 Alpine Linux 上使用的。

---

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [2026年九月25日 04:28 UTC](https://meta.discourse.org/t/stat-usage-in-launcher-not-cross-distro-compatible/413298/2 "2026-09-25T04:28:40Z")

</div>

如前所述，大约十天前：

> [@darkpixlz](#):
>
> 我认为该启动脚本假设你正在 Debian/Ubuntu 上运行。看起来你的 stat 错误是因为 BusyBox 版本的 `stat` 无法识别这里的 `format` 标志。
