PDA

View Full Version : CS609-System Programming Assignment No. 6



Xpert
07-24-2010, 03:12 AM
Deadline

Your assignment must be uploaded/submitted on or before Thursday 29 July 2010.
Uploading instructions

View the assignment submission process document provided to you by the Virtual University to upload the assignment.
Marking Rules

It should be clear that your assignment will not get any credit if:

o The assignment is submitted after due date.
o The assignment is copied.


Assignment [Total Marks 10]

NOTE: WRITE SHORT ANSWERS:

a) How can sector# be determined from Cluster Number in NTFS?
b) What is the process of accessing NTFS volume in DOS?
c) What is the process of accessing NTFS volume using BIOS functions?

d) How we can recover the deleted contents of file? Explain each step of recovery in detail.

e) What is the size FAT32 entry? How many bits are used? Is there any space reserved for root directory in FAT 32?

Your work must be original. No marks will be given in case of cheating or copying from the internet or from any other students.

kamranmahmood
07-29-2010, 04:54 AM
a) How can sector# be determined from Cluster Number in NTFS?

Solution:

Sector# = Cluster# * Sector per Cluster

Xpert
07-29-2010, 06:06 AM
That's the answer of one qyestion. What about the rest?