Page 1 of 2 12 LastLast
Results 1 to 16 of 22

Thread: what are those things called? (links on a file server)

  1. #1
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    what are those things called? (links on a file server)

    Hello, what is it called when you have a folder on a network share like this:

    \\server\folder1\folder2\folder3\apples\

    And you can create an "alias" (not sure if this is the correct technical term) that looks like this:

    \\server\apples\

    It's not a shortcut. Each folder appears to a client PC to be a real folder.



    I am asking this b/c we had one of these aliases in place for years, but yesterday it suddenly ceased to exist. I am trying to explain to the HelpDesk what I am talking about.


    It might have something to do with DFS (Distributed File System) ?? <-- not sure

  2. #2
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    384 times in 313 posts

    Re: what are those things called? (links on a file server)

    well it could be part of a DFS unless its AD integrated , which would use \\domain\share
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  3. #3
    Senior Member
    Join Date
    Mar 2005
    Posts
    4,942
    Thanks
    171
    Thanked
    386 times in 313 posts
    • badass's system
      • Motherboard:
      • ASUS P8Z77-m pro
      • CPU:
      • Core i5 3570K
      • Memory:
      • 32GB
      • Storage:
      • 1TB Samsung 850 EVO, 2TB WD Green
      • Graphics card(s):
      • Radeon RX 580
      • PSU:
      • Corsair HX520W
      • Case:
      • Silverstone SG02-F
      • Operating System:
      • Windows 10 X64
      • Monitor(s):
      • Del U2311, LG226WTQ
      • Internet:
      • 80/20 FTTC

    Re: what are those things called? (links on a file server)

    Quote Originally Posted by Moby-Dick View Post
    well it could be part of a DFS unless its AD integrated , which would use \\domain\share
    Yep.

    If it shows a server name, it could either be an AD integrated DFS root or a standalone DFS root.
    If you have AD integrated DFS roots, insatead of using \\domain\dfsroot, you can use \\server\dfsroot provided that server hosts the domain dfs root.

    It's more likely to be a standalone dfs root if it is \\server\dfsroot as the only reasons for using \\server\dfsroot for a domain dfs root are bodges.
    "In a perfect world... spammers would get caught, go to jail, and share a cell with many men who have enlarged their penises, taken Viagra and are looking for a new relationship."

  4. #4
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: what are those things called? (links on a file server)

    that could also be called a share

    What you have there is a shared folder inside a shared folder.
    □ΞVΞ□

  5. #5
    Senior[ish] Member Singh400's Avatar
    Join Date
    Jun 2008
    Posts
    2,935
    Thanks
    136
    Thanked
    310 times in 247 posts

    Re: what are those things called? (links on a file server)

    Mapped network drive?

  6. #6
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: what are those things called? (links on a file server)

    By "AD integrated", do you guys mean that the NTFS permissions for the folders are set for the Domain's Active Directory users and groups?

    If so, yes that's what we have.
    Last edited by latrosicarius; 11-09-2009 at 06:25 PM.

  7. #7
    Senior Member
    Join Date
    Jan 2006
    Location
    Northampton
    Posts
    319
    Thanks
    1
    Thanked
    7 times in 7 posts
    • ash_rm's system
      • Motherboard:
      • Gigabyte P35-S3
      • CPU:
      • E4300@3.2GHz
      • Memory:
      • 2x 2GB Corsair
      • Storage:
      • 320GB WD & 80GB Maxtor
      • Graphics card(s):
      • 7600GT
      • PSU:
      • Seasonic S12 380W
      • Case:
      • Antec Solo
      • Monitor(s):
      • DGM 24" (1920 x 1200)
      • Internet:
      • Be (~ 3mb)

    Re: what are those things called? (links on a file server)

    UNC path?

  8. #8
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: what are those things called? (links on a file server)

    Jay, I don't think it could be a share within a share b/c:

    If I go to just \\domain
    I get a list of shared folders. There are only 5 shares total. For sake of argument say, the shares that are listed are as follows:
    • share1
    • share2
    • share3
    • share4
    • share5


    Now say that inside share1 is a folder called fruit and inside fruit, there is a folder called apples.

    Well, the "alias" I am describing is that apples also appears directly in share1.

    But it can't be it's own "share" because, again, apples appears inside share1, not inside \\domain with all the other shares.

    To summarize, the real path is like this:
    \\domain\share1\fruit\apples\
    And the alias is like this:
    \\domain\share1\apples\

    ^ they both represent the same location. It's not a "shortcut" either because it doesn't "redirect" you to the real path. The Alias looks and acts just like a real path.
    Last edited by latrosicarius; 11-09-2009 at 07:01 PM.

  9. #9
    Technojunkie
    Join Date
    May 2004
    Location
    Up North
    Posts
    2,580
    Thanks
    239
    Thanked
    213 times in 138 posts

    Re: what are those things called? (links on a file server)

    You can share a directory and then also share some subdirectory,
    and they will appear seperately as you describe (and even have different permissions for the same directory)

    E.g right click, share c:\documents\shared => \\domain\shared
    now navigate down,
    right click share c:\documents\shared\sub\directory\one => \\domain\one

    the contents of the "one" folder will be accessible to users of both shares...



    It's not a "share within a share", but a "share based/rooted further down the directory tree than the other share"...

  10. #10
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: what are those things called? (links on a file server)

    mikerr, what I was trying to describe is that if it was a share within a share, both shares would appear in \\domain. That's not the case though. Please correct me if I'm wrong.

  11. #11
    Senior Member
    Join Date
    Mar 2005
    Posts
    4,942
    Thanks
    171
    Thanked
    386 times in 313 posts
    • badass's system
      • Motherboard:
      • ASUS P8Z77-m pro
      • CPU:
      • Core i5 3570K
      • Memory:
      • 32GB
      • Storage:
      • 1TB Samsung 850 EVO, 2TB WD Green
      • Graphics card(s):
      • Radeon RX 580
      • PSU:
      • Corsair HX520W
      • Case:
      • Silverstone SG02-F
      • Operating System:
      • Windows 10 X64
      • Monitor(s):
      • Del U2311, LG226WTQ
      • Internet:
      • 80/20 FTTC

    Re: what are those things called? (links on a file server)

    Quote Originally Posted by latrosicarius View Post
    Jay, I don't think it could be a share within a share b/c:

    If I go to just \\domain
    I get a list of shared folders. There are only 5 shares total. For sake of argument say, the shares that are listed are as follows:
    • share1
    • share2
    • share3
    • share4
    • share5


    Now say that inside share1 is a folder called fruit and inside fruit, there is a folder called apples.

    Well, the "alias" I am describing is that apples also appears directly in share1.

    But it can't be it's own "share" because, again, apples appears inside share1, not inside \\domain with all the other shares.

    To summarize, the real path is like this:
    \\domain\share1\fruit\apples\
    And the alias is like this:
    \\domain\share1\apples\

    ^ they both represent the same location. It's not a "shortcut" either because it doesn't "redirect" you to the real path. The Alias looks and acts just like a real path.
    \\domain\share1 is a domain dfs root
    \\domain\share1\fruit is a dfs link - it will point to a share on one or more servers somewhere.
    \\domain\share1\fruit\apples is a subfolder of the share that is referenced by \\domain\share1\fruit, however the apples subfolder is also shared on that same server/those same servers
    the dfs link \\domain\share1\apples is a dfs link that points to that share.

    Due to the flexibility of dfs, the apples share will not have to be shared on all or indeed any of the servers that have the share referenced by \\domain\share1\fruit


    Does that make sense?
    "In a perfect world... spammers would get caught, go to jail, and share a cell with many men who have enlarged their penises, taken Viagra and are looking for a new relationship."

  12. #12
    HEXUS.Squirrel Output's Avatar
    Join Date
    Nov 2007
    Posts
    2,258
    Thanks
    996
    Thanked
    465 times in 321 posts
    • Output's system
      • Motherboard:
      • Gigabyte AORUS Master X570
      • CPU:
      • AMD Ryzen 9 3950X
      • Memory:
      • 32GB (2x16GB) DDR4 Kingston Fury Renegade @ 3600MHz CL16
      • Storage:
      • Sandisk Ultra 3D 2TB
      • Graphics card(s):
      • Sapphire Nitro+ RX 7800 XT
      • PSU:
      • EVGA SuperNOVA 750 G3
      • Case:
      • bequiet Dark Base Pro 900 Rev.2
      • Operating System:
      • Windows 10 Pro x64
      • Monitor(s):
      • AOC AGON AG274QZM 27" + Dell S2721DGFA 27"

    Re: what are those things called? (links on a file server)

    Is the word you're looking for, symlink?

    http://en.wikipedia.org/wiki/Symbolic_link

  13. #13
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: what are those things called? (links on a file server)

    badass, I believe you are describing my exact situation. So it is a feature of DFS then?

    Mattitude, no sir, that Wiki article is mostly just describing a traditional "shortcut" or .lnk file.

  14. #14
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable

    Re: what are those things called? (links on a file server)

    Quote Originally Posted by Jay View Post
    that could also be called a share

    What you have there is a shared folder inside a shared folder.
    This. You can easily create any share at any folder point, even folders which are contained inside a pre-existing share.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  15. #15
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: what are those things called? (links on a file server)

    No its cant be a share within a share, unless I am sorely mistaken about how shares work. This is why I have a hard time trying to explain to the helpdesk what I am talking about. Apparently this type of configuration is not a common thing.

    I took some screenshots to illustrate. These two folders are the same folder.


    If it was a share within a share, the links would not look like this-- They would not both be within \\domain\Projects\.

    Also, the domain server root folder would show all the shares. It only shows 5 shares. The 4 others are totally different shares and have nothing to do with the Projects share.

  16. #16
    Jay
    Jay is offline
    Gentlemen.. we're history Jay's Avatar
    Join Date
    Aug 2006
    Location
    Jita
    Posts
    8,365
    Thanks
    304
    Thanked
    568 times in 409 posts

    Re: what are those things called? (links on a file server)

    I see what you mean now.

    DFS is a possibility here, still looks wrong to me though.
    Last edited by Jay; 11-09-2009 at 10:32 PM.
    □ΞVΞ□

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. LaTeX2html problem...
    By bsodmike in forum General Discussion
    Replies: 4
    Last Post: 15-12-2010, 03:51 PM
  2. cannot open applications. Registry problem?
    By roman.pro in forum Software
    Replies: 9
    Last Post: 21-06-2009, 05:30 PM
  3. Network Storage Device
    By Whatsthisdo in forum Networking and Broadband
    Replies: 31
    Last Post: 14-11-2007, 03:37 AM
  4. NAS drive for a file server.
    By oshta in forum Networking and Broadband
    Replies: 13
    Last Post: 31-08-2005, 02:45 PM
  5. How do you set up a Linux file server for two Windows clients?
    By Wyoming in forum Networking and Broadband
    Replies: 5
    Last Post: 01-08-2005, 09:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •