Hi, Im trying to zip over 40,000 xml files into different zip archives. Everything goes ok until zip starts showing the following error:
Code:
adding: 1435578.xml (deflated 62%)
zip warning: extended local header not found for 1435578.xml
zip error: Zip file structure invalid
This starts happening to all files I input regardless of the zip archive they are going to, even if I move the corrupt archives and start with fresh ones. The command I use to zip them is:
Code:
zip -j xmlarchive.zip /path/to/file.xml
The location of the files and the zip archives are in a samba share. My fstab looks like this:
Code:
//10.13.109.188/storage /media/storage cifs user=admin,password=adM1n@33,noperms 0 0
What is strange about this is that when I unmount/remount the drive, everything works allright (I still have to move the corrupted zips to another location and start with a fresh archive). Can anyne help me find out what is going on? Both my machines are running red hat 5.3