franzinc / nfs

Allegro NFS Server for Microsoft Windows, written in Common Lisp
http://www.nfsforwindows.com
Other
46 stars 12 forks source link

support separate directory hard link #6

Open john-peterson opened 12 years ago

john-peterson commented 12 years ago

support separate directory hard link

new feature

do you want to add support for separate directory hard links?

perhaps by optionally treating hard links as symbolic links

can't build openwrt

Hard link support is required for building svn://svn.openwrt.org/openwrt/trunk because the makefiles use for example this command that require hardlink support

ln et/libcom_err.a libcom_err.a

reference

the documentation describe that the command isn't supported

nfs 2011-08-11
;; Due to the arrangement of data structures, hard links which are
;; not in the same directory are not supported.  
franzinc commented 10 years ago

We're looking now at better link support. I'm not sure if hard link support will be included, but definitely symbolic link support will (better than what we have now).