Split huge file to several USB drives

Hi from a newbie,
I want to split a 4TB file on a 8TB USB drive and copy the pieces to two other 3.7TB USB drives.
So my plan is to make 3 pieces 1.3TB each. If the first pice ist completed on the first target USB drive, I will move it to the second target USB drive so there will be enough space left on the first target USB drive for the two other parts.
I noticed the following behaviour:

  1. gsplit scannes through the file (3hours)
  2. Gsplit starts to create part 2 on the target drive and scans again/further (3hours)
  3. Gsplit starts to create part 3 on the target drive and scans again/further (3hours)
  4. part 2 is moved to the second target drive
  5. Gsplit starts to create part 1 (3hours)

So far so good!
But I have two questions:
Does it work well to rebuilt the files on a big enough drive?
Is there an easier way to do this job?

Thanks in advance
Jo

Have you tried disk-spanned pieces instead?
Anyway, restoring will be faster since piece files already exist.

I read the manual about disk-spanned pieces and it looked not applicable here, since the USB drives are in one housing and not individually removable. But I will give it a try next time.
Thanks!
Jo