On Sat, 3 Mar 2007, Finn Thain wrote: > On Sat, 3 Mar 2007, Andreas Obl�nder wrote: > > Zitat von Christer Oldhoff <[EMAIL PROTECTED]>: > > > At the point where partitions are prepared for Linux, I tried to get > > > the installer to use 3 partitions I used a few years ago when doing a > > > partial install of Woody (two ext2 and one swap partition). > > > However, the installer found the old files and refused to continue, > > > probably to prevent me from destroying an old installation. > > > > > > Is there an easy way to erase the data on these partitions? > > > > Two ways: > > > > either you will leave the Partitioning information intact, then you can > > use "dd > > if=/dev/null/ of=/dev/"name of partition here"" to overwrite every single > > byte ^^^^^^^^^^ /dev/zero
> > on the partition. > > Make sure they aren't mounted first. > > Simply doing mke2fs won't test the medium, nor will it wipe any sensitive > data, but it would be faster. Yep. That's probably the simplest/safest solution. It will even warn when they are mounted. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds