FedoraThis forum is for the discussion of the Fedora Project.
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.
Is this system dual boot with Windows? Did you boot from any other media recently? It sounds like your disk got overwritten by something. Try making and booting from a rescue disk and read the partition table, but sit on your hands and don't make changes unless you're sure you know what's going on. Post back in this thread if you have questions. If you just let Fedora partition your disk when you installed then it should look pretty much like mine:
Code:
fdisk -l /dev/sda
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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 identifier: 0x000ab952
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1026047 512000 83 Linux
/dev/sda2 1026048 410626047 204800000 83 Linux
/dev/sda3 410626048 414722047 2048000 82 Linux swap / Solaris
The small first partition is /boot, the last 1G is the swap space, and the rest is the root volume.
I partitioned a hard drive on a laptop in which windows crashed such that some of the windows files were still there. It's a total mess after I had an accident with gpart while trying to resize the partitions many months ago but this is what the Fedora live cd sees (note the multi was the name of the parition/drive I used Fedora on:
**************************************************************************
LVM Volume Groups
I selected install fedora to get to this screeen from which I exit. I beleive it only sees the 500 size on which to install. When I tried the upgrade to the same operating system or Fedora 15 I get an unhandled exception. When I try to do a rescue with the cd it says no useable disks have been found.
Thank you,
Orange Oats
Last edited by OrangeOats; 09-03-2011 at 03:50 PM.
Your best bet is to boot from a live CD like Knoppix and try to mount the partitions, then retrieve and back up any information that you need. No idea whether the existing partitions can be saved, but anything you try has a chance of making it worse. Last I checked resizing a partition with LVMs did bad things in parted; maybe that's been fixed.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.