Ubuntu 管理心得

搜尋此網誌

2024年11月9日 星期六

save partition table

For gpt disk:
 
sudo sgdisk --backup=MyBook_partition_table_210241110 /dev/sdd
 
The saved file is not text file. It can be encoded with base64 into a text file.
 
base64 MyBook_partition_table_210241110_base64 > MyBook_partition_table_210241110_base64_encode.txt
 
 

沒有留言:

張貼留言