Home > Dokumentasi, Tutorial macam - macam > how to format the HDD to low level format

how to format the HDD to low level format

Low level format via LiveCD Linux

Assuming you mean zeroing the hard drive as being the same as a low level format – from a live cd

sudo dd if=/dev/zero of=/dev/sdx

replacing the x with the drive letter of your drive (likely /dev/sda if you only have one hard drive) – be warned, on a 500gb hard drive, this could take some time. You could also use dcfldd which uses the same basic syntax as dd commands, but is about twice as quick. If you want to use dcfldd,

sudo apt-get install dcfldd

after you have enabled repositories. In which case the syntax would be

sudo dcfldd if=/dev/zero of=/dev/sdx

again replacing the x with the appropriate drive letter.
You could also use darik’s ‘boot and nuke’ live cd and it will essentially do the same thing.

  1. November 15, 2011 at 4:41 am | #1

    Can i combaine LIVE CD Ubuntu with Windows XP in one DVD?

  2. November 15, 2011 at 4:42 am | #2

    Gan nanya dunk. bisa ga menggabungkan Live CD ubuntu dan windows xp dalam 1 DVD?

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.