As I've said before, thanks for this great tool. It's really marvelous.
Now here's my quandry: I'm trying to make my workflow as easy-to-replicate as possible, which for my group means setting up a host machine with a fresh copy of Ubuntu 14 (LTS) set up to dual-boot with Windows, then running a VM on top of that Ubuntu host.
The problem is that when I try to do my "Vagrant up" I get a VERR_DISK_FULL error. That would be a straightforward fix, except that I already appear to be mounting my home folder on a partition with 47G already free.
Running df -h shows this:
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 77G 27G 47G 36% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 973M 12K 973M 1% /dev
tmpfs 197M 1.1M 196M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 983M 84K 982M 1% /run/shm
none 100M 56K 100M 1% /run/user
/dev/sda1 69G 28G 42G 41% /media/my-fresh-ubuntu/Default
Has anyone else run into problems of this sort when hosting DSTK on Ubuntu or other Linux hosts? If so, was there a simple solution? With 47G, I should easily be able to host the DSTK image, so I'm sure I'm just missing something really basic.