Gentoo Archives: gentoo-user

From: JC D <mail2jcdx@×××××.de>
To: user gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] problems with partition table
Date: Sun, 25 Feb 2007 14:11:32
Message-Id: 20070225140534.54387.qmail@web28009.mail.ukl.yahoo.com
1 Hi!
2
3 I think I have a serious problem with my partition table. I did all the partitions with fdisk but may be not right, or somewhen screwed my partition table up. I want to use a graphical tool like gparted also doing some changes on my fat32 partition. But when I installed gparted I got an empty partition table with nothing than
4
5 unallocated 55.89 GB (my disk is an 60 GB Hitachi)
6
7 nothing else!!!
8 Here is my outpu from
9 # fdisk -l
10
11 fdisk -l
12
13 Disk /dev/hda: 60.0 GB, 60011642880 bytes
14 255 heads, 63 sectors/track, 7296 cylinders
15 Units = cylinders of 16065 * 512 = 8225280 bytes
16
17 Device Boot Start End Blocks Id System
18 /dev/hda1 * 1 1913 15361888+ 7 HPFS/NTFS
19 Partition 1 does not end on cylinder boundary.
20 /dev/hda2 1914 4208 18427027+ c W95 FAT32 (LBA)
21 Partition 2 does not end on cylinder boundary.
22 /dev/hda3 5100 7296 17637480 f W95 Ext'd (LBA)
23 Partition 3 does not end on cylinder boundary.
24 /dev/hda4 4208 5099 7164990 83 Linux
25 /dev/hda5 * 5100 5108 68008+ 83 Linux
26 /dev/hda6 5108 5173 521608+ 82 Linux swap / Solaris
27 /dev/hda7 5173 7296 17047768+ 83 Linux
28
29 Partition table entries are not in disk order
30
31 This seems wrong to me. Also parted says something with overlapping partitions and its right I think. Is there any chance to repair this without destroying the whole installation? I have backuped my installation with rsync and also did save my mbr:
32
33 dd if=/dev/hda of=/backup/mbr512.img bs=512 count=1
34
35 and
36
37 dd if=/dev/hda of=/backup/mbr446.img bs=446 count=1
38
39 Must I somehow reinstall my partition table? And how to do this?
40
41 Ok, thank you and have a nice sunday!
42
43
44
45
46 ---------------------------------
47 Was Sie schon immer wissen wollten aber nie zu Fragen trauten? Yahoo! Clever hilft Ihnen.

Replies

Subject Author
Re: [gentoo-user] problems with partition table Mick <michaelkintzios@×××××.com>