My
initial though was to use fdisk. However, fdisk does not understand
GUID Partition Tables and therefore cannot remove such tables. The other
tool that does understand GPT is a tool called “parted”.
So to replace the GPT table with msdos, I did:
parted /dev/sdc
mklabel msdos
quit
출처: http://www.virtualvcp.com/linux-technical-guides/125-clearing-a-guid-partition-table-gpt-in-linux
댓글 없음:
댓글 쓰기