Hi all, I'm trying to image a partition with dd, and pass the output to bzip2. However, bzip2 tells me that input file file.img cannot be found. Can someone tell me the correct cyntax please? I'm doing the following: "dd if=/dev/hda1 |bzip2 -9 file.img" Thanks in advance for any help. Greg