Question: Consider three approach to implement file system . 1 . The directory is an array with fixed - length entries. Each entry contains a valid
Consider three approach to implement file system The directory is an array with fixedlength entries. Each entry contains a valid file name or is free The directory is an array with variablelength entries. Each entry contains a length field and either a valid file name or is free The directory is an array with variablelength entries. Each entry contains a valid file name, followed by a possibly empty hole. Each entry also contains two pointers, one pointing to the end of the entry and the second to the end of the file name.When the length of a file name decreases, the file entry will always have to move to a different position with approach None
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
