Quote:
Originally Posted by bigmacbb63
I want to erase the whole hard drive and it is telling me that I don't have
enough hard drive space because Fedora 13 is in on the drive. No Kidding???
|
Have you done a backup?
Have you done a backup of everything?
Have you done a backup of your music, videos, documents, settings, contacts?
Is the backup externaly stored, like burnt on cd's/dvd's, external (and afterwards unpluged) harddrive or at least on a usb key?
If all the above is true/done, then, and only then, you may do this at your own risk:
1) Boot the livecd - installation mode
2) Dont know if autologin works
3) open a terminal
4.0) Check the output of
lsblk to get your partitions name
4.1) In my case, this would be /dev/sda
5) dd if=/dev/zero of=/dev/sda bs=1M
This will
wipe your harddisk
completly, as it overwrites every bit of the disk with zeros.
Drawback, no recovery, bonus:
an empty disk.
---------- Post added at 09:40 AM ---------- Previous post was at 09:33 AM ----------
Quote:
Originally Posted by SomeDamFool
That opens a small window which is empty. It shows no partitions or options. I need a way to manually partition, but I didn't see that option... or did I miss it?
Disk /dev/mapper/VolGroup-lv_root: 96.7 GB, 96737427456 bytes
255 heads, 63 sectors/track, 11760 cylinders, total 188940288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/VolGroup-LogVol02: 104.9 GB, 104857600000 bytes
255 heads, 63 sectors/track, 12748 cylinders, total 204800000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
|
Yes you most likely missed it.
Its a tiny checkbox, either before you enter partitioning, or right after the error message.
The checkbox is labled simliar, but not exactly like: "instead, let me try custom partitiong".
Its the same dialog, where one can choose from a listbox among lvm, brtfs or something else i had forgotten, once that part is enlarged...
As my own issue with login problems isnt solved yet, i'll reinstall my system and post the screenshot where to click in a few (10-30 mins).
EDIT:
Well, there is the checkbox for 'custom' partitioning, hope you have fun with it.