PC Review


Reply
Thread Tools Rate Thread

Can't recover partition to install xp

 
 
Al Botteon
Guest
Posts: n/a
 
      31st Mar 2009
Just trying to resize an 80GB NTFS partition so I could add a drive and all
went crazy (as did I, as you will see). Didn't have floppy installed, so
used Gpartd to resize and during process it said internal error, no go.
Tried Partition Magic and completed partition deletions, create NTFS, and
when booted to Xp, it would get to point of "starting windows" and then
would error out saying no hard drive. Western Digital couldn't help. Said I
needed a linux disk utility to zero out hard drive. Just tried win98se
fdisk, and ended up with a fully (not really) formatted hard drive, set
primary and active, but only registers 10GB, not 80. Help! Just want to use
XP. Not even interested in 2 NTFS drives anymore, so bummed out.


 
Reply With Quote
 
 
 
 
Mike Easter
Guest
Posts: n/a
 
      31st Mar 2009
Al Botteon wrote:
> Just trying to resize an 80GB NTFS partition so I could add a drive and
> all went crazy (as did I, as you will see). Didn't have floppy
> installed, so used Gpartd to resize and during process it said internal
> error, no go. Tried Partition Magic and completed partition deletions,
> create NTFS, and when booted to Xp, it would get to point of "starting
> windows" and then would error out saying no hard drive.


To solve this part use a tool that will let you zero out the boot sector.

> Western Digital
> couldn't help. Said I needed a linux disk utility to zero out hard
> drive. Just tried win98se fdisk, and ended up with a fully (not really)
> formatted hard drive, set primary and active, but only registers 10GB,
> not 80. Help! Just want to use XP. Not even interested in 2 NTFS
> drives anymore, so bummed out.


Don't use w98's fdisk for that 80G hdd.

Get your boot sector zeroed then use one of those tools like gparted or PM
to set up the disk, and then go.



--
Mike Easter

 
Reply With Quote
 
Al Botteon
Guest
Posts: n/a
 
      31st Mar 2009

"Mike Easter" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Al Botteon wrote:
>> Just trying to resize an 80GB NTFS partition so I could add a drive and
>> all went crazy (as did I, as you will see). Didn't have floppy
>> installed, so used Gpartd to resize and during process it said internal
>> error, no go. Tried Partition Magic and completed partition deletions,
>> create NTFS, and when booted to Xp, it would get to point of "starting
>> windows" and then would error out saying no hard drive.

>
> To solve this part use a tool that will let you zero out the boot sector.
>

I don't know how to zero out boot sector. This is what Western Digital said
to do


 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      31st Mar 2009
Al Botteon wrote:
> Just trying to resize an 80GB NTFS partition so I could add a drive and all
> went crazy (as did I, as you will see). Didn't have floppy installed, so
> used Gpartd to resize and during process it said internal error, no go.
> Tried Partition Magic and completed partition deletions, create NTFS, and
> when booted to Xp, it would get to point of "starting windows" and then
> would error out saying no hard drive. Western Digital couldn't help. Said I
> needed a linux disk utility to zero out hard drive. Just tried win98se
> fdisk, and ended up with a fully (not really) formatted hard drive, set
> primary and active, but only registers 10GB, not 80. Help! Just want to use
> XP. Not even interested in 2 NTFS drives anymore, so bummed out.
>


I'm not clear on what you're trying to achieve. Were you originally
trying to preserve disk contents when you were resizing ? And now
you've decided to blow the disk away and start over ?

DBAN from sourceforge, can be used to erase a disk sector by sector.
Even the "quick erase" isn't very quick. By erasing a disk, then installing
WinXP from scratch, WinXP should be able to do the whole thing as one
partition. If the WinXP installer disk is slipstreamed to some
Service Pack level, you should be able to make relatively large
partitions (I used SP3 for example, to make a single partition on
my spare 250GB SATA drive).

http://en.wikipedia.org/wiki/DBAN

This port of "dd" might be able to erase a disk. If the purpose
is to get the WinXP installer CD to start all over again and
treat the disk as one partition.

http://www.chrysocome.net/dd

dd if=/dev/zero of=\\?\Device\Harddisk0\Partition0 bs=512 count=1000

