summaryrefslogtreecommitdiff
blob: c80eb674fee10c4b576289d0740fe1988b45fffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
# 
# Translators:
# Azamat Hackimov <azamat.hackimov@gmail.com>, 2012.
# Azamat H. Hackimov <azamat.hackimov@gmail.com>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: Gentoo Documentation\n"
"POT-Creation-Date: 2011-09-05 14:11+0600\n"
"PO-Revision-Date: 2012-03-11 09:16+0000\n"
"Last-Translator: Azamat Hackimov <azamat.hackimov@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/gentoo-doc/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):6
msgid "Advanced Filesystem Implementor's Guide : Introducing ext3"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(author:title):8
msgid "Author"
msgstr "автор"

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(mail:link):9
msgid "drobbins@gentoo.org"
msgstr "drobbins@gentoo.org"

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(mail):9
msgid "Daniel Robbins"
msgstr ""

#. The original version of this article was first published on IBM
#. developerWorks, and is property of Westtech Information Services. This
#. document is an updated version of the original article, and contains
#. various improvements made by the Gentoo Linux Documentation team
#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(abstract):20
msgid ""
"With the 2.4 release of Linux come a host of new filesystem possibilities, "
"including Reiserfs, XFS, GFS, and others. These filesystems sound cool, but "
"what exactly can they do, what are they good at, and exactly how do you go "
"about safely using them in a production Linux environment? Daniel Robbins "
"answers these questions by showing you how to set up these new advanced "
"filesystems under Linux 2.4. In this installment, Daniel takes a look at "
"ext3, a new improved version of ext2 with journaling capabilities."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(version):30
msgid "1.1"
msgstr "1.1"

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(date):31
msgid "2005-10-09"
msgstr "2005-10-09"

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):34
msgid "Introduction"
msgstr "Введение"

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):38
msgid ""
"In the past few installments, we've taken a bit of a detour by looking at "
"non-traditional filesystems such as tmpfs and devfs. Now, it's time to get "
"back to disk-based filesystems, and we do this by taking a look at ext3. The"
" ext3 filesystem, designed by Dr. Stephen Tweedie, is built on the framework"
" of the existing ext2 filesystem; in fact, ext3 is very similar to ext2 "
"except for one small (but important) difference -- it supports journaling. "
"Yet even with this small addition, I think you'll find that that ext3 has "
"several surprising and intriguing capabilities. In this article, I'll give "
"you a good understanding of how ext3 compares to the other journaling "
"filesystems currently available. In my next article, we'll get ext3 up and "
"running."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):56
msgid "Understanding Ext3"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):60
msgid ""
"So, how does ext3 compare to ReiserFS? In previous articles, I explained how"
" ReiserFS is well suited to handling small files (under 4K), and in certain "
"situations, ReiserFS' small file performance is ten to fifteen times greater"
" than that of ext2 and ext3. However, while ReiserFS has many strengths, it "
"also has weaknesses. In the current implementation of ReiserFS (version "
"3.6), certain file access patterns can actually result in significantly "
"worse performance than ext2 and ext3, particularly when reading large mail "
"directories. Also, ReiserFS doesn't have a good track record of NFS "
"compatibility and has poor sparse file performance. In contrast, ext3 is a "
"very well-rounded filesystem. It's a lot like ext2; it's not going to give "
"you the blazingly fast small-file performance that ReiserFS gives you, but "
"it's not going to give you any unexpected performance or functionality "
"hiccups either."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):75
msgid ""
"One of the nice things about ext3 is that because it is based on the ext2 "
"code, ext2 and ext3's on-disk format is identical; this means that a cleanly"
" unmounted ext3 filesystem can be remounted as an ext2 filesystem with "
"absolutely no problems. And that's not all. Thanks to the fact that ext2 and"
" ext3 use identical metadata, it's possible to perform in-place ext2 to ext3"
" filesystem upgrades. Yes, you read that right. By upgrading a few key "
"system utilities, installing a modern 2.4 kernel and typing in a single "
"tune2fs command per filesystem, you can convert your existing ext2 servers "
"into journaling ext3 systems. You can even do this while your ext2 "
"filesystems are mounted. The transition is safe, reversible, and incredibly "
"easy, and unlike a conversion to XFS, JFS, or ReiserFS, you don't need to "
"back up and recreate your filesystems from scratch. Now, for a moment, "
"consider the thousands of production ext2 servers in existence that are just"
" minutes away from an ext3 upgrade; then, you'll have a good grasp of ext3's"
" importance to the Linux community."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):93
msgid ""
"If I had to describe ext3 in one word, I'd call it \"comfortable\". It's "
"incredibly easy to ext3-enable an existing ext2 system, and after you do, "
"you're not going to run into any unexpected performance quirks. And there's "
"yet another way that ext3 excels in the comfort department; ext3 happens to "
"be one of the most reliable journaled filesystems available for Linux, as I "
"explain below."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):107
msgid "Ext3 reliability"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):112
msgid ""
"In addition to being ext2-compatible, ext3 inherits other benefits by "
"sharing ext2's metadata format. For one, ext3 users gain access to a rock-"
"solid fsck tool. You'll recall that one of the points of using a journaling "
"filesystem is to avoid the need for an exhaustive fsck in the first place; "
"however if you do end up getting corrupt metadata, either from a flaky "
"kernel, bad hard drive, or something else, you'll greatly appreciate the "
"fact that ext3 inherits ext2's fsck. In contrast, ReiserFS' fsck is in its "
"infancy, and fixing flaky metadata when it does show up can be a difficult "
"and dangerous process."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):127
msgid "Metadata-only journaling"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):130
msgid ""
"Interestingly, ext3 handles journaling very differently than ReiserFS and "
"other journaling filesystems do. With ReiserFS, XFS, and JFS, the filesystem"
" driver journals metadata, but makes no provisions for journaling data. With"
" metadata-only journaling, your filesystem metadata is going to be rock "
"solid, and you will probably never need to perform an exhaustive fsck. "
"However, unexpected reboots and system lock-ups can result in significant "
"corruption of recently-modified data. Ext3 uses a couple of innovative "
"solutions to avoid these problems, which we'll look at in a bit."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):141
msgid ""
"But first, it's important to understand exactly how metadata-only journaling"
" could end up biting you. As an example, let's say that you were modifying a"
" file called /tmp/myfile.txt when the machine unexpectedly locked up, "
"forcing a reboot. If you were using a metadata-only journaling filesystem "
"such as ReiserFS, XFS or JFS, your filesystem metadata would be easily "
"repaired, thanks to the metadata journal, and you wouldn't need to sit "
"through a laborious fsck."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):150
msgid ""
"However, there's the distinct possibility that when you load /tmp/myfile.txt"
" into a text editor, your file will not simply be missing recent changes, "
"but will contain a good amount of garbage and may even be completely "
"unreadable. This isn't something that will always happen, but it could "
"happen and often does."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):158
msgid ""
"Here's why. Typical journaled filesystems like ReiserFS, XFS, and JFS take "
"extra special care of metadata, but don't pay too much attention to data. In"
" our above example, the filesystem driver was in the process of modifying "
"several filesystem blocks. The filesystem driver updated the appropriate "
"metadata, but didn't have time to flush the data from its caches to the new "
"blocks on disk. Thus, when you loaded up /tmp/myfile.txt into a text editor,"
" part or all of the file contained garbage -- blocks of data that didn't get"
" initialized in time before the system locked up."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):175
msgid "The ext3 approach"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):179
msgid ""
"Now that we have a good general understanding of this problem, let's look "
"how ext3 implements journaling. In ext3, the journaling code uses a special "
"API called the Journaling Block Device layer, or JBD. The JBD has been "
"designed for the express purpose of implementing a journal on any kind of "
"block device. Ext3 implements its journaling by \"hooking in\" to the JBD "
"API. For example, the ext3 filesystem code will inform the JBD of "
"modifications it is performing, and will also request permission from the "
"JBD before modifying certain data on disk. By doing so, the JBD is given the"
" appropriate opportunities to manage the journal on behalf of the ext3 "
"filesystem driver. It's quite a nice arrangement, and because the JBD is "
"being developed as a separate, generic entity, it could be used to add "
"journaling capabilities to other filesystems in the future."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):194
msgid ""
"Here are a couple of neat things about the JBD-managed ext3 journal. For "
"one, ext3's journal is stored in an inode -- a file, basically. Depending on"
" how you \"ext3-enable\" your filesystem, you may or may not be able to see "
"this file, located at /.journal. Of course, by storing the journal in an "
"inode, ext3 is able to add the needed journal to the filesystem without "
"requiring incompatible extensions to the ext2 metadata. This is one of the "
"key ways that an ext3 filesystem maintains backwards compatibility with ext2"
" metadata, and in turn, the ext2 filesystem driver."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):210
msgid "Different journaling approaches"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):214
msgid ""
"Not surprisingly, it turns out that there are a number of ways to implement "
"a journal. For example, a filesystem developer could design a journal that "
"stores spans of bytes that need to be modified on the host filesystem. The "
"advantage of this approach is that your journal would be able to store lots "
"of tiny little modifications to the filesystem in a very efficient way, "
"since it would only record the individual bytes that need to be modified and"
" nothing more."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):223
msgid ""
"JBD takes another, and in some ways better, approach. Rather than recording "
"spans of bytes that must be changed, JBD stores the complete modified "
"filesystem blocks themselves. The ext3 filesystem driver also uses this "
"approach and stores complete replicas of the modified blocks (either 1K, 2K,"
" or 4K) in memory to track pending IO operations. At first, this may seem a "
"bit wasteful. After all, complete blocks contain modified data but may also "
"contain unmodified (already on disk) data as well."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):233
msgid ""
"The approach that the JBD uses is called physical journaling, which means "
"that the JBD uses complete physical blocks as the underlying currency for "
"implementing the journal. In contrast, the approach of only storing modified"
" spans of bytes rather than complete blocks is called logical journaling, "
"and is the approach used by XFS. Because ext3 uses physical journaling, an "
"ext3 journal will have a larger relative on-disk footprint than, say, an XFS"
" journal. But because ext3 uses complete blocks internally and in the "
"journal, ext3 doesn't deal with as much complexity as it would if it were to"
" implement logical journaling. In addition, the use of full blocks allows "
"ext3 to perform some additional optimizations, such as \"squishing\" "
"multiple pending IO operations within a single block into the same in-memory"
" data structure. This, in turn, allows ext3 to write these multiple changes "
"to disk in a single write operation, rather than many. In addition, because "
"the literal block data is stored in memory, little or no massaging of the "
"in-memory data is required before writing it to disk, greatly reducing CPU "
"overhead."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):256
msgid "Ext3, protector of data"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):260
msgid ""
"And now, we finally get to see how the ext3 filesystem effectively provides "
"both metadata and data journaling, avoiding the data corruption problem I "
"described earlier in this article. In fact, ext3 actually has two methods to"
" ensure data and metadata integrity."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):267
msgid ""
"Originally, ext3 was designed to perform full data and metadata journaling. "
"In this mode (called \"data=journal\" mode), the JBD journals all changes to"
" the filesystem, whether they are made to data or metadata. Because both "
"data and metadata are journaled, JBD can use the journal to bring both "
"metadata and data back to a consistent state. The drawback of full data "
"journaling is that it can be slow, although you can reduce the performance "
"penalty by setting up a relatively large journal."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):277
msgid ""
"Recently, a new journaling mode has been added to ext3 that provides the "
"benefits of full journaling but without introducing a severe performance "
"penalty. This new mode works by journaling metadata only. However, the ext3 "
"filesystem driver keeps track of the particular data blocks that correspond "
"with each metadata update, grouping them into a single entity called a "
"transaction. When a transaction is applied to the filesystem proper, the "
"data blocks are written to disk first. Once they are written, the metadata "
"changes are then written to the journal. By using this technique (called "
"\"data=ordered\" mode), ext3 can provide data and metadata consistency, even"
" though only metadata changes are recorded in the journal. ext3 uses this "
"mode by default."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):295
msgid "Conclusion"
msgstr "Заключение"

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):299
msgid ""
"These days, a lot of people are trying to determine which Linux journaling "
"filesystem is \"best\". In truth, there is no one \"right\" filesystem for "
"every application; each one has its own strengths. This is one of the "
"benefits from having so many next-generation Linux filesystems from which to"
" choose. So, instead of picking an arbitrary \"best\" filesystem and using "
"it for every conceivable application, it's far preferable to understand each"
" filesystem's strengths and weaknesses so that you can make an educated "
"decision as to which one to use."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):310
msgid ""
"Ext3 has a number of strengths. It has been designed to be extremely easy to"
" deploy. It's based on the solid ext2 filesystem code and it inherits a "
"great fsck tool. And ext3's journaling capabilities have been specially "
"designed to ensure the integrity of both metadata and data. All in all, ext3"
" is a truly great filesystem, and a worthy successor to the now-venerable "
"ext2 filesystem. Join me in my next article, when we get ext3 up and "
"running. Until then, you may want to check out the following resources."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):325
msgid "Resources"
msgstr ""

