Linux command
repart.d 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Apply partition definitions
sudo systemd-repart --dry-run
Run repart
sudo systemd-repart
Show changes without applying
systemd-repart --dry-run --no-pager
说明
repart.d contains configuration files for systemd-repart, which declaratively manages GPT partition tables. It can grow, create, or modify partitions on disk.
FAQ
What is the repart.d command used for?
repart.d contains configuration files for systemd-repart, which declaratively manages GPT partition tables. It can grow, create, or modify partitions on disk.
How do I run a basic repart.d example?
Run `sudo systemd-repart --dry-run` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more repart.d examples?
This page includes 3 examples for repart.d, plus related commands for nearby Linux tasks.