>> If I have a big.tar.gz file and not enough disk space to untar it, >> BusyBox's tar still returns error code 0. GNU Tar returns 2. > Fixed in rev 17038, thanks. Thanks, it seems to work fine: [root at wrap tmp]$ tar xzvf zero.tar.gz ; echo $? zero tar: write error: No space left on device 1