HP-UX 11.
I have list of files I want to tar, they all in one directory, so I do next :
cat archives/9/9.filelist_exec_NT40_INTEL.win32|xargs tar cvf mytar.tarit
it prints:
a projbin/NT40_INTEL.win32/file1 5 blocks
a projbin/NT40_INTEL.win32/file2 258 blocks
....
all files frommy list.
The whole tar file should be about 208Mb, but in result it is only 23Mb and includes only las few files. I monitor size of tar files, so it is growing about upto 190Mb, then jump back to zero and starts grow again.
This is netapp directory and my exe files has been created on Nt. Strange but I don't have this problem with another similar directory, other directories even biger about 240Mb. Also when I tar whole directory like:
tar cfv my_tar.tar my_dir/*
it works fine.
I have enoughf space 9 G in this direcory and in /tmp about 888Mb free.
This problem is reproduceble and each next run it leavs one more less file in tar archive, what can it be? Any system setings?
This is the wierdes thing I sow on UNIX.
I have list of files I want to tar, they all in one directory, so I do next :
cat archives/9/9.filelist_exec_NT40_INTEL.win32|xargs tar cvf mytar.tarit
it prints:
a projbin/NT40_INTEL.win32/file1 5 blocks
a projbin/NT40_INTEL.win32/file2 258 blocks
....
all files frommy list.
The whole tar file should be about 208Mb, but in result it is only 23Mb and includes only las few files. I monitor size of tar files, so it is growing about upto 190Mb, then jump back to zero and starts grow again.
This is netapp directory and my exe files has been created on Nt. Strange but I don't have this problem with another similar directory, other directories even biger about 240Mb. Also when I tar whole directory like:
tar cfv my_tar.tar my_dir/*
it works fine.
I have enoughf space 9 G in this direcory and in /tmp about 888Mb free.
This problem is reproduceble and each next run it leavs one more less file in tar archive, what can it be? Any system setings?
This is the wierdes thing I sow on UNIX.