Mount a network folder to a folder instead of a drive?


Recommended Posts

Hi all. I am using WinXP Pro SP2 and am wondering if it is possible to map a directory on a network to a local folder. Sort of like the Map Network Drive feature, but that only lets you map to a drive letter, which is not what I want to do. :) On that note, I even tried mapping the network folder to a drive letter and changing the mount in Computer Management, but of course the Disk Management only shows physical drives. :/

In summary, I want the following path:

C:\Folder1\Folder2\Etc\ThisFolder

to point to:

\\somecomputer\NetFolder

Does anyone know of an XP feature that will do this? If not, is there any 3rd party software that will do this?

Thanks in advance :)

Silly question, but are you just trying to create a folder as follows:

On Server

C:\Some_Folder\folder_with_files_I_Need

On Desktop

C:\Some_Folder\Folder_With_Files_I_Need <------Mapped from server

If this is what you want, then cant you just right click in the folder you want to pace the mapped folder and select create shortcut. Then type in the location such as \\Server\Some_Folder\Folder_With_Files_I_Need.

It worked when i tried it just now, or maybe this is not what you are wanting?

Hi all. I am using WinXP Pro SP2 and am wondering if it is possible to map a directory on a network to a local folder. Sort of like the Map Network Drive feature, but that only lets you map to a drive letter, which is not what I want to do. :) On that note, I even tried mapping the network folder to a drive letter and changing the mount in Computer Management, but of course the Disk Management only shows physical drives. :/

In summary, I want the following path:

C:\Folder1\Folder2\Etc\ThisFolder

to point to:

\\somecomputer\NetFolder

Does anyone know of an XP feature that will do this? If not, is there any 3rd party software that will do this?

Thanks in advance :)

What you have shown looks like it would apply to what i said. Simply delete the current folder in the Etc folder and instead create a shortcut to \\somecomputer\NetFolder.

That was my first try as far as getting this done, but I need Windows and programs to actually see it as a folder, not a shortcut. So that programs/users/Windows think it's on the drive but it's actually, what I guess would be called a "symlink" to the network folder.

A shortcut is only a shortcut so programs won't be able to access the folder on the drive as if they were using the network.

That was my first try as far as getting this done, but I need Windows and programs to actually see it as a folder, not a shortcut. So that programs/users/Windows think it's on the drive but it's actually, what I guess would be called a "symlink" to the network folder.

A shortcut is only a shortcut so programs won't be able to access the folder on the drive as if they were using the network.

If your just worried that users will see its a shortcut, then just use tweak UI to remove the arrow on shortcuts?

Hi all. I am using WinXP Pro SP2 and am wondering if it is possible to map a directory on a network to a local folder. Sort of like the Map Network Drive feature, but that only lets you map to a drive letter, which is not what I want to do. :) On that note, I even tried mapping the network folder to a drive letter and changing the mount in Computer Management, but of course the Disk Management only shows physical drives. :/

In summary, I want the following path:

C:\Folder1\Folder2\Etc\ThisFolder

to point to:

\\somecomputer\NetFolder

Does anyone know of an XP feature that will do this? If not, is there any 3rd party software that will do this?

Thanks in advance :)

We have done what you are asking for on our network here. We change the path on My Documents folder on XP-SP2 from local disk to a location on the server. First, a login script runs that maps a letter to a folder on the server. Then based on that letter, we remove the default under properties on My Documents and change it to "U:\". Since the user already has a mapped drive called "P:\\server-name\user name" the user has access to that drive by simply putting "U:\". In your case, you might want to share the drive/folder first and give proper rights to the user/s.

Well it's not just users, I also need programs to recognize it as an actual folder instead of a shortcut. I may be wrong, but if I put a shortcut called "IamAShortcut" and point it to a folder on the D: drive, and in that folder there is a file called "IamAFile.txt," I am fairly sure I can't type "IAmAShortcut\IamAFile.txt" to access that file. . .

The folder I am trying to create unfortunately isn't in the My Documents folder so that doesn't help, but thanks for the tip :)

Well it's not just users, I also need programs to recognize it as an actual folder instead of a shortcut. I may be wrong, but if I put a shortcut called "IamAShortcut" and point it to a folder on the D: drive, and in that folder there is a file called "IamAFile.txt," I am fairly sure I can't type "IAmAShortcut\IamAFile.txt" to access that file. . .

The folder I am trying to create unfortunately isn't in the My Documents folder so that doesn't help, but thanks for the tip :)

No you couldnt access IamAFile.txt by creating a folder shortcut, but creating a shortcut directly to that file?

Well that would mean having to create shortcuts for every file in the directory, not to mention the programs still couldn't use them to access the files because they end in .lnk instead of the proper extension. I need to basically "fool" programs, etc., into thinking the network folder is on the local disk.

Well that would mean having to create shortcuts for every file in the directory, not to mention the programs still couldn't use them to access the files because they end in .lnk instead of the proper extension. I need to basically "fool" programs, etc., into thinking the network folder is on the local disk.

I really dont understand the problem with what i said? You can even turn on syncronisation to make the drive available offline.

I think either you or I am missing or not understanding eachother, because i have what i said working at home and it works flawlessely.

If I just create a shortcut called "ThisFolder" in "C:\Folder1\Folder2\Etc" and point it to "\\somecomputer\NetFolder," and in the NetFolder there is a file called "file.txt" I won't be able to access said file with the path "C:\Folder1\Folder2\Etc\ThisFolder\file.txt" because it's a shortcut not an actual folder. In Windows if you double click the shortcut it will take you to the target directory, but if I use the Start->Run box or if a program tries to access it like that, it won't be able to find the file because the shortcut is not an actual folder on the drive.

Sorry for not being clear before :)

