我希望向CentOS 7机器(在VirtualBox中运行)添加一个交换分区。但是,当我尝试添加它时,我会得到以下错误:
partx -a /dev/sdd1
partx: /dev/sdd: error adding partition 1这是fdisk /dev/sdd的输出
Command (m for help): p
Disk /dev/sdd: 8589 MB, 8589934592 bytes, 16777216 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x1b359154
Device Boot Start End Blocks Id System
/dev/sdd1 2048 4196351 2097152 83 Linux有什么建议吗?
发布于 2019-01-29 06:55:22
https://serverfault.com/questions/828877
复制相似问题