Skip to content

Commit

Permalink
Spring 2013 updates; HW#1, add SAS section
Browse files Browse the repository at this point in the history
  • Loading branch information
jschauma committed Jan 29, 2013
1 parent 2543627 commit 3a5a967
Show file tree
Hide file tree
Showing 23 changed files with 41,881 additions and 214 deletions.
20 changes: 14 additions & 6 deletions 02-filesystems/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# $Id: Makefile,v 1.6 2006/01/29 23:49:01 jschauma Exp $

TARGET = slides
BIBLIO = slides.bib

LATEX = latex
BIBTEX = bibtex
DVIPS = dvips -o
PS2PDF = ps2pdf
PDFTOTEXT= pdftotext
Expand All @@ -15,6 +11,11 @@ FIGURES= \
pics/IRIX.filesystem.eps \
pics/Installer_edit_partitions.eps \
pics/S50JBOD.eps \
pics/SFF_8086.eps \
pics/SFF_8087.eps \
pics/SFF_8088.eps \
pics/SFF_8470.eps \
pics/SFF_8484_angled.eps \
pics/Sata_host_expansor_en.eps \
pics/USB_Connector_End.eps \
pics/USB_types.eps \
Expand All @@ -32,8 +33,10 @@ FIGURES= \
pics/controlpanel2.eps \
pics/cylinders.eps \
pics/cloud.eps \
pics/das-nas-san.eps \
pics/cloud-storage.eps \
pics/das-versions.eps \
pics/das.eps \
pics/ddrdrive.eps \
pics/disk-structure.eps \
pics/devices.eps \
pics/directory.eps \
Expand All @@ -45,6 +48,7 @@ FIGURES= \
pics/fc-switched.eps \
pics/fc-topologies.eps \
pics/file.eps \
pics/filesystem-tree-mountpoints.eps \
pics/fs-layout.eps \
pics/fs-layout1.eps \
pics/fs-layout2.eps \
Expand All @@ -69,11 +73,15 @@ FIGURES= \
pics/one-bucket-full.eps \
pics/partition.eps \
pics/pipe.eps \
pics/raid-0.eps \
pics/raid-1.eps \
pics/raid-5.eps \
pics/san.eps \
pics/san.eps \
pics/sata-ide_lg.eps \
pics/satavide.eps \
pics/satavpata.eps \
pics/san-nas-das.eps \
pics/scsi-disk.eps \
pics/scsi-disk2.eps \
pics/scsi-many.eps \
Expand All @@ -88,13 +96,13 @@ FIGURES= \
pics/two-buckets.eps \
pics/two-cats-one-bucket.eps \
pics/usb-hub.eps \
pics/ufs-details.eps \
pics/xraid.eps \
pics/zfs.eps

.SUFFIXES: .tex .dvi .ps .pdf .txt .fig .eps .jpg .png .gif

all: $(FIGURES) $(TARGET).dvi
# ${BIBTEX} $(TARGET)

show: ${TARGET}.dvi
xdvipresent xga ${TARGET}.dvi -paper 25.8x19.3 -geometry 1024x764-0-0
Expand Down
Binary file added 02-filesystems/pics/SFF_8086.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 02-filesystems/pics/SFF_8087.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 02-filesystems/pics/SFF_8088.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 02-filesystems/pics/SFF_8470.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 02-filesystems/pics/SFF_8484_angled.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 02-filesystems/pics/cloud-storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3a5a967

Please sign in to comment.