Re: [CentOS] accurate file size

2007-10-14 Thread Peter Kjellstrom
On Sunday 14 October 2007, [EMAIL PROTECTED] wrote: > Hello > > I was copying some files from one server to other, > that I relized the total file size ( sum of all files ) > in one server is a bit more than the one that copied from > ( about 6 when I do du -s ) No one has yet to say this straight

Re: [CentOS] accurate file size

2007-10-14 Thread Bill Campbell
On Sun, Oct 14, 2007, Stephen Harris wrote: >On Sun, Oct 14, 2007 at 04:30:16PM -0400, [EMAIL PROTECTED] wrote: >> Hello >> >> I was copying some files from one server to other, >> that I relized the total file size ( sum of all files ) >> in one server is a bit more than the one that copied from

Re: [CentOS] accurate file size

2007-10-14 Thread Peter Arremann
On Sunday 14 October 2007, [EMAIL PROTECTED] wrote: > Hello > > I was copying some files from one server to other, > that I relized the total file size ( sum of all files ) > in one server is a bit more than the one that copied from > ( about 6 when I do du -s ) You can use dd with the right option

Re: [CentOS] accurate file size

2007-10-14 Thread Stephen Harris
On Sun, Oct 14, 2007 at 04:30:16PM -0400, [EMAIL PROTECTED] wrote: > Hello > > I was copying some files from one server to other, > that I relized the total file size ( sum of all files ) > in one server is a bit more than the one that copied from > ( about 6 when I do du -s ) "du" takes into acc

Re: [CentOS] accurate file size

2007-10-14 Thread William L. Maltby
On Sun, 2007-10-14 at 16:30 -0400, [EMAIL PROTECTED] wrote: > Hello > > I was copying some files from one server to other, > that I relized the total file size ( sum of all files ) > in one server is a bit more than the one that copied from > ( about 6 when I do du -s ) That's not unusual. It's o

Re: [CentOS] accurate file size

2007-10-14 Thread Frank Cox
On Sun, 14 Oct 2007 16:30:16 -0400 [EMAIL PROTECTED] wrote: > is there any more accurate way to make sure of integrity of the file. man sha1sum You can create a list of the checksums as a text file and have sha1sum read that list back on the other end and check the files against it. -- MELVILL

[CentOS] accurate file size

2007-10-14 Thread centos
Hello I was copying some files from one server to other, that I relized the total file size ( sum of all files ) in one server is a bit more than the one that copied from ( about 6 when I do du -s ) individual file sizes are identical, when I do one by one file comparison, but the sum is differe