Tagged Questions
0
votes
1answer
81 views
How to safely remove folder without removing contents of a junction?
I've been search for a shell (cmd) solution for this for a while and haven't found any. So I wanted to create a Junction but first I need remove the folder if it exists (Junction from sysinterals ...
0
votes
0answers
116 views
Cygwin cannot access NTFS Junction Point on network share
I have a networked drive that I've mapped the Z drive to. When I open Cygwin Bash prompt, I can access the mapped drive, but I can not access directories which are "NTFS Junctions Points" on the ...
1
vote
1answer
394 views
How can I create a junction using cygwin?
This question shows that cygwin’s soft links are somewhat different from ntfs junctions. I’d like cygwin to create a real junction. I thought about running mklink but, hell, there is no mklink.exe. ...
2
votes
0answers
91 views
Windows Resource Monitor does not work with Junction Points
Several of the observations that the Windows Resource Monitor provides is the disk queue length, latency, and throughput. However, only partitions that are assigned drive letters show up in the ...
8
votes
1answer
1k views
NTFS Junctions vs. Symbolic Links (for directories) [closed]
From a high-level standpoint (meaning only worrying about the results and the interface, not the implementation), what is the difference in behavior, if any, between an NTFS reparse point that points ...
2
votes
1answer
1k views
NTFS Junctions, trouble understanding the API
Update: This question has evolved into a question about the NTFS filesystem filter driver how to use the Win32 API in backup applications and other programs that need to know what a file really is on ...
1
vote
3answers
393 views
Junction points(simlinks) under Windows XP are not recognized by PHP
I've found two tools which create "simlinks" within Windows XP (I know they're not real links, but so it goes). The problem is that neither of them create something which I can use with WAMP.
...
2
votes
2answers
775 views
Does cygwin understand NTFS junction points?
Does cygwin (1.7.x) understand Windows NTFS junction points (as created by mklink in Win7/2008 or sysinternals' junction.exe)?
How do they differ from a symbolic link as created by "ln -s "?
2
votes
2answers
625 views
How to create a Junction Point using WinApi?
There is CreateHardLink function to create Hardlinks.(Since Win2000)
And There is CreateSymbolicLink function since Vista has been released.
But why isn't there a CreateJunction?
How does mklink ...
2
votes
3answers
1k views
Test in PowerShell code if a folder is a junction point?
How can I test in PowerShell code if a folder is a junction point?
1
vote
2answers
1k views
C# - How to retreive the target of a Junction or Symlink with a standard user
I am trying to get the target of a junction in my program, but the only way I managed do it is:
Requesting Backup privileges
p-invoke CreateFile with special parameters to get a handle to the ...
