我在Ubuntu 12.04.2 LTS中安裝vagrant和virtual box。 (Vagrant版本1.2.1)。我有流浪箱下載並執行了流浪箱添加命令。我收到以下錯誤:在ubuntu中添加vagrant box時出錯
*vagrant box add base64 package.box
Downloading or copying the box...
Extracting box...te: 147M/s, Estimated time remaining: 0:00:01)
The box failed to unpackage properly. Please verify that the box
file you're trying to add is not corrupted and try again. The
output from attempting to unpackage (if any):
x ./box-disk1.vmdk: Write failed
x ./box.ovf: Write failed
x ./Vagrantfile: Write failed
bsdtar: Error exit delayed from previous errors.*
我重複流浪者的其他版本相同(如版本1.2.2,1.0.1,1.3.0),但同樣的錯誤。我敢肯定,我添加的流浪盒並沒有被破壞,因爲我在mac機器上使用的是相同的,並且它工作正常。
此錯誤可能是由磁盤空間不足造成的。 –