Results 1 to 6 of 6

Thread: SMB2: NTFS gets symbolic link support

  1. #1
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts

    SMB2: NTFS gets symbolic link support

    I think the phrase is "about flippin' time!" Symbolic links make Linux life a treat, so it should be good to get them on a Windows platform.
    In Vista/Longhorn server, the file system (NTFS) will start supporting a new filesystem object (examples of existing filesystem objects are files, folders etc.). This new object is a symbolic link. Think of a symbolic link as a pointer to another file system object (it can be a file, folder, shortcut or another symbolic link). So then you ask how is that different from a short-cut (the .lnk file)? Well, a shortcut will only work when used from within the Windows shell, it is a construct of the shell, and other apps don’t understand short-cuts. To other apps, short-cuts look just like a file. With symbolic links, this concept is taken and is implemented within the file system. Apps when they open a symbolic link will now open the target by default (i.e. what the link points to), unless they explicitly ask for the symbolic link itself to be opened. Note symbolic links are an NTFS feature.
    That was from the guys in the Windows Server Division, just in case you had no idea what a symlink was (fair enough if you've never used anything other that FAT/NTFS filesystems.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  2. #2
    Sublime HEXUS.net
    Join Date
    Jul 2003
    Location
    The Void.. Floating
    Posts
    11,819
    Thanks
    213
    Thanked
    233 times in 160 posts
    • Stoo's system
      • Motherboard:
      • Mac Pro
      • CPU:
      • 2*Xeon 5450 @ 2.8GHz, 12MB Cache
      • Memory:
      • 32GB 1600MHz FBDIMM
      • Storage:
      • ~ 2.5TB + 4TB external array
      • Graphics card(s):
      • ATI Radeon HD 4870
      • Case:
      • Mac Pro
      • Operating System:
      • OS X 10.7
      • Monitor(s):
      • 24" Samsung 244T Black
      • Internet:
      • Zen Max Pro
    about flippin' time!
    (\__/)
    (='.'=)
    (")_(")

  3. #3
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts
    Exactly!

    Now I can link C:\usr\src\windows-vista-6.2.2 to C:\usr\src\windows

    Oh, wait...
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  4. #4
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    Quote Originally Posted by Stoo
    about flippin' time!
    Indeedly. But there are some issues with sym links (securirty redundency).
    throw new ArgumentException (String, String, Exception)

  5. #5
    Syn
    Syn is offline
    Member
    Join Date
    Sep 2005
    Location
    UK, London
    Posts
    56
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by TheAnimus
    Indeedly. But there are some issues with sym links (securirty redundency).
    Can you tell me something that doesnt have a security issue tied to it. Offcourse it has secutity issues it HAS to have it humans arent perfect so we cant produce perfect things. You could say that there aint no such thing as perfection.
    TAMGc 2

    - Samsung 17" SM730BF 4ms TFT - Thermaltake Xaser Tsunami Black - AMD Athlon 64 X2 4800+ - Asus A8R-32 Deluxe - Corsair TWINX2048-3200C2PT CL 2-3-3-6 - 2x Western Digital Raptor 74GB S150 (1 For Windows, 1 For Games) - Western Digital Caviar 250GB SE16 (For everything else) - Creative X-Fi Fatal1ty FPS - Sapphire Radeon X1900XT 512MB - Thermaltake PurePower 680W (+12v 14A) (+12v 23A) (+12v 15A) = 52A -

  6. #6
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    There are some paradyms of file storage which have intrinsic security benefits.

    They just aren't nice to use, and most of them are ideas not really suited to the real world either.

    I find sym links are often over used, i hope there is a sym link manager built in to vista which allows you to analysise and remove redundant links.
    throw new ArgumentException (String, String, Exception)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Anyone noticed that "HEXUS.affiliate SYtem" link thingy?
    By Nick in forum General Discussion
    Replies: 6
    Last Post: 06-07-2005, 04:32 PM

Posting Permissions

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