I have a file that is ~3GB of size. I have no problem copying the file to a local filesystem.
But, when I try to:
1. rcp the file to remote machine.
2. ftp the file to remote machine
3. scp the file to remote machine.
I get the following message:
File too large
Also, when I try to:
%/usr/bin/file test.out
I get the following message:
Value too large for defined data type
I thought large file support is already there in RH7.1 and RH7.2? Can someone explain to me what is happening here?
Regards;
Saeed
[eacshz@xlcag-cpt /work1]$ dd if=/dev/zero of=./test.out bs=1024 count=3000000
3000000+0 records in
3000000+0 records out
[eacshz@xlcag-cpt /work1]$ /usr/bin/file test.out
test.out: can't stat `test.out' (Value too large for defined data type).
[eacshz@xlcag-cpt /work1]$ stat test.out
test.out: Value too large for defined data type
[eacshz@xlcag-cpt /work1]$ du -sh test.out
2.9G test.out
[eacshz@xlcag-cpt /work1]$ rcp test.out saeed:/work0/
Trying krb4 rcp...
trying normal rcp (/usr/bin/rcp)
rcp: test.out: File too large
Join the world’s largest e-mail service with MSN Hotmail. Click Here
_______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list