LVM一分钟上手 2019年9月20日 | linux 1. 创建 disk.img 文件 1 2 3 4 $ dd if=/dev/zero of=disk.img bs=4K count=$((5*1024*1024)) 5242880+0 records in 5242880+0 records out 21474836480 bytes (21 GB, 20 GiB) copied, 850.981 s, 25.2 MB/s …… 阅读全文