I'm running the following command in a script that performs a disk-to-disk backup;
dd if=/dev/hdiskx of=/dev/hdiskX bs=1024k
The problems is the disks must be the same size. You cannot go from say a 4.5 GB to a 9GB drive. Is there a
work around for this ?
I'm running the following command in a script that performs a disk-to-disk backup;
dd if=/dev/hdiskx of=/dev/hdiskX bs=1024k
The problems is the disks must be the same size. You cannot go from say a 4.5 GB to a 9GB drive. Is there a
work around for this ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.