Pádraig Brady wrote:
> Giuseppe Scrivano wrote:
>> Pádraig Brady writes:
>>
+#expensive_
>>> That comment is just for testing I presume?
>>> Note you can run a single expensive test like:
>>> (cd tests && make check TESTS=cp/file-clone VERBOSE=yes
>>> RUN_EXPENSIVE_TESTS=yes)
>>
>> sorry, ye
Jim Meyering writes:
> I am now convinced that cp's new behavior belongs on
> a separate option, --reflink (i.e., it should not be the default).
> Giuseppe, do you feel like adding that option and adjusting your
> test accordingly?
sure.
> Things to adjust, other than copy.c and the test:
>
Package: coreutils
Version: 7.4-2
Severity: wishlist
[Debian Bug / wishlist]
$ df -hl | grep usb
/dev/sdb1 3,9G 3,9G 96K 100% /media/usb0
/dev/sdc1 3,8G 4,0K 3,8G 1% /media/usb1
SUGGESTION
Please prefer representing fractional values in computer-dot notation
On Sat, Aug 1, 2009 at 10:58 AM, Jari Aalto wrote:
> Package: coreutils
> Version: 7.4-2
> Severity: wishlist
>
>
> [Debian Bug / wishlist]
>
> $ df -hl | grep usb
>
> /dev/sdb1 3,9G 3,9G 96K 100% /media/usb0
> /dev/sdc1 3,8G 4,0K 3,8G 1% /media/usb1
>
> SUGGESTION
On Wed, Jul 29, 2009 at 4:16 PM, bornlibra23 wrote:
>
> Hello People
> I am trying to port various GNU products to Stratus OpenVOS platform
> including the GCC compiler collection. However I am stuck currently for the
> lack of wide & multibyte character support. Can somebody guide me to an
> imple
Jim Meyering writes:
> I am now convinced that cp's new behavior belongs on
> a separate option, --reflink (i.e., it should not be the default).
> Giuseppe, do you feel like adding that option and adjusting your
> test accordingly?
I attached two separate patches, --reflink option and file-clone