ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. symlink
    Log in to post
    • All categories
    • JaredBuschJ

      Unsolved Windows 10 Junction on UNC path

      IT Discussion
      • crashplan pro symlink windows 10 • • JaredBusch
      16
      0
      Votes
      16
      Posts
      8.9k
      Views

      M

      Ok, so junction points don't support mapping to network path, symlinks do, and hardlinks can only be created for files, not folders. Try creating symlink and then create junction to the symlink and see if Crashplan can be fooled that way. So mklink /D C:\fake-Backup \\server01\Share\Subfolder and mklink /J c:\backup c:\fake-backup .

    • scottalanmillerS

      Linux: Symbolically Linking Files

      IT Discussion
      • linux sam linux administration symlink • • scottalanmiller
      14
      4
      Votes
      14
      Posts
      3.1k
      Views

      scottalanmillerS

      @BRRABill said in Linux: Symbolically Linking Files:

      So to confirm, if I had first removed the /var/log folder, that command would have worked as I wanted it to, correct?

      Correct. Since /var/log is a mount point for you, though, that is not as simple as deleting or renaming. You have to stop it mounting first. Then you can rmdir /var/log. Then you can symlink.

    • 1 / 1