Re: Reformatting hard disk.
- From: Grant <g_r_a_n_t_@xxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 04:46:10 +1100
On Mon, 28 Jan 2008 09:08:23 -0800 (PST), "john@xxxxxxxxxxxxxxxx" <john@xxxxxxxxxxxxxxxx> wrote:
After various experiments, including an attempt to install Windows
2000 (it failed) I can no longer boot from /dev/hda. I have
reassigned /dev/hdb as my hard drive boot device in the bios.
Now I want to do a low level format on /dev/hda and start all over. I
have already tried the trick of using a DOS fdisk from a floppy to
zero out the MBR:
A: fdisk /mbr
That may have made things worse, I don't know.
Doesn't help linux :)
There is a dd command that will zero out the mbr first block but I
forget what the exact string is.
dd if=/dev/zero bs=512 count=63 of=/dev/hda
Zeroes out the first cylinder, clears the partition table...
I prefer to zero the entire drive for reuse, this also gives the drive a
chance to remap any iffy sectors:
dd if=/dev/zero bs=1M of=/dev/hda
The /hda drive is a recent 250MB drive. Windows 2000 however sees it
as a 133MB drive.
You need winxp sp2 to get the LBA48 driver (LBA48 is how to address >128GiB),
don't know if msft made a fix for win2k.
When I try to use it in a normal manner as the boot device LILO gives
me an L followed by
series of 99 99 99 etc.
Forget to run lilo after rewriting /etc/lilo.conf?
Grant.
--
http://bugsplatter.mine.nu/
.
- Follow-Ups:
- Re: Reformatting hard disk.
- From: john@xxxxxxxxxxxxxxxx
- Re: Reformatting hard disk.
- References:
- Reformatting hard disk.
- From: john@xxxxxxxxxxxxxxxx
- Reformatting hard disk.
- Prev by Date: Re: Reformatting hard disk.
- Next by Date: Re: Reformatting hard disk.
- Previous by thread: Re: Reformatting hard disk.
- Next by thread: Re: Reformatting hard disk.
- Index(es):
Relevant Pages
|