#. Let's link to parts 1-6 once they've been GuideXMLified
#. <p>
#. Read Daniel's other articles in this series, where he describes:
#. </p>
#. 
#. <ul>
#.   <li>The benefits of journaling and ReiserFS (Part 1)</li>
#.   <li>Setting up a ReiserFS system (Part 2) </li>
#.   <li>Using the tmpfs virtual memory filesystem and bind mounts (Part
#. 3)</li>
#.   <li>The benefits of devfs, the device management filesystem (Part 4)
#. </li>
#.   <li>Beginning the conversion to devfs (Part 5) </li>
#.   <li>Completing the conversion to devfs using an init wrapper (Part
#. 6)</li>
#. </ul>
#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):344
msgid ""
"Read a <uri "
"link=\"http://olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html\">complete"
" transcript</uri> of Dr. Stephen Tweedie's Ext3, Journaling Filesystem "
"presentation, which was featured at the Ottawa Linux Symposium in July 2000."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):352
msgid ""
"Find out more about using ext3 with 2.4 kernels at Andrew Morton's <uri "
"link=\"http://www.zip.com.au/~akpm/linux/ext3/index.html\">ext3 for "
"2.4</uri> page. Andrew Morton is the man responsible for porting ext3 to the"
" 2.4 kernel, and provided invaluable assistance in writing this article. If "
"you can't wait until my next article, Andrew has a very nice <uri "
"link=\"http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html\">ext3 and 2.4"
" usage page</uri> that will show you how to get ext3 up and running on your "
"system in no time."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):363
msgid ""
"To keep abreast of the latest ext3 developments, be sure to visit the <uri "
"link=\"https://listman.redhat.com/archives/ext3-users/\">ext3-users mailing "
"list archive</uri>. Of course, you can also <uri "
"link=\"https://listman.redhat.com/mailman/listinfo/ext3-users\">subscribe</uri>."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):370
msgid ""
"Take Daniel Robbins' free <uri "
"link=\"http://www-128.ibm.com/developerworks/edu/os-dw-linuxjfs-i.html\">JFS"
" fundamentals tutorial</uri> on developerWorks."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):376
msgid ""
"Browse <uri "
"link=\"http://www-130.ibm.com/developerworks/linux/?article=lr\">more Linux "
"resources</uri> on developerWorks."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):381
msgid ""
"Browse <uri "
"link=\"http://www-130.ibm.com/developerworks/opensource/?article=osr\">more "
"Open source resources</uri> on developerWorks."
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(title):392
msgid "About the author"
msgstr ""

#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(p):396
msgid ""
"Residing in Albuquerque, New Mexico, Daniel Robbins is the President/CEO of "
"Gentoo Technologies, Inc., the creator of Gentoo Linux, an advanced Linux "
"for the PC, and the Portage system, a next-generation ports system for "
"Linux. He has also served as a contributing author for the Macmillan books "
"Caldera OpenLinux Unleashed, SuSE Linux Unleashed, and Samba Unleashed. "
"Daniel has been involved with computers in some fashion since the second "
"grade, when he was first exposed to the Logo programming language as well as"
" a potentially dangerous dose of Pac Man. This probably explains why he has "
"since served as a Lead Graphic Artist at SONY Electronic "
"Publishing/Psygnosis. Daniel enjoys spending time with his wife, Mary, and "
"their daughter, Hadassah. You can contact Daniel at <mail "
"link=\"drobbins@gentoo.org\">drobbins@gentoo.org</mail>."
msgstr ""

#. Place here names of translator, one per line. Format should be NAME; ROLE;
#. E-MAIL
#: ../../gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml(None):0
msgid "translator-credits"
msgstr ""