I'm working on a project that restores a downed Linux client based on a saved configuration, and as part of the restore runs sfdisk to recreate the disk partition table. However, we've noticed that ...
I'm working on a bash script to repartition a disk using sfdisk, and for reasons not worth going into I have to be able to preserve existing partitions if ...