That should wipe out the beginning of Harddisk0, so there is no longer
an MBR or partition table. I usually do stuff like that in Linux. But
maybe that dd would run from DOS. I haven't tried it from DOS, but
have tested dd.exe from a command prompt window in WinXP, using the
--list option to get the names of the disks.

dd --list (an option of the chrysocome "dd")

There is a free partition manager here, but you'd need an OS to run it from.

EASEUS Partition
http://www.partition-tool.com/personal.htm

In Linux, you can prep a disk as well. You can use the Linux "fdisk"
command to set up partitions. The mk---- type programs can make a
file system on each partition after you're finished. I think you can
make FAT32 or NTFS partitions while in Linux, as well as the more
normal EXT2 for Linux.

But at this point, I'm not clear on where you are now, and what is
left on the disk. That EASEUS might be able to resize your current
10GB FAT32 volume. And the WinXP "convert" command can convert a
FAT32 partition, to NTFS (I understand it doesn't go from NTFS to
FAT32, so you cannot go backwards with it).

From Windows Help and Support

convert drive_letter: /fs:ntfs

HTH,
Paul
 
Reply With Quote
 
Mike Easter
Guest
Posts: n/a
 
      31st Mar 2009
Al Botteon wrote:
> "Mike Easter


>>> deletions, create NTFS, and when booted to Xp, it would get to point
>>> of "starting windows" and then would error out saying no hard drive.

>>
>> To solve this part use a tool that will let you zero out the boot
>> sector.
>>

> I don't know how to zero out boot sector. This is what Western Digital
> said to do


The last time I had trouble with junk in the boot sector that was hard to
get rid of with normal mbr restorations and 'cleaning' tools, I used some
kind of sector editor to manually zero it -- but I don't remember what I
used. It seems like it might've been on Hiren's boot disk, which someone
said was a little piraty.

Where 'someone' was citing the wikipedia article on hiren's and to me 'a
little piraty' means more gray than black, where 'black' means definitely
piraty.



--
Mike Easter

 
Reply With Quote
 
John Doe
Guest
Posts: n/a
 
      31st Mar 2009

I would post in the storage group too.
 
Reply With Quote
 
Mike Easter
Guest
Posts: n/a
 
      31st Mar 2009
John wrote:
> "Al Botteon"


>> I don't know how to zero out boot sector. This is what Western Digital
>> said to do
>>

>
> Pretty sure it's one of the Western Digital Data Lifeguard Tools - you
> can download from
> http://support.wdc.com/product/downl...d200bb&x=6&y=6
>
> I've used it before but it's been awhile


When I was working on my little problem, it was a WD drive and I couldn't
get the job done with WD tools.

Hiren's has an ancient 2002 Norton Disk Editor on it.
http://www.hiren.info/pages/bootcd All in One Bootable CD which has all
these utilities - Hard Disk Tools - Norton Disk Editor 2002 - a powerful
disk editing, manual data recovery tool.


Cone in on sector zero and starting zeroing the hex.

--
Mike Easter

 
Reply With Quote
 
Al Botteon
Guest
Posts: n/a
 
      31st Mar 2009

"John" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
On Tue, 31 Mar 2009 09:40:42 -0700, "Mike Easter" <(E-Mail Removed)>
wrote:

>John wrote:
>> "Al Botteon"

>
>>> I don't know how to zero out boot sector. This is what Western Digital
>>> said to do
>>>

>>
>> Pretty sure it's one of the Western Digital Data Lifeguard Tools - you
>> can download from
>> http://support.wdc.com/product/downl...d200bb&x=6&y=6
>>
>> I've used it before but it's been awhile

>
>When I was working on my little problem, it was a WD drive and I couldn't
>get the job done with WD tools.
>


>I found my floppy for Data Lifeguard ver 11 and it will zero the drive.


I tried my Data Lifeguard and it booted to tell me it couldn't find a hard
drive


 
Reply With Quote
 
Mike Easter
Guest
Posts: n/a
 
      31st Mar 2009
John wrote:
> "Mike Easter"


>> When I was working on my little problem, it was a WD drive and I
>> couldn't get the job done with WD tools.
>>

