Purchase Solution

Disk writing speed

Not what you're looking for?

Ask Custom Question

Consider a disk holding files with an average file length of 5 KB. Each file is allocated contiguously on adjacent sectors. To better utilize the disk space, it must be periodically compacted, which involves reading each file sequentially and writing it back to a new location. Assuming the standard sector size of 512, an average seek time of 50 ms, 100 sectors per track, and a rotational speed of 5000 rpm, estimate, how long it will take to move 1000 files~?

Purchase this Solution

Solution Summary

The solution provides a detailed and step-by-step explanation for disk writing speed.

Solution Preview

Please see the attached file.

The total time associated with reading/writing a file is the sum of:
Seek time + Rotational delay + Transfer time
Here average seek time is given for 50ms per file
Rotational delay is when: (see attached)

The average rotational delay is half the revolution. In this case ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.