-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review module storage_mounting (only Markdown style)
- Loading branch information
Showing
4 changed files
with
265 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
Once you\'ve put a file system on a partition, you can | ||
`mount` it. Mounting a file system makes it available for | ||
use, usually as a directory. We say | ||
`mounting a file system` instead of mounting a partition | ||
because we will see later that we can also mount file systems that do | ||
not exists on partitions. | ||
Once you've put a file system on a partition, you can **mount** it. Mounting a file system makes it available for use, usually as a directory. We say *mounting a file system* instead of mounting a partition because we will see later that we can also mount file systems that do not exist on partitions. | ||
|
||
On all `Unix` systems, every file and every directory is part of one big | ||
file tree. To access a file, you need to know the full path starting | ||
from the root directory. When adding a `file system` to your computer, | ||
you need to make it available somewhere in the file tree. The directory | ||
where you make a file system available is called a | ||
`mount point`. | ||
On all *UNIX* systems, every file and every directory is part of one big file tree. To access a file, you need to know the full path starting from the root directory. When adding a *file system* to your computer, you need to make it available somewhere in the file tree. The directory where you make a file system available is called a *mount point*. | ||
|
Oops, something went wrong.