[CentOS] How to add System V Filesystem to Centos?

Tue Feb 7 01:18:43 UTC 2006
Steve Bergman <steve at rueb.com>

On Mon, 2006-02-06 at 17:04 -0800, Raymond Lillard wrote:

> Write to floppy:
> 
> 	tar czvf -  <path> | dd of=/dev/rfd0xx
> 

SCO Unix tar, or even the later OSR5 tar would not support the z option.
You've got to run it through the 'compress' program with a pipe.  Gzip
was also not available.  But gzip will recognize and uncompress the old
unix 'compress' format.

-Steve