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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started