Computing.Net > Forums > Linux > linux overwrote WIN partition table

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

Reply to Message Icon

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?



Sponsored Link
Ads by Google

Response Number 1
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.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: linux overwrote WIN partition table

RedHat can't read partition table www.computing.net/answers/linux/redhat-cant-read-partition-table/25692.html

linux and win 2k www.computing.net/answers/linux/linux-and-win-2k/21734.html

boot problems -- partition tables? www.computing.net/answers/linux/boot-problems-partition-tables/26134.html