search for: 966383b4efbb63aafc71

Displaying 2 results from an estimated 2 matches for "966383b4efbb63aafc71".

2015 Apr 23
0
How to stagger fsck executions
...out the stats for 3+ volumes instead of just reporting all multi-volume fscks together: https://gist.github.com/wyoung/7c94967bb635de48d058 Then I rewrote that in C++, since these 8-volume simulations were literally going to take days with the Perl version: https://gist.github.com/wyoung/966383b4efbb63aafc71 (The Perl version is about 1/5 the speed of the C++ one. This actually isn?t all that bad, considering that it?s an interpreted dynamically-typed language going up against a statically-typed native-code compiled language.) > Using the prime numbers 7, 11, 13, 17, 19, 23, 29 and 31 the is a &g...
2015 Apr 22
2
How to stagger fsck executions
From: Warren Young Sent: April 21, 2015 14:13 > On Apr 21, 2015, at 9:50 AM, Hugh E Cruickshank wrote: > > > > From: Kay Diederichs Sent: April 21, 2015 03:43 > >> > >> instead of having 20 for all of them, set > >> the first filesystem to 17, the second to 19, the third to > 23, and the > >> fourth to 29. > > > > Thanks but