Gentoo Archives: gentoo-user

From: Scott Tiret <stiret@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] low-level formatting a harddrive
Date: Wed, 19 Oct 2005 16:46:49
Message-Id: 1129740070.6142.61.camel@alain.oneredshoe.net
In Reply to: Re: [gentoo-user] low-level formatting a harddrive by maxim wexler
1 On Wed, 2005-10-19 at 09:28 -0700, maxim wexler wrote:
2 >
3 > I wonder if there isn't a tiny part of the drive that
4 > comes before the first partition, like those first few
5 > grooves on a vinyl record ;-)
6
7 There is. You can reset it by using fdisk /mbr (from the Microsoft
8 Windows boot disk). Or you can try using cfdisk as described below.
9
10 man cfdisk
11
12 DOS 6.x WARNING
13 The DOS 6.x FORMAT command looks for some information in the
14 first sector of the data area of the partition, and treats this
15 information as more reliable than the information in the partition
16 table. DOS FORMAT expects DOS FDISK to clear the first 512 bytes of the
17 data area of a partition whenever a size change occurs. DOS FORMAT will
18 look at this extra information even if the /U flag is given -- we
19 consider this a bug in DOS FORMAT and DOS FDISK.
20
21 The bottom line is that if you use cfdisk or fdisk to change the
22 size of a DOS partition table entry, then you must also use dd to zero
23 the first 512 bytes of that par-tition before using DOS FORMAT to
24 format the partition. For example, if you were using cfdisk to make a
25 DOS partition table entry for /dev/hda1, then (after exiting fdisk or
26 cfdisk and rebooting Linux so that the partition table information is
27 valid) you would use the command "dd if=/dev/zero of=/dev/hda1 bs=512
28 count=1" to zero the first 512 bytes of the partition. Note:
29
30 BE EXTREMELY CAREFUL if you use the dd command, since a small
31 typo can make all of the data on your disk useless.
32
33 --
34 Scott Tiret <stiret@××××××××××.net>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] low-level formatting a harddrive maxim wexler <blissfix@×××××.com>