I have a really big problem.
I wanted to delete files from USB. I searched and have found a link did it on terminal something like
dd if=/dev/urandom of=/dev/sda1 bc = 4MG
and then my PC just frozen I shut it down. Now My PC can't turn on
Please help me
sda
usually is the drive where the OS is installed. And the command you used,dd
has the nickname of "disk destroyer" for a reason: It doesn't ask for confirmation, it doesn't take prisoners. You system was wiped out with that single command. – Feb 17 '17 at 11:16