2

I have a Minidell with SSD from 2009. I'd like to do a quick wipe everything and clean install to give it away. What is the fastest way?

Larry Golade
  • 1,091

1 Answers1

2
sudo dd if="/dev/zero" of="/dev/sdX" bs=4M count=32

Should do the trick. (X being the block device of your SSD)


After wiping, I suggest you install Ubuntu in OEM mode so that the end user is able to create their own user account and such.