by Andrew Nicols.
I wouldn't recommend using mv across file systems as in this example as it is not atomic and if it were to fail half-way through (e.g. you filled your target disk by mistake) I'm not quite sure what state it would leave your data in. As a result, it could be difficult to recover.
Andrew