今天我在下载了一个nodejs源码包,编译后,出现一个错误:
Error create symbol node: read only file system。
开始以为是读写权限问题呢,mount 和umount了好几次后,发现还是不起作用。
然后去查找了virtualbox的share folder 说明: 禁止在share folder中创建link。据说在VirtualBox 4.2.6的link功能工作。参照 https://github.com/mitchellh/vagrant/issues/713
恍然大悟啊。然后将nodejs copy到系统目录下编译通过。