If I just create a shortcut called "ThisFolder" in "C:\Folder1\Folder2\Etc" and point it to "\\somecomputer\NetFolder," and in the NetFolder there is a file called "file.txt" I won't be able to access said file with the path "C:\Folder1\Folder2\Etc\ThisFolder\file.txt" because it's a shortcut not an actual folder. In Windows if you double click the shortcut it will take you to the target directory, but if I use the Start->Run box or if a program tries to access it like that, it won't be able to find the file because the shortcut is not an actual folder on the drive.

Sorry for not being clear before :)

Ah ok, i think i see what your saying.

Then you would type it as follows:

c:\Test\Test\somefile.exe.lnk

That would work, but probably not what you are looking for.

Sorry for getting abrupt, but i really didnt understand what the problem was for you.

SysInternals (now Windows SysInternals) have a tool called Junction which allows you to create mount points (symbolic links) through you file system. Windows doesn't actually support this for remote shares, but local folders it works a treat. Junction is a console application, it has no UI.

You can download it from http://www.microsoft.com/technet/sysintern...k/Junction.mspx

Usage: junction <junction> <target>

e.g junction C:\Tools\MyFolder C:\Windows\System32.

When you explore C:\Tools\MyFolder, you are actually exploring System32.

Hope that helps.

SysInternals (now Windows SysInternals) have a tool called Junction which allows you to create mount points (symbolic links) through you file system. Windows doesn't actually support this for remote shares, but local folders it works a treat. Junction is a console application, it has no UI.

You can download it from http://www.microsoft.com/technet/sysintern...k/Junction.mspx

Usage: junction <junction> <target>

e.g junction C:\Tools\MyFolder C:\Windows\System32.

When you explore C:\Tools\MyFolder, you are actually exploring System32.

Hope that helps.

Thanks for the tip, I actually tried junction yesterday and found out it doesn't have that functionality for network folders. :)

I think it's time I gave up on this, it doesn't appear that it can be done. If it could I'm sure I would have found a solution by now, or someone here would know something - for sure before I would. :) Thanks to all that tried to help me, it's much appreciated.

Have you tried mounting the network forder as a local Drive:

Then use juntion to "juntion" the local drive to the folder you want.

\\Network folder\ -> Drive x:

juntion x -> c: \whatever\juntion folder\

Actually yes. . . it appears that any and all programs I've found/tried only work on physical volumes, not virtual drives as I think they're called. It didn't work in Disk Management or with any of the programs I've tried.

Never mind this thread, I gave up on this already :) Thanks for all the help though.

If a mod could close this thread?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Well I've done a grand total of nothing, and it now clocks between 2010mhz and 1995mhz (stock is 1710mhz) and hovers around 80c, warmer than it used to, but tolerable clocks seem to have returned. Thanks for all the advice on this thread. Will review the evidence and make a choice.
    • Audacious 4.6.1 by Razvan Serea Audacious is a lightweight, open-source audio player that emphasizes simplicity, performance, and sound quality. Designed for Linux, Windows, and macOS, it supports a wide range of audio formats, internet radio streaming, and playlist management. Users can customize the interface with Winamp-style skins or modern themes, making it flexible for different preferences. Audacious also includes an equalizer, advanced audio effects, and a plugin system for extending functionality. Its low resource usage makes it especially suitable for older computers or users who value efficiency without sacrificing playback quality. Audacious key features: High audio quality – delivers clean, gapless playback with minimal distortion. Wide format support – plays MP3, FLAC, Ogg Vorbis, AAC, WAV, WMA, and more. Internet radio streaming – supports Shoutcast, Icecast, and other online streams. Winamp skin support – classic, nostalgic look for users who prefer the old-school style. Modern GTK-based interface – clean, simple UI with a more modern feel. Customizable themes – change appearance through skins and themes. Advanced playlist management – organize, save, and edit playlists with ease. Equalizer – fine-tune audio output with a built-in graphical equalizer. Audio effects – built-in DSP options like crossfade, replay gain, and more. Plugin system – extend functionality with additional components. File metadata support – displays and organizes music based on tags. Drag-and-drop support – quickly add songs or playlists. Global hotkey support – control playback without switching windows. Bit-perfect output modes – bypass system mixers for pure audio output. ReplayGain support – normalizes track loudness automatically. Cue sheet support – play entire albums from a single audio file with .cue. MPRIS2 integration – integrates with Linux desktop environments for media controls. Advanced resampling options – adjust playback quality with different resampler settings. Gapless playback – seamless transition between tracks encoded properly. Crossfade plugin – blend one song into the next smoothly. Last.fm scrobbling plugin – track listening history online. Remote control support – control Audacious via command-line or scripts. Lyrics plugin – display song lyrics if available. Alarm / timer plugin – start or stop playback at set times. SOX resampler plugin – high-quality resampling for audiophiles. Spectrum analyzer / visualization plugins – visual feedback while playing music. Headphone crossfeed effect – simulates speaker listening for headphones. Customizable buffer size – tweak latency and playback smoothness. Audacious 4.6.1 changelog: Use XDG cache dir to store temporary files (#1817) Accept embedded lyrics in more cases (#1818) Bump .so and plugin ABI versions retrospectively (#1819) Include Georgian translation (#1820) Fix build on systems using musl instead of glibc (#1823) Download: Audacious 4.6.1 | 48.2 MB (Open Source) Download: Portable Audacious 4.6.1 | 69.8 MB View: Audacious Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I really wonder if this has to do with the built in VPN or "private DNS" of browsers that trip up legal requirements like cookie consent and Cloudflare (to avoid all the botnet attacks we get). And BTW some botnets still manage to get past Cloudflare, we are constantly having to tweak it to block malicious traffic that ultimately cause a DDoS.
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      142
    4. 4
      ATLien_0
      89
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!