bug-coreutils
[Top][All Lists]
Advanced

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

Re: -x doesn't work in cp


From: Jim Meyering
Subject: Re: -x doesn't work in cp
Date: Tue, 12 Aug 2003 13:13:52 +0200

Pär Lidén <address@hidden> wrote:
> It seems -x doesn't work in cp. When I tried to copy my whole "/"
> filesystem to a new, freshly formatted filesystem, cp did copy files in
> /devfs, /home and /proc, despite these being different filesystems. This
> is very bad, cause the whole process hung when cp tried to copy some files
> in /proc.
> The command line I used (while standing in "/") was
> cp -ax * /mnt
> with the new filesystem mounted on /mnt
>
> I'm using the testing distribution of Debian, with kernel 2.6.0-test3.
> The coreutils version reported by "cp --version" is 5.0, and Debian
> package management says 5.0-5.

Thanks for the report.
However, cp's -x option works fine if you use it the right way :-)
Try this next time:

  cp -ax / /mnt




reply via email to

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