Suppose a file is on a filesystem using a 1K block size. This file is maintained on the disk using i-nodes as is typical on many UNIX filesystems (as described on pages 286-287 and 789-790 of your text). Suppose there are seven direct pointers, and then a pointer to one singly direct block, a pointer to a doubly indirect block, and a pointer to a triply indirect block. Suppose a program creates and opens a file in this filesystem, and then seeks to the following positions, writes a character, and then exits. Identify how many disk blocks, (both data and indirect blocks) must be allocated to store the data for the file. (Note that a-c each represent a different file.) a. Seek to 9000 b. Seek to 300000 c. Seek to 67,000,000 How big would a file need to be to require the triply indirect pointer?

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter7: File Handling And Applications
Section: Chapter Questions
Problem 15RQ
icon
Related questions
Question

Minix

Suppose a file is on a filesystem using a 1K block size. This file is maintained on the
disk using i-nodes as is typical on many UNIX filesystems (as described on pages 286-287 and
789-790 of your text). Suppose there are seven direct pointers, and then a pointer to one singly
direct block, a pointer to a doubly indirect block, and a pointer to a triply indirect block. Suppose a
program creates and opens a file in this filesystem, and then seeks to the following positions,
writes a character, and then exits. Identify how many disk blocks, (both data and indirect blocks)
must be allocated to store the data for the file. (Note that a-c each represent a different file.)
a. Seek to 9000
b. Seek to 300000
c. Seek to 67,000,000
How big would a file need to be to require the triply indirect pointer?

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Data Recovery Approaches
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr