How copy /usr contents to a new partition?

Jon Ingason Jon.Ingason at telia.com
Fri Jan 13 08:38:35 UTC 2006


Parameshwara Bhat wrote:
> Hello List,
> 
> I want to copy /usr to a new partition and then attach that at /usr. I  
> issued a command
> 
>     cp -options(recursive included) /usr /mnt/"mountpoint
Try
       cp -rp /usr/* /mnt/"mountpoint"

-- Jon




More information about the fedora-list mailing list