From: Volker Kuhlmann <[EMAIL PROTECTED]> > What actually happens? What commands did you use? Are you compressing > the whole partition, or a tar file of the files of the partition?
Tar had issues on POSIX32 systems with files greater than 2GiB until verison 1.14. But if one is streaming (piping to another program), they shouldn't run into this. It's only when Tar is writing to a file and handling the file I/O itself. GZip also had issues on POSIX32 systems as well. Can't remember which version they fixed it. But same deal on the streaming -- only when it's handling file I/O itself. -- Bryan J. Smith mailto:[EMAIL PROTECTED] _______________________________________________ Dvdrtools-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dvdrtools-users
