Question: file systems Project. Implement a basic file system managed from within a file. The operations to the file system are to be done using a
Project. Implement a basic file system managed from within a file. The operations to the file system are to be done using a daemon process running in the background. Applications requiring the use of the file system should connect to the server using some known Unix domain socket. The commands are given on the socket Develop a protocol for this purpose. The file system should have the following capabilities: i. List files stored along with their sizes. ii. Create files ii. Allow changes to files iv. Delete files 2. Extend the above file system to store information about the files: created time, 3. Make changes to the above file system to allow it to handle directory information 4. Extend the above file system to allow compression on files. The files could be 5. Enhance the file system above to allow encryption on files. What other practical 6. Now implement a Linux kernel module to allow above capabilities. The modul modified time etc Allow users to copy and move files between directories. individually compressed on the request of the application programs. uses of the above file system can you find out? should plug into the virtual file system implementation in the Linux kernel Further it should be available to the users as a loadable kernel module. Note that in this case extensions require adding the capabilities to support file permissions, file attributes and formatting capabilities
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
