what happens when we create a file system?
Answer / arch
when fs is created disk space is divided into blocks, these blks are further catagorised into boot block, inode block, super block and data block.
boot block contains boot strap code
inode block contais all the properties of files (permissions, size ,uid etc)
super block contains free inodes and used inodes list and status bit of file (1 or 0)
Data block is used to store data.
| Is This Answer Correct ? | 4 Yes | 0 No |
How many VI editor modes do you know?
Give the command to display space usage on the UNIX file system.
Could you tell something about the Unix System Kernel?
What are the main differences between Apache 1.x and 2.x?
What is file constructing in UNIX/AIX ?
why unix commands simpler rather than complex task
I am trying to unmount a remote file system,but I do not unmount that file system.How can i know the user name (i.e.,user who is using that file system).....write the command with argument
What are Profilers?
What is a filesystem?
What is the main advantage of creating links to a file instead of copies of the file?
what is mean by kernal?
What is the difference between a soft link and a hard link?