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 |
which is the best book for learning unix and linux?
How does the inode map to data block of a file?
fork()?
What is INODE?
In detail elaborate the system? What is driver?
What is 'inode'?
How are devices represented in UNIX?
What do you mean by u-area (user area) or u-block?
What is a FIFO?
What is the difference between windows environment and Unix environment ?
How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.
How do you list the files in an UNIX directory while also showing hidden files?