Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

5. a) What are the different ways in which files are implemented? (UNIX System) b) A file A uses disk blocks 6, 2, 8, 5,

5. a) What are the different ways in which files are implemented? (UNIX System)

b) A file A uses disk blocks 6, 2, 8, 5, 3, and 9 in this order.

Provide the linked list allocation of these blocks.

Provide the linked list allocation of these blocks using a file allocation table

Provide the i-node allocation of these blocks.

6. Some digital consumer devices need to store data, for example as files. Name a modern device that requires file storage and for which contiguous allocation would be a fine idea.

a) Name on advantage of hard links over symbolic links and one advantage of symbolic links over hard links.

7. The beginning of a free space bitmap looks like this after the disk partition is first formatted: 1000 0000 0000 0000 (the first block is used by the root directory). The system always searches for free blocks starting at the lowest numbered block, so after writing file A, which uses 6 blocks, the bitmap looks like this: 1111 1110 0000 0000. Show the bitmap after each of the following actions:

a) File B is written, using 5 blocks

b) File A is deleted

c) File C is written using 8 blocks

d) File B is deleted

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What are the classifications of Bank?

Answered: 1 week ago