Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
unix Inodes
Name: New Guy Date: January 17, 2003 at 07:31:13 Pacific OS: win 2000 CPU/Ram: p4 128
Comment:
What is an inode and what is the role of the inode in file operation? Im just learning 6 days so far!!!
Name: Lepper-Messiah Date: January 17, 2003 at 18:46:47 Pacific
Reply:
An inode is a record where most information about a specific file is saved. It contains the user's id and group, the number of links, and the type of file (regular file, directory, symbolic link, character device, block device, or socket). It also has pointers to the file's data enabling file's data to be accessed faster by keeping the inode in the memory.
Summary: If we have, file system that each disk block in file system is 2kb in size. The inode has 12 direct block2, 2 single level indirect block and 1 double indirect block. Suppose a block need 4 bytes to p...
Summary: if the system block is 8k. and disk sector size is 8k. the disk block pointer is 32 bits. it has 12 to direct, and 1 each to single indirect, double and triple indirect. wat is the maximum file size ...
Summary: hai i am new to unix. when i start my system it shows me an error.(1) warning vxfs:vx_ilisterr-error reading inode 4 on /file system.(2) warning vxfs:vx_ilisterr-error reading inode 325 on /file syste...