Is there a software emulates a SATA interface on a USB storage device, tricking Windows into recognizing the USB SSD as a SATA SSD.

Sandisk Extreme Portable is locked under bios password - dont know the password or even the computer I did this on. I tried many methods. Found that secure erase will work on AOEMI Partition Assistant if I can make windows see the usb as a sata device.

I do not care about the data. Hate that this thing is locked. Been on the backburner of stuff do fix and was hoping to correct this issue.

  • Generator@lemmy.pt
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Not related to selfhosted but OK.

    Don’t know about such software for Windows, but if you run Windows on a virtual machine on Linux, like virt-manager/libvirt you can add the USB as a local SSD.
    Virt-manager isn’t the most user friendly, but have a lot of features

    • path0l0gy@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I just don’t know where to ask questions sometimes. This group is typically the most well rounded for any problem that I know.

  • Violet_McQuasional@feddit.uk
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    You could (carefully) run a dd command to blast the partition data off the drive, in Linux or any Unix based system.

    Let’s say your drive was recognised as /dev/sdc when you plugged it in.

    First, make sure it’s unmounted:

    1. sudo umount /dev/sdc

    Then blast a gigabyte of zeros over the partition information: 2. sudo dd if=/dev/zero of=/dev/sdc bs=1G count=1

    The partition information is usually stored on the very first couple of megabytes on the drive, so blasting a gig’s worth of zeros linearly onto it should make it show up as an empty device next time you unplug and plug it in.

    • path0l0gy@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Problem is no volumes can be created. It’s locked via ata. But it’s portable drive so doesn’t show as ata in bios. So annoying