From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-April/014945.html | 86 +++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/014945.html (limited to 'zarb-ml/mageia-dev/2012-April/014945.html') diff --git a/zarb-ml/mageia-dev/2012-April/014945.html b/zarb-ml/mageia-dev/2012-April/014945.html new file mode 100644 index 000000000..aaad0ed0b --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014945.html @@ -0,0 +1,86 @@ + + + + [Mageia-dev] [changelog] [RPM] cauldron core/release btrfs-progs-0.19-1.20120328.1.mga2 + + + + + + + + + +

[Mageia-dev] [changelog] [RPM] cauldron core/release btrfs-progs-0.19-1.20120328.1.mga2

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Fri Apr 27 13:09:46 CEST 2012 +

+
+ +
On 27 April 2012 12:53, Colin Guthrie <mageia at colin.guthr.ie> wrote:
+> Speaking of fsck stuff, any objections to including this in e2fsprogs?
+>
+> http://pkgs.fedoraproject.org/gitweb/?p=e2fsprogs.git;a=blob;f=e2fsck.conf;h=b774f9ebf07bd0ecbcd6786b496f58c897eb6891;hb=HEAD
+>
+> Because we don't clobber the RTC these days unless ntpd is running and
+> because there are still some kernel level fixes needed to make it be a
+> bit more sensible (especially on daylight savings switches) this should
+> prevent unnecessary fscks for typical setups.
+
+Yeah I've spoke with pixel about that (long time ago :-))
+
+For now we're doing this in fs/format.pm:
+
+sub disable_forced_fsck {
+    my ($dev) = @_;
+    run_program::run("tune2fs", "-c0", "-i0", devices::make($dev));
+}
+
+ + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1