←back to thread

Ubuntu on Windows

(blog.dustinkirkland.com)
2049 points bpierre | 1 comments | | HN request time: 1.485s | source
Show context
abritishguy ◴[] No.11391061[source]
I wonder how buggy thus is. For example, how do symlinks work given windows doesn't have an equivalent that behaves the same.
replies(1): >>11391085 #
sabarn01 ◴[] No.11391085[source]
Windows does have symlinks and hardlinks that work very similarly but are only exposed via a built in cmd command. That said no one uses them.
replies(4): >>11391119 #>>11391175 #>>11391281 #>>11391588 #
1. mmebane ◴[] No.11391175[source]
I used to use them (directory junction points) quite a bit back when 64GB SSDs were still expensive and I wanted to redirect a few folders without changing my folder structure.

Nowadays, the most common use I've seen is as the Windows implementation of 'npm link' for Node.js developers.