bug-coreutils
[Top][All Lists]
Advanced

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

bug#51857: cross-filesystem copying broken on macOS with coreutils >= 9.


From: Pádraig Brady
Subject: bug#51857: cross-filesystem copying broken on macOS with coreutils >= 9.0
Date: Mon, 15 Nov 2021 15:09:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Thunderbird/95.0

On 15/11/2021 04:02, Sudhip Nashi via GNU coreutils Bug Reports wrote:
Hello,

Cross-filesystem copying seems to have been broken in the latest coreutils 
release on macOS. Running a command like ‘cp /usr/bin/clear /tmp/test’ appears 
to return successfully, but if one analyzes /tmp/test, it’s filled with NULL 
characters. However, copying works fine when the source and destination file 
are on the same filesystem. Do you know what might be causing this?

Thanks in advance,
Sudhip Nashi



What are the source and dest file system types?
Could you send the output of `sudo dtruss cp /usr/bin/clear /tmp/test`?
I suspect SEEK_DATA may have issues on nacOS,
as usage of that is new in coreutils 9.0.

thanks,
Pádraig





reply via email to

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