Lines 3-16
Link Here
|
3 |
|
3 |
|
4 |
<!-- The content of this document is licensed under the CC-BY-SA license --> |
4 |
<!-- The content of this document is licensed under the CC-BY-SA license --> |
5 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
6 |
|
6 |
|
7 |
<sections> |
7 |
<sections> |
8 |
|
8 |
|
9 |
<version>2.5</version> |
9 |
<version>3.0</version> |
10 |
<date>2005-10-02</date> |
10 |
<date>2006-09-01</date> |
11 |
|
11 |
|
12 |
<section> |
12 |
<section> |
13 |
<title>Pengenalan ke Block Device</title> |
13 |
<title>Pengenalan ke Block Device</title> |
14 |
<subsection> |
14 |
<subsection> |
15 |
<title>Block Device</title> |
15 |
<title>Block Device</title> |
16 |
<body> |
16 |
<body> |
Lines 517-531
Link Here
|
517 |
</p> |
517 |
</p> |
518 |
|
518 |
|
519 |
<p> |
519 |
<p> |
520 |
<b>ext3</b> adalah filesystem ext2 versi journal, memiliki journal metadata |
520 |
<b>ext3</b> adalah filesystem ext2 versi journal, memiliki journal metadata |
521 |
untuk pemulihan sistem yang cepat dan juga beberapa tambahan modus journal |
521 |
untuk pemulihan sistem yang cepat dan juga beberapa tambahan modus journal |
522 |
seperti journal data terstruktur dan data penuh. ext3 adalah filesystem yang |
522 |
seperti journal data terstruktur dan data penuh. ext3 adalah filesystem yang |
523 |
sangat bagus dan dapat dihandalkan. Filesystem ini memiliki opsi "<e>hashed |
523 |
sangat bagus dan dapat dihandalkan. |
524 |
b-tree indexing</e>" tambahan yang menghasilkan performa yang tinggi di |
|
|
525 |
hampir semua situasi. Secara singkat, ext3 adalah filesystem yang handal. |
526 |
</p> |
524 |
</p> |
527 |
|
525 |
|
528 |
</body> |
526 |
</body> |
529 |
</subsection> |
527 |
</subsection> |
530 |
<subsection id="filesystems-apply"> |
528 |
<subsection id="filesystems-apply"> |
531 |
<title>Menciptakan Filesystem di sebuah Partisi</title> |
529 |
<title>Menciptakan Filesystem di sebuah Partisi</title> |
Lines 546-561
Link Here
|
546 |
<ti><c>mke2fs</c></ti> |
544 |
<ti><c>mke2fs</c></ti> |
547 |
</tr> |
545 |
</tr> |
548 |
<tr> |
546 |
<tr> |
549 |
<ti>ext3</ti> |
547 |
<ti>ext3</ti> |
550 |
<ti><c>mke2fs -j</c></ti> |
548 |
<ti><c>mke2fs -j</c></ti> |
551 |
</tr> |
549 |
</tr> |
552 |
<tr> |
|
|
553 |
<ti>ext3 dengan hashed b-tree indexing (hanya untuk kernel 2.6)</ti> |
554 |
<ti><c>mke2fs -j -O dir_index</c></ti> |
555 |
</tr> |
556 |
</table> |
550 |
</table> |
557 |
|
551 |
|
558 |
<p> |
552 |
<p> |
559 |
Sebagai contoh, untuk menciptakan partisi root (<path>/dev/sda1</path> pada |
553 |
Sebagai contoh, untuk menciptakan partisi root (<path>/dev/sda1</path> pada |
560 |
contoh kita) sebagai ext2, dan partisi <path>/usr</path>, <path>/var</path>, |
554 |
contoh kita) sebagai ext2, dan partisi <path>/usr</path>, <path>/var</path>, |
561 |
partisi <path>/home</path> (<path>/dev/sda4</path>, <path>5</path> dan |
555 |
partisi <path>/home</path> (<path>/dev/sda4</path>, <path>5</path> dan |