On Wed, 1 Dec 2004, Roman Melihhov wrote: > I want to mounts new hard drive as a /home, but how do I copy files from old > /home with permissions and ownership preserved cp -Rv * would copy > recursively, but how to preserve ownership and permissions on files. look at the "cp -a" combination. rday