Topic: [SOLVED] NTFS left unreadable after attempted Fedora 15 LXDE install
Hi good people!
I need some help please: I tried to install Fedora 15 LXDE from the live disk and it corrupted my sda2 NTFS partition (windows D drive). The installer failed on trying to rewrite the partition table leaving the (now logical) ntfs smaller than it's original size and unreadable by windows.
Tricky bit (not covered by the post 'tutorial for the NTFS size bug') is the installer rewrote sda2 from a simple primary ntfs partition into an extended partition with sub-partitions (presumably to accommodate the old shrunken ntfs partition + new Linux + new swap).
Is it better in this situation to:
a) Try to get back to the original state (rewrite partition tables so sda2 is a primary partition identical to original config)?
b) Or, is it possible/safer/more advisable to leave sda2 as extended and make the enclosed logical drive work within it's new confines?
I don't mind either way: just want to get the ntfs files back and working in windows with the least risk.
CURRENT STATE:
# fdisk -l -u /dev/sda
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0xf16af16a
Device Boot Start End Blocks Id System
/dev/sda1 * 63 81802979 40901458+ 7 HPFS/NTFS/exFAT
/dev/sda2 81802980 488375999 203286510 5 Extended
/dev/sda5 81803043 389001215 153599086+ 7 HPFS/NTFS/exFAT
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0xf16af16a
Device Boot Start End Blocks Id System
/dev/sda1 * 63 81802979 40901458+ 7 HPFS/NTFS/exFAT
/dev/sda2 81802980 488375999 203286510 5 Extended
/dev/sda5 81803043 389001215 153599086+ 7 HPFS/NTFS/exFAT
# parted /dev/sda unit s print
Model: ATA WDC WD2500BEVE-0 (scsi)
Disk /dev/sda: 488397168s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 81802979s 81802917s primary ntfs boot
2 81802980s 488375999s 406573020s extended
5 81803043s 389001215s 307198173s logical ntfs
-------
OTHER NOTES:
1) sda1 has not changed and is fine (lucky as this where windows NT is installed) - no prob there.
3) During install, I opted to shrink sda2 from the right (so start
for sda2 should not have moved, yes?).
4) Original config was 2 NTSF primary partitions (sda1 and sda2)
5) NOTE: above was and is still followed by an unallocated 21168 sector space at end of physical disk (not concerned about reclaiming it right now - just mentioned as probably important in calculating where things should now end ;-).
Thanks in advance for any help!
Kr