Petr Sumbera <[email protected]> ha escrit: > gtar: Archive value -3654 is out of off_t range 0..9223372036854775807 > gtar: Archive value -3654 is out of uintmax_t range 0..18446744073709551615
This means that test.tar.2 does not begin with a valid tar header. > Note that I'm testing this with some small mounted UFS file system > mounted on /mnt for the first volume where second volume for the rest > of test data is stored on main file system with plenty of space. Do you get the same result when testing the entire multivolume archive on that filesystem? For example: tar -M -t -f ./test.tar -f ./test.tar.2 Regards, Sergey
