Linux - Reinstall format disk using dd command, Format disk using dd command

Reinstall format disk using dd command

When you want to clean the disk or format the disk dd command will be very handy to use it.

Format disk using dd command

 # dd if=/dev/zero of=/dev/sdb

 # dd if=/dev/null of=/dev/sdd bs=4096 count=1  

This command will clean or wipe the data of your existing disk. Use this command only if you have the backup or the existing data is no more inneed. This will also be helpful to reinstall your existing Linux operating system or to format the disk.

The topic on Linux - Reinstall format disk using dd command is posted by - Math

Hope you have enjoyed, Linux - Reinstall format disk using dd commandThanks for your time

Tech Bluff