Networking Forums

Networking Forums > Network Hardware > Home Networking > Mapping a network share into a subfolder

Reply
Thread Tools Display Modes

Mapping a network share into a subfolder

 
 
Linker3000
Guest
Posts: n/a

 
      12-13-2005, 02:25 PM
Hi guys,

Is there a utility that will let me map a network share into a sub-folder?

ie: I would like the share \\somecomp\somedata to appear locally as c:\data

Thanks

L3K
 
Reply With Quote
 
 
 
 
Rob Hemmings
Guest
Posts: n/a

 
      12-13-2005, 02:46 PM
"Linker3000" <(E-Mail Removed)> wrote in message
news:dnmp5c$sui$(E-Mail Removed)...
> Hi guys,
>
> Is there a utility that will let me map a network share into a sub-folder?
>
> ie: I would like the share \\somecomp\somedata to appear locally as

c:\data

Not as such. Say you tried to create a new subfolder (let's call it 'temp')
within a "C:\data" which was actually mapped to \\somecomp\somedata,
assuming that was possible.
How would the OS know whether you meant to create C:\data\temp
in the physical partition C:, or that you meant to create
\\somecomp\somedata\temp ?
What are you trying to achieve - there's probably another way to do it.
HTH
--
Rob


 
Reply With Quote
 
Alex Fraser
Guest
Posts: n/a

 
      12-13-2005, 03:08 PM
"Rob Hemmings" <(E-Mail Removed)> wrote in message
news:dnmqdi$ov5$(E-Mail Removed)...
> "Linker3000" <(E-Mail Removed)> wrote in message
> news:dnmp5c$sui$(E-Mail Removed)...
> > Is there a utility that will let me map a network share into a sub-
> > folder?
> >
> > ie: I would like the share \\somecomp\somedata to appear locally as
> > c:\data

>
> Not as such.


Actually, there is very nearly a way to do it -
http://www.sysinternals.com/Utilities/Junction.html

The big snag is that it only works with local drives/paths.

> Say you tried to create a new subfolder (let's call it
> 'temp') within a "C:\data" which was actually mapped to
> \\somecomp\somedata, assuming that was possible.
> How would the OS know whether you meant to create C:\data\temp
> in the physical partition C:, or that you meant to create
> \\somecomp\somedata\temp ?


The OS follows the path; when it gets to the 'data' component, it sees that
the entity to which it refers is not a file or directory but a special link,
and it changes the effective path accordingly. So it would create
\\somecomp\somedata\temp.

I guess you haven't used any Unix OS. Google "symbolic link" if you're
interested.

Alex


 
Reply With Quote
 
Rob Hemmings
Guest
Posts: n/a

 
      12-13-2005, 03:29 PM

"Alex Fraser" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed). uk...
> "Rob Hemmings" <(E-Mail Removed)> wrote in message
> news:dnmqdi$ov5$(E-Mail Removed)...
> > "Linker3000" <(E-Mail Removed)> wrote in message
> > news:dnmp5c$sui$(E-Mail Removed)...
> > > Is there a utility that will let me map a network share into a sub-
> > > folder?
> > >
> > > ie: I would like the share \\somecomp\somedata to appear locally as
> > > c:\data

> >
> > Not as such.

>
> Actually, there is very nearly a way to do it -
> http://www.sysinternals.com/Utilities/Junction.html
>
> The big snag is that it only works with local drives/paths.
>
> > Say you tried to create a new subfolder (let's call it
> > 'temp') within a "C:\data" which was actually mapped to
> > \\somecomp\somedata, assuming that was possible.
> > How would the OS know whether you meant to create C:\data\temp
> > in the physical partition C:, or that you meant to create
> > \\somecomp\somedata\temp ?

>
> The OS follows the path; when it gets to the 'data' component, it sees

that
> the entity to which it refers is not a file or directory but a special

link,
> and it changes the effective path accordingly. So it would create
> \\somecomp\somedata\temp.
>
> I guess you haven't used any Unix OS. Google "symbolic link" if you're
> interested.


Thanks, Alex - I didn't know about that util. You're nearly
correct about my unix experience - I've not used it since about
1980 although I'm occasionally tempted by linux. Every time
I get enthusiastic about that, I find that there isn't a driver for
some important bit of hardware in my system, although I
expect that will change in time (or, more likely, the h/w will
get replaced!)
Cheers,
--
Rob


 
Reply With Quote
 
Linker3000
Guest
Posts: n/a

 
      12-13-2005, 03:39 PM
Alex Fraser wrote:
> "Rob Hemmings" <(E-Mail Removed)> wrote in message
> news:dnmqdi$ov5$(E-Mail Removed)...
>
>>"Linker3000" <(E-Mail Removed)> wrote in message
>>news:dnmp5c$sui$(E-Mail Removed)...
>>
>>>Is there a utility that will let me map a network share into a sub-
>>>folder?
>>>
>>>ie: I would like the share \\somecomp\somedata to appear locally as
>>>c:\data

