summaryrefslogtreecommitdiff
path: root/linux-basics/filesystems/handout_filesystems_en.tex
blob: 8446cb28a1d9997e0ca54662c58f05621800fa79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}