Differences between revisions 3 and 4
Revision 3 as of 2010-08-16 10:25:17
Size: 418
Editor: localhost
Comment: converted to 1.6 markup
Revision 4 as of 2011-04-27 15:28:33
Size: 418
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
> ls -ll 1-metadata-1.arc > ls -ll 2-metadata-1.arc
Line 13: Line 13:
> echo "extrabytes" >> 1-metadata-1.arc > echo "extrabytes" >> 2-metadata-1.arc
Line 17: Line 17:
> ls -ll 1-metadata-1.arc > ls -ll 2-metadata-1.arc

Log onto one of the bitarchive machines, e.g. sb-test-bar-001.statsbiblioteket.dk

Go the the filedir of the bitarchive application.

Check the size of a file:

> ls -ll 2-metadata-1.arc

Note the size (5th value).

Add some data to the file:

> echo "extrabytes" >> 2-metadata-1.arc

Check the size of the file:

> ls -ll 2-metadata-1.arc

Verify that the size has changed (though not very much).

It42CorruptFileInBitarchive (last edited 2011-04-27 15:28:33 by SoerenCarlsen)