Hi guys, How can I get the maximum compression from bzip2 by tar? I try this but not work [although with linux it works]: tar cvv file_to_compress | pbzip2 -9 -v > compressed.tbz2 return--> tar: Failed open to write on /dev/rst0: Device not configured
Can anyone give me some tips? Thanks.