Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
linux overwrote WIN partition table
Name: ariadneN Date: July 25, 2006 at 03:45:02 Pacific OS: SUSE10 /WIN95 CPU/Ram: PII 256 Product: DELL
Comment:
Hello everyone! In a DELL machine running SUSE10 I wanted to read-only my files in an older hard-disk with WIN95 installed. I installed the old drive as a slave and booted. Unfortunatelly I could not mount it so I got the "brilliant" idea: fdisk /dev/hdb and wrote a new partition table of course that was not "enough" mkfs -t ext3 /dev/hdb1 Naturally I can only see the the linux partition in hdb Is there a way to recover the WIN partition table? Please help anyone?
Name: dk_sn1p3r Date: July 27, 2006 at 01:46:28 Pacific
Reply:
for win 95 there might be an option in fdisk to rebuild the mbr i'm not exactly sure if that encompases the partition table?
get a setup cd or boot disk for 95 and try running fdisk?
Yeah I don't have a clue just a guess...
-DeathKnight Sniper
0
Response Number 2
Name: Shadowlight Date: July 29, 2006 at 15:43:55 Pacific
Reply:
Sorry to point out, but Linux did not overwrite your partition table but you did.
As far as i can gather from your text above, you have written a new label on the disk with:
fdisk /dev/hdb
and after that you have written a new filesystem on the first slice (partition) of the disk with:
mkfs -t ext3 /dev/hdb1
So i am afraid that you have effectively killed your windows95 as windows95 is always installed on the first slice of the disk.
0
Response Number 3
Name: nimbus186 Date: July 31, 2006 at 06:51:47 Pacific
Reply:
This might be worth a try:
http://www.stud.uni-hannover.de/user/76201/gpart/
- 'gpart' is a program that will attempt to reconstruct the partition table on a hard disk from the data on it, by detecting the start and end of various types of file systems.
But unfortunately it sounds very likely that you've screwed it completely with that 'mkfs' command.
Summary: I tried installing Red Hat 7.3 on my Windows XP box. My plan was to delete one of my unused Windows partions and use the newly created free space for Linux. When the installer prompted me to choose ...
Summary: I have got a 40Gb HDD. I want to make it dual boot with Win 2k & Linux. I have made a primary dos partition of 4GB and remaining 7 logical drives (5GB each) in extended Dos partition using Fdisk wit...
Summary: since windows contains your most valuable info, try to fix Windows and worry about linux later. Modifying the partition table is incredibly dangerous, particularly if you are unsure of the previous c...