From 84882eb4d1cd6b53bd3ebff96136da4461955cc8 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Fri, 8 Apr 2011 14:29:20 +0200 Subject: handout_filesystems added (far from complete) Signed-off-by: Manuel Traut --- linux-basics/filesystems/handout_filesystems_en.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 linux-basics/filesystems/handout_filesystems_en.tex (limited to 'linux-basics/filesystems') diff --git a/linux-basics/filesystems/handout_filesystems_en.tex b/linux-basics/filesystems/handout_filesystems_en.tex new file mode 100644 index 0000000..8446cb2 --- /dev/null +++ b/linux-basics/filesystems/handout_filesystems_en.tex @@ -0,0 +1,16 @@ +\input{confighandout} + +\subsection{Filesystems} + +\subsubsection{block, flash, network} + +Different kinds of memory, need different filesystems. The Linux kernel basicly +distinguishes between these types: + +\begin{description} +\item[Block Devices] Hard-disk Drives, Compact-Flash Cards, USB Sticks, \dots +\item[Flash Devices] NAND, NOR, oneNAND, \dots +\item[Network Shares] SMB, CIFS, NFS, \dots +\end{description} + +\input{tailhandout} -- cgit v1.2.3