summaryrefslogtreecommitdiff
path: root/linux-basics/filesystems
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2011-07-18 14:04:20 +0200
committerManuel Traut <manut@linutronix.de>2011-07-18 14:04:20 +0200
commit5cd3321d946c14cd99d6a23cffa09a8316aadceb (patch)
treeee42f905f7e62edd61103d4965a0aa037d861ffc /linux-basics/filesystems
parentf9f7f47856be59b1e446a846d4b0306c39a6186c (diff)
parenta794d7231410f16747e44b690fcc03a96274894c (diff)
Merge ../../../vorlesung into vorlesung
Diffstat (limited to 'linux-basics/filesystems')
-rw-r--r--linux-basics/filesystems/handout_filesystems_en.tex16
1 files changed, 16 insertions, 0 deletions
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}