On Fri, Aug 18, 2017 at 12:26:02AM -0700, 高橋誠二 wrote: > I'm trying to debug and run `./all.bash` with VM or docker, but they don't > work for several reasons. > > On VM, I added box of CentOS and Ubuntu, though, they cancels ./all.bash at > `hardlink` testing.
The "VM" is too vague a term which these days may mean a whole lot of very different things. I'm pretty confident that if we define "a VM" to mean a fully virtualized machine running on any popular host such as KVM or VirtualBox, hardlinks must work there just OK -- of course, provided you've installed the guest OS on a POSIX-compliant FS (such as ext4 for the case of CentOS/Ubuntu). I'm also pretty confident such stuff should work just OK in an LXC container -- again provided the host os (this time) uses a POSIX-compatible FS which is the case most of the time. In any case, the exact error message (with some textual context around it) could help us try to light more shed on the source of the problem. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
