77

Just cloned a 90 GB Virtual Box, 15 minutes later when the clone was 90% done, I got an error message saying that I don't have enough disk space (I had only 80 GB). WHY DO I HAVE TO WAIT 15 MINUTES TO GET THAT INFORMATION????

Comments
  • 5
    Maths is hard yo. It took 15 minutes to calculate that there wasn't enough space. What, did you think it started copying or something?
  • 0
    hm.. machines..
  • 12
    if(freeSpace < totalSize){
    //Lol, let's piss off user
    Thread.Sleep(1000000);
    throw new Exception("You don't have enough free space");
    }
  • 0
    It possible only calculates the size once the last byte is received.
Add Comment