"Biradar, Prabhulingamma (Prabha)" <[EMAIL PROTECTED]> writes:
> write(4, " 4 4 _ 2 S e n d e r ".., 24576) Err#28 ENOSPC This indicates that gzip ran out of disk space, and a write() system call failed. gzip does not check for disk space in advance; it merely checks as it writes. So I don't see any incorrect behavior here.