Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When I went to install Fedora 13 to the next 20 gigs, the partitioner threw an error telling me it needed to wipe out my drive in order to proceed, I told it to cancel instead. I now no longer can see my partition layout in GParted (On Ubuntu 10.04 or a Live Disc) instead it just shows the whole drive as un partitioned space:
What did I do and can it be un done with out wiping the hard drive? I'd really like to install Fedora and another distro or 2 (don't ask why, I'd just like to do it).
Yes it still boots (into all three distros installed to the disc none the less!).
No, only the one extended partition. Reading over that thread you linked to now.
EDIT: That thread is almost like my own expect that Ubuntu also cannot read the partition table! (10.04 or 10.10 beta). I am going to give TestDisk a try and see if that can do the trick... Really don't want to reinstall everything again :-/
I just tested this on an old 500Gig I had laying around.
Code:
fdisk /dev/sda
m <<<=== just lists commands
n <<<=== create new partition
e <<<=== an extended
1 <<<=== make it partition 1
<enter> <<<=== default start
<enter> <<<=== default end
p <<<=== list it to check
w <<<=== update the table
q <<<=== quit
Updates to the partition table don't affect the data within (as you found out). Reboot it anyway.
Hold that for a moment ...
[Later:] Sorry, seems you'll have to run testdisk to find the logicals after doing that. I thought they just magically "appeared", but not on my disk.
Testdisk found my NTFS and two ext3 logicals fine.
I just tested this on an old 500Gig I had laying around.
Code:
fdisk /dev/sda
m <<<=== just lists commands
n <<<=== create new partition
e <<<=== an extended
1 <<<=== make it partition 1
<enter> <<<=== default start
<enter> <<<=== default end
p <<<=== list it to check
w <<<=== update the table
q <<<=== quit
Updates to the partition table don't affect the data within (as you found out). Reboot it anyway.
What distro are you using fdisk from that it works like this? Using a 9.10 LiveCD right now and the command seems to be a bit different...
Just went and did the same thing (same disk actually, in an external housing) on a Ubuntu 9.04 system.
All looked the same to me.
After I select "n" for new I have the option of hitting p or l for primary or logical. "e" for extended is not a valid input.
I selected logical on a whim and then pressed enter to select the default start, but it did not ask for an end after wards... I have 9.04 and fedora 12 discs laying around. Will try them shortly.
Almost sounds like there is a (primary) partition defined.
What do you see (from within fdisk) with a "p" ???.
I'll check when I get home (30ish minutes).
As a heads up though testdisk does find my partitions, they are just listed as deleted... System still boots to any of the operating systems just fine though
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.