<div>xfsprogs all version, delete primary superblock of xfs partition</div>
<div> </div>
<div>dd if=/dev/zero of=/dev/sda1 bs=512 count=1</div>
<div>sync</div>
<div> </div>
<div>Run xfs_repair in partition, while its searching for secondary superblock, remove the disk (USB) xfs_repair will never exit and will loop in never ending ............</div>
<div> </div>
<div>Please find patch attached with mail</div>