Linux自动化分区shell脚本 wistom 2020-11-21 347 阅读1分钟 自己写的Linux分区脚本,特此分享下 #!/bin/bash fdisk /dev/vdb <<EOF n p 1 wq w EOF fdisk -l