On Fri, Nov 28, 2008 at 12:51 PM, ebloch <[EMAIL PROTECTED]> wrote:
>
> cp command option :
>
>  -x, --one-file-system
>     stay on this file system
>
> sometimes does not stay on the same filesystem.
>
> using cmd line :
> cp -r -u -p -x -f -v --target-directory='/abc/def/123/456/xx" /home
> or
> cp -rupxfv --target-directory='/abc/def/123/456/xx" /home
>
> where '/home' is mounted on a different volume than '/'.
>
> Detected by a call from python with os.popen().

Your bug report is a little short of explanation.  What source files
from / get copied to /abc/...?

James.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to