• MehBlah@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Somehow in thirty years I have never done that. I did however one time pull a drive that wasn’t done with its cached writes.

  • 9point6@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    The problem you have is you care which disk gets wiped, russian roulette is the best design pattern!

    sudo dd if=/dev/zero of=$(ls /dev/sd* | shuf | head -n1)
    

    …I shouldn’t need to say, but don’t run that unless you want to make your day a bit worse