Add template holder for the Filesystems chapter.
This commit is contained in:
parent
914c5a957f
commit
17767331b7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33099
2 changed files with 138 additions and 0 deletions
15
nl_NL.ISO8859-1/books/handbook/filesystems/Makefile
Normal file
15
nl_NL.ISO8859-1/books/handbook/filesystems/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CHAPTERS= filesystems/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
123
nl_NL.ISO8859-1/books/handbook/filesystems/chapter.sgml
Normal file
123
nl_NL.ISO8859-1/books/handbook/filesystems/chapter.sgml
Normal file
|
@ -0,0 +1,123 @@
|
|||
<!--
|
||||
The FreeBSD Dutch Documentation Project
|
||||
$FreeBSD: $
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/filesystems/chapter.sgml
|
||||
%SRCID% 1.3
|
||||
-->
|
||||
|
||||
<chapter id="filesystems">
|
||||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Tom</firstname>
|
||||
<surname>Rhodes</surname>
|
||||
<contrib>Geschreven door </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Wouter</firstname>
|
||||
<surname>Reckman</surname>
|
||||
<contrib>Vertaald door </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
||||
<title>* Ondersteuning van bestandssystemen</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
|
||||
<sect1 id="filesystems-synopsis">
|
||||
<title>* Overzicht</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="filesystems-zfs">
|
||||
<title>* Het Z File System</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
|
||||
<sect2>
|
||||
<title>* ZFS Tuning</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
|
||||
<sect3>
|
||||
<title>* Geheugen</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>* Kernel configuratie</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>* Loader Tunables</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>* Gebruik maken van <acronym>ZFS</acronym></title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
|
||||
<sect3>
|
||||
<title>* Een enkele disk pool</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>* <acronym>ZFS</acronym> RAID-Z</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>* Het herstellen van <acronym>RAID</acronym>-Z</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>* Data verificatie</title>
|
||||
|
||||
<para>* Wordt nog vertaald</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<!--
|
||||
<sect1>
|
||||
<title>* Apparaat bestand systemen</title>
|
||||
|
||||
<para>* Wordt nog vertaald.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>* De DOS en NTFS bestands systemen</title>
|
||||
|
||||
<para>* Wordt nog vertaald.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>* Het Linux EXT bestands systeem</title>
|
||||
|
||||
<para>* Wordt nog vertaald.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>* HFS</title>
|
||||
|
||||
<para>* Wordt nog vertaald.</para>
|
||||
</sect1>
|
||||
-->
|
||||
|
||||
</chapter>
|
Loading…
Reference in a new issue