>
> I found my floppy for Data Lifeguard ver 11 and it will zero the drive.


Not the boot sector (as I recall).


--
Mike Easter
 
Reply With Quote
 
Al Botteon
Guest
Posts: n/a
 
      31st Mar 2009

"Paul" <(E-Mail Removed)> wrote in message
news:gqtevk$nfb$(E-Mail Removed)...
> Al Botteon wrote:
>> Just trying to resize an 80GB NTFS partition so I could add a drive and
>> all went crazy (as did I, as you will see). Didn't have floppy installed,
>> so used Gpartd to resize and during process it said internal error, no
>> go. Tried Partition Magic and completed partition deletions, create NTFS,
>> and when booted to Xp, it would get to point of "starting windows" and
>> then would error out saying no hard drive. Western Digital couldn't help.
>> Said I needed a linux disk utility to zero out hard drive. Just tried
>> win98se fdisk, and ended up with a fully (not really) formatted hard
>> drive, set primary and active, but only registers 10GB, not 80. Help!
>> Just want to use XP. Not even interested in 2 NTFS drives anymore, so
>> bummed out.

>
> I'm not clear on what you're trying to achieve. Were you originally
> trying to preserve disk contents when you were resizing ? And now
> you've decided to blow the disk away and start over ?
>
> DBAN from sourceforge, can be used to erase a disk sector by sector.
> Even the "quick erase" isn't very quick. By erasing a disk, then
> installing
> WinXP from scratch, WinXP should be able to do the whole thing as one
> partition. If the WinXP installer disk is slipstreamed to some
> Service Pack level, you should be able to make relatively large
> partitions (I used SP3 for example, to make a single partition on
> my spare 250GB SATA drive).
>
> http://en.wikipedia.org/wiki/DBAN
>
> This port of "dd" might be able to erase a disk. If the purpose
> is to get the WinXP installer CD to start all over again and
> treat the disk as one partition.
>
> http://www.chrysocome.net/dd
>
> dd if=/dev/zero of=\\?\Device\Harddisk0\Partition0 bs=512 count=1000
>
> That should wipe out the beginning of Harddisk0, so there is no longer
> an MBR or partition table. I usually do stuff like that in Linux. But
> maybe that dd would run from DOS. I haven't tried it from DOS, but
> have tested dd.exe from a command prompt window in WinXP, using the
> --list option to get the names of the disks.
>
> dd --list (an option of the chrysocome "dd")
>
> There is a free partition manager here, but you'd need an OS to run it
> from.
>
> EASEUS Partition
> http://www.partition-tool.com/personal.htm
>
> In Linux, you can prep a disk as well. You can use the Linux "fdisk"
> command to set up partitions. The mk---- type programs can make a
> file system on each partition after you're finished. I think you can
> make FAT32 or NTFS partitions while in Linux, as well as the more
> normal EXT2 for Linux.
>
> But at this point, I'm not clear on where you are now, and what is
> left on the disk. That EASEUS might be able to resize your current
> 10GB FAT32 volume. And the WinXP "convert" command can convert a
> FAT32 partition, to NTFS (I understand it doesn't go from NTFS to
> FAT32, so you cannot go backwards with it).
>
> From Windows Help and Support
>
> convert drive_letter: /fs:ntfs
>
> HTH,
> Paul


I'm so ****ed. I just sat for more than 3 hours while DBAN zeroed out
everything. Said worked fine. Rebooted and put in xp and it couldn't find
HD. Put in Partition Magic diskettes and created a partition. Still no HD
when booted from xp. What's Up!


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help needed to recover initial boot partition after XP re-install aschwarzie@gmail.com Windows XP General 5 22nd Mar 2007 05:42 AM
recover a raw partition BOBO Windows XP Help 2 24th Oct 2005 11:29 PM
Data Recover: Format -> Windows Install -> Need Recover Ryan Hubbard Storage Devices 3 7th Sep 2005 08:35 PM
Is it possible to recover this partition? 0b3hks001@sneakemail.com Storage Devices 3 8th Apr 2005 09:29 PM
recover a raw partition BOBO Windows XP Hardware 1 16th Dec 2003 01:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:48 AM.