\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}