Ask Question
13 January, 05:24

Consider a file system in which a file can be deleted and its disk space reclaimed while links to that file still exist. What problems may occur if a new file is created in the same storage area or with the same absolute path name? How can these problems be avoided?

+4
Answers (1)
  1. 13 January, 05:48
    0
    By keeping track of file links and deleting them along with the files

    Explanation:

    when different users create different files with the same name, and one tries to open one of the files, the first file that is found on the VTOC of the disk will be opened. These problems can be avoided by tracking of all links to a file, and whenever there is a need to delete a file, the link to the file as well should be deleted.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Consider a file system in which a file can be deleted and its disk space reclaimed while links to that file still exist. What problems may ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers