summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlCGROoy62svBUy6P24x1KoGoDWrBq2ErA <Steve@web>2012-08-07 04:15:43 +0000
committerGravatar admin <admin@branchable.com>2012-08-07 04:15:43 +0000
commit0a857248f46a8f332c8a4247a340638e292efd5e (patch)
tree2b61ff61d89910af263514c45b461d2a4dae9ada
parent4037c7f82807c15a46cb7a9298e3fd9f674ef16b (diff)
Added a comment
-rw-r--r--doc/design/assistant/windows/comment_1_f4b829318b182e1cec29f13babb6498e._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/assistant/windows/comment_1_f4b829318b182e1cec29f13babb6498e._comment b/doc/design/assistant/windows/comment_1_f4b829318b182e1cec29f13babb6498e._comment
new file mode 100644
index 000000000..0bccc3a35
--- /dev/null
+++ b/doc/design/assistant/windows/comment_1_f4b829318b182e1cec29f13babb6498e._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlCGROoy62svBUy6P24x1KoGoDWrBq2ErA"
+ nickname="Steve"
+ subject="comment 1"
+ date="2012-08-07T04:15:43Z"
+ content="""
+NTFS symbolic links should do exactly what you would expect them to do. They can point to files or directories. Junction points are legacy NTFS functionality and reparse points are more like the POSIX mount functionality.
+
+NTFS symbolic links should work for you, junction point should be avoided, and reparse points would be like using a nuke to kill a fly. The only hang up you might have is that I think all three features require elevated privileges to manage.
+"""]]