Recent questions tagged inode

862
views
0 answers
1 votes
Consider a unix inode which maintains $5$ direct disk blocks, $1$ single indirect, $1$ double indirect and $1$ triple indirect DBA. Disk block size is $4 \text{ KB }$ and ... $2 \text{ TB }$Answer by ME: Option $(A)$
569
views
0 answers
1 votes
how 3 could be ans?
377
views
1 answers
0 votes
Does indexed node contains disk block addresses in sequential order?Can we have random access here?
894
views
1 answers
3 votes
863
views
0 answers
1 votes
Explain the following terms with there respective formula (expression)1) Max file size2) Max possible file size3) Max Disk Size4) Total file size5) max possible ... .When to use what please clear this doubt.
4.7k
views
1 answers
3 votes
Consider the organization of a UNIX file as represented by the inodeAssume that there are 12 direct block pointers, and a singly, doubly, and triply indirectpointer ... disk accesses are required to access the byte in position 13,423,956?
3.1k
views
2 answers
2 votes
Q1> Consider the Unix file node which maintains 12 direct disk block addresses, 1 single indirect, 1 double indirect, and 1 triple indirect disk block ... location comprises of <In which direct/ indirect pointers branch the address is>
3.1k
views
1 answers
2 votes
Consider an indexed file allocation using index nodes (inodes). An inode contains among other things, 14 direct indexes, one indirect index, two double ... ____MB4. What is the maximum file size possible in this allocation scheme?____GB
1.8k
views
2 answers
4 votes
In particular unix OS each data block is of size 1024 bytes each node has 10 direct data blocks and 2-additional addresses one for single indirect block and one for ... file system (in KB) is ?My answer:282answer given 256.? anyone help.
1.3k
views
1 answers
0 votes
A unix I node has 10 direct pointers 1 double indirect, 1 triple indirect and 1 quadruple indirect pointers. Disk block size is 1 byte. If the max number of bytes of a ... disk bock?a. 8b. 16c. 24d. 32 The answer given at most places is 32.
625
views
0 answers
0 votes
What all topics do we need to study from the topic ' File Systems' in Operating System for GATE ?
1.0k
views
1 answers
2 votes
consider a unix file system impleneted with i-node,that resides on a disk of size 512GB.Each i-node has atotal of 15 block addresses,consisting of direct ... to store all 15 block addresses in an i-node?a)15byteb)29bytec)45byted)75byte
368
views
1 answers
0 votes
How large a file can be addressed by a double indirect block alone in a 64 bit system?minimum block entry size 8 byte and block size 8KB
717
views
0 answers
0 votes
consider a unix file system impleneted with i-node,that resides on a disk of size 512GB.Each i-node has atotal of 15 block addresses,consisting of direct and ... 15 block addresses,should be used as single indirect adresses?a)0b)1c)2d)3
919
views
0 answers
1 votes
While solving gate previous year questions on unix i-node file system implementation many people having doubt like....."Depending on the size of the file ... -iqJrEH7GIG3ZAbH8whttps://www.cs.utexas.edu/~lorenzo/corsi/cs372/06F/hw/11sol.html
1.2k
views
1 answers
4 votes
Consider a UNIX-like file system implemented with i-nodes that resides on a disk of size $512\text GB$. Each i-node has a total of $15$block addresses consisting of direct and indirect lock ... d). $75$ Bytes
10.3k
views
2 answers
3 votes
Consider a file system that uses UNIX like inodes to keep track of the sectors allocated to files. Assume that disk blocks are 1 KB in size, disk ... 242 byteIs there asked about total size of file system?whats difference between them?
3.0k
views
1 answers
18 votes
Consider a file system implemented using unix inode. The system consist of $n_{0}$ direct disk block addresses, $n_{1}$ ... to + all of metadata together.Please verify what is correct and what isn't.
5.5k
views
1 answers
6 votes
Q.1) Consider the Unix inode with 12 Direct Disk Block Addresses(DBA), 1 single indirect DBA, 1 Doubly Indirect DBA and 1 triple indirect DBA. The DBA ... size in this file system?VsWhat is the Total Size of the File System for both cases?
To see more, click for the full list of questions or popular tags.