0

Here's what I'm trying to do. I have dvd duplicators that only duplicate discs from a master disc. I can also install an internal hdd with images stored on them and duplicate from there. These functions work great, however, if I need to change the master files, I have to burn a new disc or load the hdd with a new image; it is time consuming when you have to do it often. What I want as an end result is a duplicator that can get it's master data from another computer, where I can change the master files easily.

Here's what I've come up with while brainstorming:

  • I know you can create virtual drives pretty easily with third party software such as MagicISO or PowerISO.
  • I know there are plenty of hardware options that convert USB to SATA.
  • I know you can specify different hardware to do different things on different ports (though not too familiar with this).

So I am thinking it might be possible to mount an image file through a specific port (or something like that) so that is sends the data by USB, converted to SATA, to another Motherboard, in this case, the duplicator controller. Then the duplicator controller will think that a disc has been inserted into the master drive and I can burn copies.

I would prefer a Windows solution. I do have access to Mac and Linux if necessary.

3 Answers3

1

One thing to note is that SATA ports can be converted into eSATA ports with simple converter cables as the only difference between them is in the cables' form. I would suggest buying an external drive with eSATA interface (and another common interface like USB 3.0 because eSATA is not very common). Here's how my suggested setup works:

  1. if you need to use the duplicator, you'd connect the drive with a special SATA-to-eSATA cable to the duplicator.
  2. if you need to modify the data on the drive (to load disc images etc.), you'd connect the drive with an eSATA cable (or another interface) to the computer.

This setup completely eliminates master discs. There is also no need to swap drives (only eSATA/USB cables–there is no need to open the computer or duplicator as the cables can be very long). The downside of this setup is that you can't do both things at the same time.

0

I don't think what you're asking for is possible, but I would like to address another part of your question.

if I need to change the master files, I have to burn a new disc or load the hdd with a new image; it is time consuming when you have to do it often

You didn't indicate how you currently do these tasks, but instead of burning a new disc (i.e. DVD±R/RW), you could edit a DVD-RAM disc. DVD-RAM has concentric tracks like a hard drive, and changing files on it is almost the same as using a USB flash drive.

As for accessing the hard drive, even though the DVD duplicator doesn't have eSATA, you could still use a SATA hard drive bay/rack/caddy/tray such as this one. One rack in the duplicator, one rack in your PC, and one tray for the hard drive.

Jason
  • 8,203
-1

If I understand correctly, you should be able to solve this simply:

  • Master computer has the image where you can modify it whenever you want, and the folder containing the image is simply shared over the network
  • Other (slave) computers can access the shared folder, and thus the image, and they can mount it or 'duplicate' it or whatever you need
  • When the master image needs to be updated the only thing you'd need to do is potentially unmount it on the slave computers, do your edits on master, and then remount on slaves