Question: Hi, im wondering how can i start with this assignment of mine. I have to write a c programming under linux environment. I need to

Hi, im wondering how can i start with this assignment of mine. I have to write a c programming under linux environment. I need to create a directory structure to keep track of the basic file information and the location of where the file content is stored. I have to use the linear table as well as a hash table.

Bascially the physical store is represented by an array of 65 entries with 5 entries as a disk block. Table 1, as shown below, is a sample instance of the first 30 blocks of the physical store containing two different files. The directory structure is stored in the first block showing the information of the 2 files. In this example the first number, 100, is the file identifier. The second number is the starting index of the first data block (i.e. 1) and the second number is the index of the ending data block which is 4. How do i start by doing it?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!