Re: [bug #17903] cp/mv only read/write 512 byte blocks when filesystem blksize 4MB

2006-10-04 Thread Tony Ernst
On Tue, Oct 03, 2006 at 03:42:30PM -0700, Paul Eggert wrote: The GNU philosophy is to avoid arbitrary limits, so I installed the following patch, in an attempt to do a minimal sort of sanity check (catching the HP-UX bug, I hope) while not overly constraining st_blksize. Thank you.

[bug #17903] cp/mv only read/write 512 byte blocks when filesystem blksize 4MB

2006-10-02 Thread Tony Ernst
URL: http://savannah.gnu.org/bugs/?17903 Summary: cp/mv only read/write 512 byte blocks when filesystem blksize 4MB Project: GNU Core Utilities Submitted by: tonyernst Submitted on: Monday 10/02/2006 at 20:29 Category:

[bug #17903] cp/mv only read/write 512 byte blocks when filesystem blksize 4MB

2006-10-02 Thread Tony Ernst
Follow-up Comment #1, bug #17903 (project coreutils): I am attaching a patch against CVS that reverses the change (described above) that caused this problem. If you don't want to totally remove it, perhaps it could be special cased somehow to only use the 4MB hack on HP-UX builds?