954,234 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Disk formatting

Very simple question - can a Ubuntu 9.10 distro format a hard drive in ntfs format?

normanallen
Junior Poster
130 posts since Jul 2006
Reputation Points: 14
Solved Threads: 2
 
Very simple question - can a Ubuntu 9.10 distro format a hard drive in ntfs format?

Do you mean that you want to install Ubuntu onto a ntfs partition or that you need to partition a drive as ntfs?

From the command prompt use mkfs

If you need to do it from a live cd and want a gui use gparted

here2serve
Newbie Poster
20 posts since Nov 2009
Reputation Points: 10
Solved Threads: 2
 

Actually I was trying to wipe my Windows C: drive, and wanted to know if Ubuntu could do it.

normanallen
Junior Poster
130 posts since Jul 2006
Reputation Points: 14
Solved Threads: 2
 
Actually I was trying to wipe my Windows C: drive, and wanted to know if Ubuntu could do it.


If you are dual booting and want to reformat the windows partition
sudo apt-get install gparted

Once you open gparted it should be pretty straight forward for you.

If you need to wipe a drive from the live cd. Don't do this if you are dual booting.

dd if=/dev/zero of=/dev/sda [for a sata sda for ide hda]
or for a more secure wipe but it will take longer
dd if=/dev/urandom of=/dev/sda

dd is going to start at the beginning of the drive and over write every block including the boot sector.

Reformatting a drive will NOT wipe it. I have recovered 33+ gb of usable data from a 160gb drive that had been reformatted and a fresh install of XP.

here2serve
Newbie Poster
20 posts since Nov 2009
Reputation Points: 10
Solved Threads: 2
 

Thank you. That should be enough to get me going!

normanallen
Junior Poster
130 posts since Jul 2006
Reputation Points: 14
Solved Threads: 2
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: