next up previous contents
Next: 3.2.4 Creating Filesystems Up: 3.2.3 Mounting Filesystems Previous: 3.2.3 Mounting Filesystems   Contents

3.2.3.1 Terms

Mount
 
"Mounting" a filesystem means making a filesystem accessible to the operating system. "Mounting point' is where the filesystem is being mounted such as '/'. This has tree structure.

Syntax
 
mount <options> source directory

The most useful option is "-t" which specifies the type of filesystem

you are mounting. Here are examples: