diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20120210/006473.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20120210/006473.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120210/006473.html b/zarb-ml/mageia-discuss/20120210/006473.html new file mode 100644 index 000000000..8e6e4a38c --- /dev/null +++ b/zarb-ml/mageia-discuss/20120210/006473.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Mageia 2 bootstrap time is 3 times that of Mageia1 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20bootstrap%20time%20is%203%20times%20that%0A%09of%09Mageia1&In-Reply-To=%3C4F34F4E2.7080702%40unige.ch%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006471.html"> + <LINK REL="Next" HREF="006472.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Mageia 2 bootstrap time is 3 times that of Mageia1</H1> + <B>Juergen Harms</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mageia%202%20bootstrap%20time%20is%203%20times%20that%0A%09of%09Mageia1&In-Reply-To=%3C4F34F4E2.7080702%40unige.ch%3E" + TITLE="[Mageia-discuss] Mageia 2 bootstrap time is 3 times that of Mageia1">Juergen.Harms at unige.ch + </A><BR> + <I>Fri Feb 10 11:43:46 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="006471.html">[Mageia-discuss] Mageia 2 bootstrap time is 3 times that of Mageia1 +</A></li> + <LI>Next message: <A HREF="006472.html">[Mageia-discuss] Mageia 2 bootstrap time is 3 times that of Mageia1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6473">[ date ]</a> + <a href="thread.html#6473">[ thread ]</a> + <a href="subject.html#6473">[ subject ]</a> + <a href="author.html#6473">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 02/10/2012 01:37 AM, Morgan Leijström wrote: +><i> Correct, filesystems on different drives should run in parallel. +</I>><i> What was the case with the system under observation? +</I> +That is a point I had never considered - used what sysinstall put into +my fstab. + +Man fstab(5) says + +This field is used by the fsck(8) program to determine the order in +which filesystem checks are done at reboot time. The root filesystem +should be specified with a fs_passno of 1, and other filesystems should +have a fs_passno of 2. Filesystems within a drive will be checked +sequentially, but filesystems on different drives will be checked at the +same time to utilize parallelism available in the hardware. If the sixth +field is not present or zero, a value of zero is returned and fsck will +assume that the filesystem does not need to be checked. + +May be read as a contradiction "other filesystems should have a passno +of 2" and "Filesystems within a drive will be checked sequentially" - +probably means that in this case the passno from fstab is ignored. + +The situation on the system I reported and generated by sysinstall +corresponds precisely to what the man-page says: the root file system +has a passno of 1, all other filesystem are configured to 2 - both the +ext4 file systems that sit on the same drive as root (5 of them) and an +ext4 filesystem that sits on an extra drive (used by backuppc). + +I now changed fstab to passno's + - root = 1 + - the other ext4 systems which share the drive with root with +increasing numbers: 2 and on + - the extra drive (backuppc) 1 - to be done in parallel to the root +filesystem. + +Result: practically no change + +Juergen +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006471.html">[Mageia-discuss] Mageia 2 bootstrap time is 3 times that of Mageia1 +</A></li> + <LI>Next message: <A HREF="006472.html">[Mageia-discuss] Mageia 2 bootstrap time is 3 times that of Mageia1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6473">[ date ]</a> + <a href="thread.html#6473">[ thread ]</a> + <a href="subject.html#6473">[ subject ]</a> + <a href="author.html#6473">[ 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> |