I have a /mnt directory nfs mounted to a system from another system. I
am trying to copy over a file system in this way:
ufsdump 0f - /dev/rdsk/c1t0d0s5 | (cd /mnt; ufsrestore xvf -)
It starts copying the directories and all but they are all owned by
nobody. Is there a way to do this and maintain the ownership? The
users are all created on the other system. I have rw=root for the
directory in dfstab. How can this be done?