Go to the First Slide
Go to the Previous Slide
Go to the Next Slide
Go to the Last Slide
Raw Disk vs Filesystem:

      Raw Disk (the "Warehouse")
      --Identifies data by disk block number
      --Transfers raw disk blocks

      Filesystem (the "Library")
      --Identifies data by file name and byte offset
      --Transfers file data or file meta-data (file's owner, permissions, creation data, etc.)
      --Handles security, user authentication, file locking