Tagged Questions

1
vote
1answer
40 views

Adding a DLL file as reference in C#.NET project

I am currently working on a project to perform disk defragmentation in Microsoft Windows environment. For that I want to use the in-built functions of the Windows defragmentation utility. I read ...
1
vote
2answers
755 views

How can I find information about a file from logical cluster number in NTFS/FAT32?

I am trying to defragment a single file through Windows defragmentation API ( http://msdn.microsoft.com/en-us/library/aa363911(VS.85).aspx ) but if there is no free space block large enough for my ...
0
votes
0answers
37 views

How to Write a Ntfs Defrag Application in C#?

I searched this topic in stackoverflow but I can't found any... How to Write a Defrag Application in C# ? I'm hearing your mumblings for "this is not the right language to develop a disk defrag ...
0
votes
5answers
1k views

Logic in Disk Defragmantation & Disk Check

What is the logic behind disk defragmentation and Disk Check in Windows? Can I do it using C# coding?
0
votes
4answers
565 views

Windows disk partition gap

Windows XP Disk Defragmenter report shows a constant gap in disk usage on a number of disk partitions on my system. I'm not referring to the little transitory gaps that occur. In disk D below, the ...