> I just tried to copy an xfs partition with dd bs=1024000 if=... of=...
> and got no joy.  The OS was in single-user when I did this.  All
> seemed okay, but the destination drive refuses to mount.
>

We been using this for a few years to copy xfs partitions - 

           xfsdump -l 0 - /sourcedisk | xfsrestore - /targetdisk/

You'll need to install xfsdump (which also get you xfs_fsr), create the 
partition,
mkfs.xfs, and mount it.  Also, the above is typically to clone entire drives.  
Please
adjust for specific paritions.  The man pages for xfsdump/xfsrestore are 
helpful.

Bob
-  

--
[email protected] mailing list

Reply via email to