The fsutil tag has no wiki summary.
0
votes
0answers
73 views
fsutil can't create more than 4 hard links to a file in win srv 2003?
I got an error message when I created 5th hard link to a file using fsutil:
Error: An attempt was made to create more links on a file than the file system
supports.
I was quite surprised ...
2
votes
1answer
297 views
Is it possible to delete a hardlink to a locked file?
In short, I need to do what was asked here:
One hardlink is locked. How do I remove the other?
The given solution doesn't work for me as I'm trying to create/delete a hardlink to a file that is in ...
2
votes
3answers
978 views
How to create 1G zeroed sparse file in windows?
In linux:
$ dd if=/dev/null of=mysparse seek=1G count=0
$ du -b mysparse
549755813888 mysparse
$ du -B1 mysparse
0 mysparse
In windows I have been playing with fsutil but I can not get the ...
1
vote
1answer
221 views
How do I create a “null” rar?
I would like to create a "null" rar. I used the command: fsutil file createnew c:\a.rar 1040000. But when I try to add files to this rar I get an error that the rar is damaged.
How can I create a ...
0
votes
2answers
4k views
How do I delete hardlinks, symbolic links, junction points, etc please?
I could be wrong, but I'm yet to hear a valid argument for the exploitability that these things deliver...outweighing their very dubious / debatable functionality. They seem to me to be marginally ...
10
votes
3answers
4k views
Does having TRIM enabled affect other hard drives on a computer (and how do you know when Windows is using it)?
I recently purchased a new solid state drive (an OCZ Vertex 2 (80 GB)) to use primarily for my operating system. I also have three other SATA hard drives of assorted sizes for long-term data storage. ...