summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/2012-July/008160.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-July/008160.html')
-rw-r--r--zarb-ml/mageia-discuss/2012-July/008160.html123
1 files changed, 123 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-July/008160.html b/zarb-ml/mageia-discuss/2012-July/008160.html
new file mode 100644
index 000000000..76e8aebc5
--- /dev/null
+++ b/zarb-ml/mageia-discuss/2012-July/008160.html
@@ -0,0 +1,123 @@
+<!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=%3C4FF7EAF2.7050309%40laposte.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="008159.html">
+ <LINK REL="Next" HREF="008161.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] partitioning bug</H1>
+ <B>andre999</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20partitioning%20bug&In-Reply-To=%3C4FF7EAF2.7050309%40laposte.net%3E"
+ TITLE="[Mageia-discuss] partitioning bug">andre999mga at laposte.net
+ </A><BR>
+ <I>Sat Jul 7 09:53:22 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="008159.html">[Mageia-discuss] partitioning bug
+</A></li>
+ <LI>Next message: <A HREF="008161.html">[Mageia-discuss] partitioning bug
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8160">[ date ]</a>
+ <a href="thread.html#8160">[ thread ]</a>
+ <a href="subject.html#8160">[ subject ]</a>
+ <a href="author.html#8160">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>blind Pete a &#233;crit :
+&gt;<i> David W. Hodgins wrote:
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> On Fri, 06 Jul 2012 04:03:34 -0400, blind Pete
+</I>&gt;&gt;<i> &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">0123peter at gmail.com</A>&gt; wrote:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Morgan Leijstr&#246;m wrote:
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;&gt;<i> It would also be interesting to know what other tools say.
+</I>&gt;&gt;&gt;&gt;<i> gparted?
+</I>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Gparted looks pretty. As far as I can see, gparted agrees
+</I>&gt;&gt;&gt;<i> with what I think things should look like. Gparted and
+</I>&gt;&gt;&gt;<i> fdisk agree about the number of sectors. (More than you
+</I>&gt;&gt;&gt;<i> get by multiplying CxHxS.)
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;<i> Interesting. I guess it would be best to use 'hdparm -i /dev/sda|grep
+</I>&gt;&gt;<i> LBAsects&quot; to find out the number of sectors.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Regards, Dave Hodgins
+</I>&gt;&gt;<i>
+</I>&gt;<i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at live</A> ~]# hdparm -i /dev/sda | grep LBA
+</I>&gt;<i> CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=1953523055
+</I>&gt;<i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at live</A> ~]#
+</I>&gt;<i>
+</I>&gt;<i> Same number of sectors as gparted and fdisk report. Number of heads
+</I>&gt;<i> and sectors per cylinder are just, &quot;it's a big disk&quot;. _Posssibly_
+</I>&gt;<i> number of cylinders gives a clue about how big. H can be 63 or 255,
+</I>&gt;<i> depending on mood, and CxHxS should be a little less than max LBA.
+</I>&gt;<i>
+</I>&gt;<i> The situation just got worse. The latest work arround is to lie
+</I>&gt;<i> about how big a sector is. That is called &quot;advanced&quot; formatting.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>Coming into this a little late, but I read somewhere that cfdisk was to
+avoid, because of unsolved bugs which could result in disk corruption.
+That was a while back, but apparently it still applies.
+
+BTW, with all those partitions, I would convert your disk to GPT tables
+instead of MBR, using gdisk.
+(gdisk is in core.)
+It will make your disk more stable.
+It uses a 128 partition table,with a backup table at the end of the drive.
+No such thing as &quot;extended&quot; partitions.
+It takes less space than the ms-compatible MBR partition tables.
+The only trick is that you need to leave space for the backup table (34
+512-byte sectors).
+If you change your mind, you can convert back painlessly.
+I've used GPT for over 2 years, including converting back and forth a
+few times at first.
+
+To convert, you'll have to boot to a live disk, preferably with gdisk.
+I use systemRescueCD for that. <A HREF="http://www.sysresccd.org/">http://www.sysresccd.org/</A>
+The latest stable version is 379 Mib, usable from CD or USB key.
+I don't know if a Mageia live cd, or Mageia DVD in rescue mode might work.
+
+Just in case you might be interested
+
+Regards :)
+
+--
+Andr&#233;
+
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="008159.html">[Mageia-discuss] partitioning bug
+</A></li>
+ <LI>Next message: <A HREF="008161.html">[Mageia-discuss] partitioning bug
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8160">[ date ]</a>
+ <a href="thread.html#8160">[ thread ]</a>
+ <a href="subject.html#8160">[ subject ]</a>
+ <a href="author.html#8160">[ 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>