无法用指南针观看:文本文件在共享文件夹上忙碌

nic*_*com 4 ruby debian sass shared-directory

我在Debian6上安装了RVM + Ruby + Sass + Compass,现在我试图通过VirtualBox在共享文件夹上"指南针".主持人:Windows7 Guest:Debian6 Debian6可以在Windows7共享文件夹上写文件,它运行正常这不是问题.

#compass watch

Errno:: ETXTBSY on line 886 of /var/lib/gems/1.8/gems/sass-3.2.12/lib/sass../sass/util.rb: Text file busy .... .sass-cache...
Run Code Online (Sandbox Code Playgroud)

它设法在.sass-cache中创建了一个文件夹,但没有创建文件.使用root或标准用户,我收到此错误.

我试图单独或与RVM一起安装Ruby.没有成功.我的共享文件夹以这种方式挂载:

mount -t vboxsf -o uid=1000,gid=1000,umask=0 sites /var/www/sites
Run Code Online (Sandbox Code Playgroud)

任何的想法?

小智 17

我知道问题很老但是虽然还没有给出答案,但我只想说我有同样的问题并通过将config.rb文件中的"cache_path"设置为"/tmp/.sass-cache"来解决它.所以不会使用vboxsf.