Differences between version 5 and previous revision of Inode.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Saturday, July 23, 2005 2:17:29 pm | by AristotlePagaltzis | Revert |
Older page: | version 4 | Last edited on Tuesday, September 9, 2003 12:38:40 pm | by CriggieCriggie | Revert |
@@ -1,6 +1,3 @@
-An [Inode] specifies which [
DiskCluster]
s a file occupies as well as a few attributes such as creation and last-modification times. To that end it contains a list of direct, indirect, and doubly and triply indirect pointers. On some FileSystems, very small files can be stored directly in the [Inode] itself.
+An [Inode] specifies which DiskCluster~
s a file occupies as well as a few attributes such as creation and last-modification times. To that end it contains a list of direct, indirect, and doubly and triply indirect pointers. On some FileSystems, very small files can be stored directly in the [Inode] itself.
-Sophisticated FileSystems create [Inode]s on demand, but with most, the number of [Inode]s on a partition
has to be decided on during FileSystem creation. It is rare to run out of [Inode]s unless you have an unusual usage profile such as storing a news spool or [Squid] cache. To see how many [Inode]s are free, use __
df -i__
.
-
-Check out the section under [ipcop] for a tale of increasing the number of [Inode]s on an [ipcop] box.
-[IsomerMadeMeDoThis]
+Sophisticated FileSystems create [Inode]s on demand, but with most, the number of [Inode]s on a [Partition]
has to be decided on during FileSystem creation. It is rare to run out of [Inode]s unless you have an unusual usage profile such as storing a news spool or [Squid] cache. To see how many [Inode]s are free, use <tt>
df -i</tt>
.