.. so if you have both drives connected to the empeg, with the old drive as "/dev/sdb", you can do this:
Code:
rw
mkdir /t
mount  /dev/sdb5  /t
cp  /t/empeg/lib/visuals/escher.raw  /empeg/lib/visuals/escher.raw
## copy any other files of interest here as well

umount /t
rmdir  /t
ro
sync




Edited by mlord (06/08/2017 18:27)