diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-July/008146.html')
-rw-r--r-- | zarb-ml/mageia-discuss/2012-July/008146.html | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-July/008146.html b/zarb-ml/mageia-discuss/2012-July/008146.html new file mode 100644 index 000000000..51c334654 --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-July/008146.html @@ -0,0 +1,122 @@ +<!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=%3Cb7hic9-l82.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="008144.html"> + <LINK REL="Next" HREF="008285.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=%3Cb7hic9-l82.ln1%40psd.motzarella.org%3E" + TITLE="[Mageia-discuss] partitioning bug">0123peter at gmail.com + </A><BR> + <I>Fri Jul 6 09:37:47 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008144.html">[Mageia-discuss] partitioning bug +</A></li> + <LI>Next message: <A HREF="008285.html">[Mageia-discuss] partitioning bug +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8146">[ date ]</a> + <a href="thread.html#8146">[ thread ]</a> + <a href="subject.html#8146">[ subject ]</a> + <a href="author.html#8146">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>David W. Hodgins wrote: + +><i> On Thu, 05 Jul 2012 05:10:30 -0400, blind Pete +</I>><i> <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">0123peter at gmail.com</A>> wrote: +</I>><i> +</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> 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> 121601x255x63=1953520065 +</I> +CHS has not been reliable since zones were introduced decades ago. +They are just a general hint that it is a big drive. LBA or +sector number is all that matters. What happens inside the HDD +case is an unknowable mystery. + +Even if partition four were past the end of the disk it would not +excuse cfdisk for complaining about partition three. + +<----cut-n-paste----> +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">root at live</A> ~]# fdisk -l + +Disk /dev/sda: 1000.2 GB, 1000203804160 bytes +255 heads, 63 sectors/track, 121601 cylinders, total 1953523055 sectors +<----cut-n-paste----> + +>><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> +</I>><i> What is in sda4? +</I> +An ext2 file system, a LiLo map file and a lilo.conf file. + +><i> It starts one sector past the end of the drive. +</I> +Not according to fdisk, although sfdisk was silent about +the total number of sectors. + +><i> Regards, Dave Hodgins +</I> +-- +blind Pete +Sig goes here... + +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008144.html">[Mageia-discuss] partitioning bug +</A></li> + <LI>Next message: <A HREF="008285.html">[Mageia-discuss] partitioning bug +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8146">[ date ]</a> + <a href="thread.html#8146">[ thread ]</a> + <a href="subject.html#8146">[ subject ]</a> + <a href="author.html#8146">[ 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> |