bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cp and big files


From: Jim Meyering
Subject: Re: cp and big files
Date: 31 Oct 2000 20:14:37 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

nordi <address@hidden> wrote:
| I have a little problem using 'cp' for copying files.
|
| What I'm trying to do is the following:
| cp /dev/hda12 /backup/img_hda12 &
| It starts copying, but stops when img_hda12 has reached
| a size of 2147483645 bytes, which looks to me like
| 2^31 . Is there a way to get this file copied with cp?
| I have enough disk space (8GB), so that's not the
| problem.
|
| my system:
| SuSE Linux 7.0  kernel 2.2.16
| /backup is a ReiserFS partition (EIDE)

Thanks for the report.

Please try with

  ftp://alpha.gnu.org/gnu/fetish/fileutils-4.0.29.tar.gz

but don't use it for production.  There's a mkdir -p bug
that leaves `parent' directories with incorrect permissions.
4.0.30 should be out very soon.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]