>>
>>Not as such.

>
>
> Actually, there is very nearly a way to do it -
> http://www.sysinternals.com/Utilities/Junction.html
>
> The big snag is that it only works with local drives/paths.
>
>
>> Say you tried to create a new subfolder (let's call it
>>'temp') within a "C:\data" which was actually mapped to
>>\\somecomp\somedata, assuming that was possible.
>>How would the OS know whether you meant to create C:\data\temp
>>in the physical partition C:, or that you meant to create
>>\\somecomp\somedata\temp ?

>
>
> The OS follows the path; when it gets to the 'data' component, it sees that
> the entity to which it refers is not a file or directory but a special link,
> and it changes the effective path accordingly. So it would create
> \\somecomp\somedata\temp.
>
> I guess you haven't used any Unix OS. Google "symbolic link" if you're
> interested.
>
> Alex
>
>

Thanks Alex - I wonder what would happen if I mapped the network share
to, say, T: and then use T: with the junction command - will have to
download and try.

L3K

 
Reply With Quote
 
Alex Fraser
Guest
Posts: n/a

 
      12-13-2005, 04:19 PM
"Linker3000" <(E-Mail Removed)> wrote in message
news:dnmtg6$jtt$(E-Mail Removed)...
> Alex Fraser wrote:
> > "Rob Hemmings" <(E-Mail Removed)> wrote in message
> > news:dnmqdi$ov5$(E-Mail Removed)...
> >>"Linker3000" <(E-Mail Removed)> wrote in message
> >>news:dnmp5c$sui$(E-Mail Removed)...
> >>
> >>>Is there a utility that will let me map a network share into a sub-
> >>>folder?
> >>>
> >>>ie: I would like the share \\somecomp\somedata to appear locally as
> >>>c:\data
> >>
> >>Not as such.

> >
> > Actually, there is very nearly a way to do it -
> > http://www.sysinternals.com/Utilities/Junction.html
> >
> > The big snag is that it only works with local drives/paths.

[snip]
> Thanks Alex - I wonder what would happen if I mapped the network share
> to, say, T: and then use T: with the junction command - will have to
> download and try.


I tried it here, on Windows 2000 (I have no reason to believe the behaviour
would be different on XP). It fails when provided with either a UNC path
(\\server\share) or a mapped drive. You can create a link to a non-existent
drive letter, then map some network share to that drive letter, but
accessing it fails.

Alex


 
Reply With Quote
 
Buzz Lightbeer
Guest
Posts: n/a

 
      12-13-2005, 11:17 PM
"Linker3000" <(E-Mail Removed)> wrote in message
news:dnmp5c$sui$(E-Mail Removed)...
> Hi guys,
>
> Is there a utility that will let me map a network share into a sub-folder?
>
> ie: I would like the share \\somecomp\somedata to appear locally as
> c:\data
>
> Thanks
>
> L3K

You can map a network share to a drive and then use DFS to map another share
onto a subfolder of the original. However, you may need a server version of
the OS to do this.

BL
--
"Erm, I think we're losing sight of the real issue here, which is 'What are
we gonna call ourselves?' Erm, and I think it comes down to a choice between
'The League Against Salivating Monsters' or my own personal preference,
which is 'The Committee for the Liberation and Integration of Terrifying
Organisms and their Rehabilitation Into Society'. Erm, one drawback with
that - the abbreviation is 'CLITORIS'."
- Arnold Judas Rimmer


 
Reply With Quote
 
Tony
Guest
Posts: n/a

 
      12-14-2005, 12:23 AM

"Linker3000" <(E-Mail Removed)> wrote in message
news:dnmp5c$sui$(E-Mail Removed)...
> Hi guys,
>
> Is there a utility that will let me map a network share into a sub-folder?
>
> ie: I would like the share \\somecomp\somedata to appear locally as
> c:\data
>
> Thanks
>
> L3K


Depends what O/S you are using. In XP Pro, from widows explorer, tools you
can map a network drive to a specific folder on another PC. Once you have
mapped it, you can rename it to anything you want.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Home Directory Mapping to Share\UserName sometimes maps to Share Bill Windows Networking 3 10-16-2007 03:26 PM
Share / NTFS Permissions Windows 2003 Server Subfolder bert Windows Networking 3 04-12-2006 05:50 PM
Mapping to a network share Mark S Windows Networking 3 12-18-2005 12:10 PM
Home Drive mapping to \\server\share\folder maps to \\server\share inteltech@gmail.com Windows Networking 2 07-11-2005 05:56 PM
Peer share mapping dick Windows Networking 0 08-19-2004 07:11 PM



1 2 3 4 5 6 7 8 9 10 11