Skip to content

Instantly share code, notes, and snippets.

@pcn
Last active January 1, 2016 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcn/8092544 to your computer and use it in GitHub Desktop.
Save pcn/8092544 to your computer and use it in GitHub Desktop.
fs/link breaks
carbon-relaj.files=> (fs/link "/tmp/foo/temp/20-1387779747.793" "/tmp/foo/send/host-a/foo")
NoSuchFileException /tmp/foo/temp/20-1387779747.793 -> /tmp/foo/send/host-a/foo sun.nio.fs.UnixException.translateToIOException (UnixException.java:86)
; And in the opposite order:
carbon-relaj.files=> (fs/link "/tmp/foo/send/host-a/foo/20-1387779747.793" "/tmp/foo/temp/20-1387779747.793")
NoSuchFileException /tmp/foo/send/host-a/foo/20-1387779747.793 -> /tmp/foo/temp/20-1387779747.793 sun.nio.fs.UnixException.translateToIOException (UnixException.java:86)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment