1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] partitioning bug
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20partitioning%20bug&In-Reply-To=%3Cnniic9-uga.ln1%40psd.motzarella.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008143.html">
<LINK REL="Next" HREF="008158.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] partitioning bug</H1>
<B>blind Pete</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20partitioning%20bug&In-Reply-To=%3Cnniic9-uga.ln1%40psd.motzarella.org%3E"
TITLE="[Mageia-discuss] partitioning bug">0123peter at gmail.com
</A><BR>
<I>Fri Jul 6 10:03:34 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008143.html">[Mageia-discuss] partitioning bug
</A></li>
<LI>Next message: <A HREF="008158.html">[Mageia-discuss] partitioning bug
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8147">[ date ]</a>
<a href="thread.html#8147">[ thread ]</a>
<a href="subject.html#8147">[ subject ]</a>
<a href="author.html#8147">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Morgan Leijström wrote:
><i> I have entered a couple partitioning bugs myself...
</I>><i> Not similar to this one though.
</I>
I'm very good at breaking things in unusual ways. ;-)
><i> Important is to enter it in bugzilla at all, with as many details you can.
</I>><i> -And i see you have done a good job to start with :)
</I>
After we work out what the bug is, or bugs are.
><i> Someone can then fill in or edit package or whatever.
</I>><i>
</I>><i> It would also be interesting to know what other tools say.
</I>><i> gparted?
</I>
Gparted looks pretty. As far as I can see, gparted agrees
with what I think things should look like. Gparted and
fdisk agree about the number of sectors. (More than you
get by multiplying CxHxS.)
><i> Thanks
</I>><i> /Morgan
</I>><i>
</I>><i> torsdagen den 5 juli 2012 11.10.30 skrev blind Pete:
</I>>><i> Cfdisk is very unhappy about something.
</I>>><i>
</I>>><i> FATAL ERROR: Bad primary partition 3: Partition begins after
</I>>><i> end-of-disk Press any key to exit cfdisk
</I>>><i>
</I>>><i> It looks like cfdisk's error message is wrong. Partition 3 is mounted
</I>>><i> and in use.
</I>>><i>
</I>>><i> Unfortunately I don't know which software to blame, but something has
</I>>><i> made my hard drive "interesting". It could be; cfdisk itself, the
</I>>><i> Mageia 2 installer (the main suspect), the Ubuntu installer, fdisk,
</I>>><i> or sfdisk. There might be multiple bugs.
</I>>><i>
</I>>><i> I think that the order of events was;
</I>>><i> I noticed a tiny amount of unused space at the end of my HDD
</I>>><i> the perfect place for a LiLo map file.
</I>>><i> Created a new primary partition (numbered 3, because 1, 2 and 4 existed).
</I>>><i> "Fixed" the partition order with fdisk.
</I>>><i> Found that the extended partition had grown to cover the whole disk.
</I>>><i> Found that the third primary partition had been changed to logical.
</I>>><i> (There were still two primary partitions in the middle of the disk.)
</I>>><i> Found that sfdisk has decent man pages.
</I>>><i> Fixed the problem.
</I>>><i> Found that cfdisk is still not happy.
</I>>><i>
</I>>><i> Does anyone know what to raise that bug report against?
</I>>><i>
</I>>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at live</A> bin]# cat /etc/release
</I>>><i> Mageia release 1 (Official) for x86_64
</I>>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at live</A> bin]# sfdisk -l -uS -L
</I>>><i>
</I>>><i> Disk /dev/sda: 121601 cylinders, 255 heads, 63 sectors/track
</I>>><i> Warning: extended partition does not start at a cylinder boundary.
</I>>><i> DOS and Linux will interpret the contents differently.
</I>>><i> Units = sectors of 512 bytes, counting from 0
</I>>><i>
</I>>><i> Device Boot Start End #sectors Id System
</I>>><i> /dev/sda1 * 63 577440359 577440297 5 Extended
</I>>><i> /dev/sda2 577440360 1562899589 985459230 83 Linux
</I>>><i> /dev/sda3 1562899590 1953520064 390620475 83 Linux
</I>>><i> /dev/sda4 1953520065 1953523054 2990 83 Linux
</I>>><i> start: (c,h,s) expected (1023,254,63) found (769,0,1)
</I>>><i> end: (c,h,s) expected (1023,254,63) found (769,47,29)
</I>>><i> /dev/sda5 126 22507064 22506939 83 Linux
</I>>><i> /dev/sda6 22507128 26587574 4080447 83 Linux
</I>>><i> /dev/sda7 26587638 77786729 51199092 83 Linux
</I>>><i> /dev/sda8 77786793 98253539 20466747 82 Linux swap / Solaris
</I>>><i> /dev/sda9 98253603 122816924 24563322 83 Linux
</I>>><i> /dev/sda10 122816988 126897434 4080447 83 Linux
</I>>><i> /dev/sda11 126897498 167847119 40949622 83 Linux
</I>>><i> /dev/sda12 167847183 577440359 409593177 83 Linux
</I>>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at live</A> bin]#
</I>><i>
</I>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008143.html">[Mageia-discuss] partitioning bug
</A></li>
<LI>Next message: <A HREF="008158.html">[Mageia-discuss] partitioning bug
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8147">[ date ]</a>
<a href="thread.html#8147">[ thread ]</a>
<a href="subject.html#8147">[ subject ]</a>
<a href="author.html#8147">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|