Questions tagged [junction]

Questions about working with NTFS junction points (somewhat similar to Linux symlinks).

MSDN guidance on junctions and symlinks

NTFS Junctions are a type of reparse point. A junction can only point to a folder, not a file; and it can only point to a folder on a local filesystem, not one on a network path. NTFS symlinks, a newer feature, do not have these restrictions. Junctions were introduced with NTFS 3.0, released with Windows 2000.

108 questions
122
votes
4 answers

How to Delete a Junction by Using Command Prompt in Windows 7

I believe in Windows Vista, we could use linkd command. However, I cannot find this command in Windows 7. I know I can use Windows Explorer and delete the junction, but I wonder if this can be done in Command Prompt. I can use mklink command to…
Nord
  • 1,345
30
votes
2 answers

MKLINK vs. Junction.exe

SysInternals has a program junction.exe that creates Junctions (aka. reparse points, aka. symlinks) in Windows. However, Windows also comes with a mklink which seems to do the same thing. Is there a significant difference? I tend to believe that if…
abelenky
  • 993
28
votes
5 answers

Moving Windows folders around with Junction links (mklink)

Space on my SSD is running pretty low, and there seems to be a 19GB folder in Windows that sticks out (%windir%\Installer) and cannot be safely deleted (as explained here: https://serverfault.com/q/15746). Now, the mklink provides a neat little…
veljkoz
  • 825
24
votes
8 answers

How to create an NTFS junction?

How can I create an NTFS junction point in Windows XP?
jemila Ali
19
votes
5 answers

Scenario - NTFS Symbolic Link or Junction?

Differences ┌───────────────┬──────────┬──────────┬──────┬───────────┬─────┐ │ │ Absolute │ Relative │ File │ Directory │ UNC │ ├───────────────┼──────────┼──────────┼──────┼───────────┼─────┤ │ Symbolic link │ Yes │ Yes │…
user73728
17
votes
4 answers

Give access to a subdirectory without giving access to parent directories

I have a scenario involving a Windows file server where the "owner" wants to dole out permissions to a group of users of the following sort: \\server\dir1\dir2\dir3: read, write and execute \\server\dir1\dir2: no permissions \\server\dir1: no…
allquixotic
  • 34,882
15
votes
4 answers

What directories in a Windows 7 SSD install would you link/junction to an HDD?

I'm planning on installing an SSD/HDD combination with the SSD as my boot (Windows 7 x64) drive, and a spinning HDD as a storage drive. Are there any log files in particular best suited to a mklink to the SSD? Is it worthwhile to move/link the main…
Tracker1
  • 883
14
votes
2 answers

When would one prefer a Junction Point (Directory Hard Link) over a symbolic link?

Technically, I get the difference between the two; this is just a usage question. In particular, I want to move some folders off of a smaller hard drive and onto a larger one, but I need to use some sort of link to do it--the application that uses…
13
votes
1 answer

NTFS Junction Point from HDD to SSD, will it cause performance bottleneck? (steam game relocation)

Can an NTFS Junction Point between HDDs cause a bottleneck? Or will the junction be cached in memory? Specifically, I want to install Steam on a magnetic HDD. This means all the games will be installed there. To benefit from my SSD, I will…
ddtemplar
  • 131
13
votes
3 answers

What can I do about Windows 7 Backup error 0x81000037, apparently caused by reparse points?

I've been getting this error: 0x81000037: Windows Backup failed while trying to read from the shadow copy on one of the volumes being backed up trying to take a Windows backup of my workstation (Windows 7 Professional x64) The MS Knowledge Base…
13
votes
3 answers

Is there a way to show junctions differently in windows explorer?

I've started using junctions to remap folders on my Windows XP box. It's great - I have two drives, so this simplifies my organization. I would like it if Windows Explorer visually differentiated junctions vs. normal folders. Ideally an overlay…
12
votes
2 answers

How can I create a right click menu item to manipulate a junction point?

As I am using a SSD but it is limited in size I want to be able to use junction points to remap files and directories to my HDD, this would work ideal if I could create a shell extension for it that does this. The ideal behavior would be to right…
9
votes
1 answer

How to get directory sizes without junctions in Far Manager

By default Far Manager includes sizes junction into the directory size (F3). Is there a way to avoid counting them?
Antony Hatchkins
  • 352
  • 3
  • 11
8
votes
2 answers

Using symbolic link in Windows XP

Junction is a good symbolic link tool in XP. However, it's not so easy to use at first moment, ie. only can use command line interface; move/rename target file/folder; got to use 'junction -d ' to delete link, don't allow delete in explore, but it's…
Stan
  • 7,325
7
votes
12 answers

List all files and dirs without recursion with junctions

Is there a native|portable tool that can give me a unicode or a system local-compatible list of all files and directories under a path recursively, without recursing into junction points or links, in Windows? For example, the built-in dir takedown…
n611x007
  • 6,566
  • 15
  • 67
  • 91
1
2 3 4 5 6 7 8