Unlock a password protected ATA drive bricked by an interrupted/failed ATA secure erase initiated by GNOME Disk Utility or udisks
Password used by GNOME Disks/udisks to lock the drive during the erase is literally xxxx
.
sudo hdparm --security-unlock "xxxx" /dev/<device>
sudo hdparm --security-disable "xxxx" /dev/<device>