aspx. Normally, you??™ll rely on an application to create the reparse point. However, the Knowledge
Base article at http://support.microsoft.com/?kbid=205524 tells you how to create and
manipulate them manually. In this case, the reparse point creates a link between another drive and a
directory on the hard drive. To gain a better understanding of how you can use reparse points on
an active system, read the Knowledge Base article at http://support.microsoft.com/default
MONITORING THE FILE SYSTEM WITH THE FSUTIL COMMAND 245
.aspx?scid=kb;en-us;Q262797. Because of the way the system creates reparse points, you can
only use FSUtil to query and delete them. This mode uses the following syntax:
FSUtil ReparsePoint [query Filename] [delete Filename]
The following list describes each of the command line arguments.
Filename Defines the path used as a junction or the filename of the user data storage. Whether
the input defines a path or a filename (with an optional path) depends on the kind of reparse
point in use.
query Requests information about the specified reparse point. The information includes the
reparse tag created when the system defined the reparse point.
Pages:
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608