dd has a progress indicator, it shows itself when hit with the USR1 signal it's an easy way to see how far along you are, usage: `kill -USR1 `pidof dd`` running that in a sepearte terminal should cause dd to spit out information about how far and how fast it's running
you may also consider ddrescue (http://www.gnu.org/software/ddrescue/ddrescue.html) which is a bit of a change to regular dd which comes with a decent enough progress indicator by default and a means to try and get at hosed disks in case you ever drop your apple tv.
as far as partioning freely you might use any number of free live cds say for instance one from Ubuntu and use gparted. As a bonus all tools dd, ddrescue, and gparted would likely be found on said live cds.
Reader Comments (Page 1 of 1)
TJ Fontaine @ Mar 23rd 2007 9:38PM
dd has a progress indicator, it shows itself when hit with the USR1 signal it's an easy way to see how far along you are, usage: `kill -USR1 `pidof dd`` running that in a sepearte terminal should cause dd to spit out information about how far and how fast it's running
you may also consider ddrescue (http://www.gnu.org/software/ddrescue/ddrescue.html) which is a bit of a change to regular dd which comes with a decent enough progress indicator by default and a means to try and get at hosed disks in case you ever drop your apple tv.
as far as partioning freely you might use any number of free live cds say for instance one from Ubuntu and use gparted. As a bonus all tools dd, ddrescue, and gparted would likely be found on said live cds.
wf @ May 5th 2007 7:51PM
Just FYI, kill -USR1 stops dd. To get status, use kill -INFO.