All categories
Add new FAQ
Question
Open questions
Login
Login
Tagged entries
1 search result
How do I copy the partition table from disk to disk?
When using GPT you can use sgdisk to copy the partition table. FROM="/dev/sdX" TO="/dev/sdY" sgdisk $FROM -R $TO sgdisk -G $TO This will copy the ...
Tags
sfdisk
mbr
gpt
Add Search Word
copy
1
partition table
1
sgdisk
1