Re: bug#6554: [coreutils] Additional suffix for split

2011-02-13 Thread Peng Yu
On Fri, Jul 2, 2010 at 2:51 PM, Eric Blake wrote: > [adding bug-coreutils, to create a bug id to track this by] > > On 06/15/2010 09:23 PM, Peng Yu wrote: >> I need to add an additional common suffix to the files splited by >> split. Right now, I have to use mv to do so. But I feel it is >> conven

Re: [PATCH] copy: adjust fiemap handling of sparse files

2011-02-13 Thread Pádraig Brady
Unfortunately, after checking BTRFS I see that fiemap behaves differently to EXT4. IMHO the EXT4 operation seems correct, and gives full info about the structure of a file, which cp for example can use to efficiently and accurately reproduce the structure at the destination. On EXT4 (on kernel-2.6

Re: coreutils-8.10 released [stable]

2011-02-13 Thread Pádraig Brady
On 08/02/11 10:14, Pádraig Brady wrote: > On 08/02/11 08:42, Jim Meyering wrote: >> Do you think it's worth resorting to the FS-name-based >> test when python is not available? > > I don't think so, because df can currently allow the test to proceed > erroneously: > http://lists.gnu.org/archive/h

Re: [PATCH] copy: adjust fiemap handling of sparse files

2011-02-13 Thread Jim Meyering
Pádraig Brady wrote: > Unfortunately, after checking BTRFS I see that fiemap > behaves differently to EXT4. IMHO the EXT4 operation > seems correct, and gives full info about the structure > of a file, which cp for example can use to efficiently > and accurately reproduce the structure at the desti

Re: coreutils-8.10 released [stable]

2011-02-13 Thread Jim Meyering
Pádraig Brady wrote: > On 08/02/11 10:14, Pádraig Brady wrote: >> On 08/02/11 08:42, Jim Meyering wrote: >>> Do you think it's worth resorting to the FS-name-based >>> test when python is not available? >> >> I don't think so, because df can currently allow the test to proceed >> erroneously: >> h