Purchase Solution

Use of Inodes and Linking

Not what you're looking for?

Ask Custom Question

Discuss the use of inodes for storing data on a disk. Is the linking process reliable enough?

Purchase this Solution

Solution Summary

This solution examines in brief the importance of inodes for storing data on a disk, and also takes into account the reliability factor.

Solution Preview

An inode is a data structure on a file system on Linux and other Unix-like operating systems that stores all the information about a file except its name and its actual data. When a file is created, it is assigned both a name and an inode number, which is an integer that is unique within the file system. Both the file names and their corresponding inode numbers are stored as entries in the directory that appears to the user to contain the files. That is, the directory associates file names with inodes (Bellevuelinux.org, 2005).

In UNIX files are streams of un-interpreted bytes. A file is named by its system identifier which is an index into a table of file header records known as inodes. The inode contains information about the ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.