Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

file systems
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

More Books

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago