Template:Note/Doc

From Alon Bar-Lev's Site
Jump to navigation Jump to search

This template is for items which should be noted by the user, but are not important enough to be a Warning.

Example: {{Note|If the system <b>reports <i>that</i></b><i> it is out</i> of disk space, but still shows free space in the output of "df", the problem could by that the filesystem has run out of free inodes. In this case you might consider increasing this number when creating the filesystem. For example: {{Root|mke2fs /dev/sdb2 -N 1000000 -m 0 -L eeepc_root}} }}

Will produce:

Note: If the system reports that it is out of disk space, but still shows free space in the output of "df", the problem could by that the filesystem has run out of free inodes. In this case you might consider increasing this number when creating the filesystem. For example:
mke2fs /dev/sdb2 -N 1000000 -m 0 -L eeepc_root