我正在尝试在以前分区的磁盘上安装Arch。Disklabel类型自动设置为gpt。我要把它改成dos。我该怎么做呢?
发布于 2020-06-18 15:17:07
我从未实际使用过cfdisk,但我可以告诉您如何使用fdisk。
fdisk -l/dev/nvme0n1或/dev/sda,但是您的知识可能会有所不同。fdisk <name of drive>。埃克斯。/fdsik /dev/sdaWelcome to fdisk (util-linux 2.35.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): 键入m显示:
O创建一个新的空DOS分区表
https://unix.stackexchange.com/questions/593681
复制相似问题