Lecture #4 File Types and Filesystems
Agenda
- Review
- Boot and log on to your CentOS virtual machine as root.
- In root's home directory, you will find a directory called MBRs. What do you make of the files in that directory?
- Install the mbr.simple file by catting it to /dev/sda
- Use the rescue cdrom.iso image to restore the MBR.
- Break 1
- The Directory Hierarchy: the file tree
- Survey of the top-level directories of a GNU/Linux virtual system
- File Types
- Parts of a File
- Symbolic Links
- Device Files
- Use the dd command and device files to manipulate data on storage devices.
- Filesystems
- Types of Filesystems
- Parts of a filesystem
- Mounting and unmounting filesystems
Assignment:
- Read chapter 8 Sections 1,4,5,6 and 9 from the UNIX and Linux System Administration Handbook, paying attention to the Linux sections regarding hardware.
- Do Lab 3
- Extra Credit
Resources:
- PowerPoint Slides
- Filesystem Worksheet
- Lecture 3 Archive