LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Formatting hard drive... (https://www.linuxquestions.org/questions/linux-hardware-18/formatting-hard-drive-144168/)

Linux~Powered 02-09-2004 03:46 PM

Formatting hard drive...
 
I want to completely erase my hard drive and start over again. I had Windows XP on hda1, a boot on hda2, Slack on hda3 and a swap on hda5. I used Partition Magic to erase XP. I can't boot to XP anymore, so i guess i successfully erased it, but how do i go about securely erasing the whole hard drive? I will be installing Slack 9.1 again and also wanted to know what would be the best journeling fs to use for your everyday desktop?

BrianK 02-09-2004 04:13 PM

How secure do you want to be? To do a forensic delete, you need to go through a full format something like 7 times (data can be recovered from a HD even after its been formatted). If you're just wanting to remove all old data before starting over, just redo your partition table. You can use fdisk, or go through the automated process during install - erase the old partitions and you're done.

Good filesystems are ext3, ReiserFS, and XFS.
ext3 is probably the most widely used and perfectly acceptable for anything you might want to throw at it as an average user.
ReiserFS is good when you have a LOT of very small files. It's a btree file system so searches are generally very fast (hence being good for LOTS of really small files). Supposedly it has as good of performance as ext3 when you have a normal number of files in each dir - not a bad choice.
XFS has some great fault tollerence... that's about all I know about it. I seem to remeber there something about it that I didn't like (and therefore have never used) , but I can't, for the life of me, remeber what that was. Maybe I just liked reiser better.

Anyway, those are the three biggies - go do research on them to see what best suites your needs. Either Reiser or ext3 should be perfectly fine for anything you'd want to do with it.


All times are GMT -5. The time now is 05:51 PM.