A File:  A file is a sequence of blocks on disk.
-  A block is often either 512 or 1024 bytes.
 -  Entire file can be stored consecutively on disk - problematic when files
    are deleted and added. 
 -  Normally, stored as a linked list on disk. Potential problem with random access
  but can be salvaged using file index.