Results 1 to 3 of 3
Somehow my file encryption password changed so when I went to re-install Fedora it said SDA-2 will not be available during installation.
Is there a way to erase the whole ...
- 02-19-2011 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 16
overwriting encrypted partition
Somehow my file encryption password changed so when I went to re-install Fedora it said SDA-2 will not be available during installation.
Is there a way to erase the whole disk including the ecrypted portion?
Thanks
- 02-19-2011 #2Just Joined!
- Join Date
- Mar 2010
- Posts
- 16
Will this do it?
shred -vfz -n 10 /dev/hda
- 02-26-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Boot from a live/rescue cd/dvd. Go to the command line and run this command:
This will zero out the disc and then bring up fdisk so you can write a new partition table.Code:dd if=/dev/zero of=/dev/sda fdisk /dev/sda
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote