Re: RAID 1 | Restore based on Image of /dev/sda
From: Stefanie Leisestreichler <hidden>
Date: 2020-05-04 11:52:59
From: Stefanie Leisestreichler <hidden>
Date: 2020-05-04 11:52:59
On 04.05.20 13:36, Johannes Truschnigg wrote:
Hi Steffi, On Mon, May 04, 2020 at 01:26:35PM +0200, Stefanie Leisestreichler wrote:quoted
[...] Thanks, Wol, especially for the hint with the GUIDs, will keep this in mind. If ever using it again - maybe in case of a quick temporary replacement in the original computer - I will wipe it with zeros before. The partition layout will be cloned using sfdisk.When dealing with GPT partitions, you might want to consider using `sgdisk` instead. It features -G|--randomize-guids and will be able to clone a GPT table from one drive to another in one go, without you having to iron out UUID-related problems that "naive" cloning (which I believe `sfdisk` will perform) will introduce. Hth!
This also found its way in my private wiki, thanks!