Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task: You will write tool that can look at an image of a thumbdrive / flash drive and find the files on it from reading

Task: You will write tool that can look at an image of a thumbdrive / flash drive and find the files on it from reading the file table.
 

Deliverable: The code should be written n python 3.
 

 The zipped image folder is below. This image is of a drive with a few files on it. The image is formatted with FAT16. The specs is FAT16. Build a tool that will allow for the reading of this drive. Implement this in Python 3.
You are free to design the interface however you wish, but you must provide me with the following functionality:

1) Read the volume information of the drive

2) Read the contents of the FAT table

3) Show a list of all current files on the drive

4) Show a list of all deleted files
 

Turn In: You must submit the code, comment the code and a detailed lab report (as specified below).
 

Lab Report: The report should  properly analyzing the outcome of the assignment. Consider the following questions when writing the lab report.

  • How did you know a deleted from a non deleted file?
  • Would you be able to retrieve a fragmented file?
  • What happens if the FAT16 table gets corrupted?

Remember: It is not sufficient enough to simply state the information above. You must give detail to design rationale. In other words, do not just say what you did, explain why you did it as well.

 

image

Name W FAT16 Lab FAT16Specs fat-img-kw Type Microsoft Word Document Adobe Acrobat Document Compressed Archive Folder Compressed size Password pr... 14 KB No 112 KB No 365 KB No

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

Calculus

Authors: Dale Varberg, Edwin J. Purcell, Steven E. Rigdon

9th edition

131429248, 978-0131429246

More Books

Students also viewed these Algorithms questions

Question

How can a designer ensure models in a DSS are integrated?

Answered: 1 week ago

Question

Let f(x) = x - 3 / x + 1. Show that f(f(f(x))) = x, provided x 1.

Answered: 1 week ago