fsutil

fsutil hardlink doesn't work?

I was looking for a way to create hard links under Windows and I found this page: http://technet.microsoft.com/en-us/library/cc788097.aspx To try it out, I created a file (1.txt) on the root of my C: drive with 100 lines of the following content: C:\1.txt (2.598 bytes): test test test test test Then I open the command prompt and typ...

why fsutil.exe takes less time to write a huge file into disk than programmatically?

this question is according to this topic : creating a huge dummy file in a matter of seconds in c# I just checked the fsutil.exe in xp/vista/seven to write a huge amount of dummy data into storage disk and it takes less time to write such a big file in comparison to programmatically way. when I'm trying to do the same thing with the he...