Clone players over ethernet?

Posted by: ClownBurner

Clone players over ethernet? - 07/01/2002 20:09

Can this be done? The clone tool looks USB-only but I'm never sure if the clever lads at Empeg UK have hidden a registry key or something.

Couldn't find it in the FAQ. Thanks in advance.
Posted by: Roger

Re: Clone players over ethernet? - 07/01/2002 20:13

The clone tool is currently USB-only. I'm hacking on it this week, so I'll see if I can get it to clone any player to any other player.
Posted by: ClownBurner

Re: Clone players over ethernet? - 07/01/2002 20:22

Bloody heck.. I can't get my PC to recognize both players on USB with the clone tool...

Emplode sees them both, and I can connect to either, but only the last one I connected to with Emplode shows up in Clone Tool, the other shows "Found unit (0) on" and won't enable clone.

Could this be a 2.0b7 bug? Do I have to downgrade them both and try again?

Update: I found a thread on the bug board reporting the same behaviour from 2.0b7, so I'm downgrading to 1.03 to do the clone.
Posted by: Roger

Re: Clone players over ethernet? - 07/01/2002 20:26

Could be a 2.0b7 bug -- I had the same problem myself today. I'll look into it.
Posted by: SE_Sport_Driver

Re: Clone players over ethernet? - 08/01/2002 11:04

Has anyone tried copying the FID's as if doing a drive upgrade? I know this involves more manual work, but seems like a good option.
Posted by: mtempsch

Re: Clone players over ethernet? - 08/01/2002 11:52

Has anyone tried copying the FID's as if doing a drive upgrade?

Sortof... I had a MkI with 10+18GB, then I bought a MkIIa with a 10GB disk + a separate 30GB disk.

At the end I had 30+18GB with all the music that originally was in the MkI in the MkIIa and 10+10GB empty in the MkI (as it was destined for my mothers car).

I first removed the 10G disk from the MkIIa and installed and initiated the 30G disk in it instead. Then I (one after the other) mounted the disks from the MkI as the slave disk in the MkIIa and copied all fids from /drive1 to /drive0. Wiped and initiated the 10 and 18G disks from the MkI, installed the 18G in the MkIIa and the two 10G in the MkI. Synced to rebuild the database and everything worked.

But disk to disk copying in the empeg isn't very fast either... left the 18G disk copying overnight and then started the 10G in the morning and left it 'til sometime in the afternoon.

/Michael
Posted by: bonzi

Re: Clone players over ethernet? - 10/01/2002 13:38

I am waiting for IDE cable for my 60G, which works intermitently. I tried JEmplode cloning, but it worked rather slow (about a minute for a ~5M tune over Ethernet) and would stop with an error after several songs. When I get and replace the cable, I will try with JEmplode again, or perhaps with the official clone tool if it gets re-released by then.

There is always ftp as a fall-back position. I am too lazy to install ftp server on empeg, so I plan to use Mark's kftpd (I haven't checked in programming section in last two days to see whether it is ready).

I certainly don't plan to shuffle drives around in order to do direct copy.
Posted by: mschrag

Re: Clone players over ethernet? - 10/01/2002 17:45

a minute for 5M? Good lord ... Currently, I read the entire file from one Empeg, then write it to the other. I really should be streaming it -- I suspect you would get significant performance improvements with that. I'll look into it...

Mike
Posted by: mlord

Re: Clone players over ethernet? - 10/01/2002 21:31

kftpd is "ready" in v116.

I also highly recommend using "mirrordir" from Linux for the copy, using a desktop box as the intermediate point (or compile and run mirrordir on the Empeg..).

Clone two players, each running Hijack and each with filesystems built and mounted "rw":

mirrordir -v ftp://player1/ ftp://player2/

-ml
Posted by: number6

Re: Clone players over ethernet? - 11/01/2002 00:09

any chance we could get a copy of Mirrordir compiled for the empeg [ARM platform], so that us folks who don't run Linux all the time can ftp a copy of mirrordir to our empegs, then log into that empeg and do the mirrordir from empeg1 to empeg2 via the shell on the serial port?

Or is this asking for too much trouble to configure and use?

Posted by: mlord

Re: Clone players over ethernet? - 11/01/2002 09:30

Mirrordir requires a number of libraries and things, all of which can be built for the Empeg (I've got it running fine on my Netwinder SA110 firewall/server). But I'm not the userland application guy, in case you didn't notice .

Cheers