Files
tldr/pages.zh/linux/systemd-repart.md

18 lines
542 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# systemd-repart
> 自动扩展和添加分区。
> 根据repart.d中描述的配置文件扩展和添加分区。
> 不会自动调整分区上的文件系统大小。请参阅systemd-growfs以扩展文件系统。
> 更多信息请访问:<https://www.freedesktop.org/software/systemd/man/systemd-repart.html>。
- 将根分区(/)扩展到所有可用磁盘空间:
`systemd-repart`
- 查看更改但不应用:
`systemd-repart --dry-run=yes`
- 将根分区大小扩展到10千兆字节
`systemd-repart --size=10G --root /`