Thursday, December 11, 2014

usb - What is the quickest way to burn different ISO files to many flash drives?

I frequently have to burn many different ISO files to flash drives. Currently, I am using a program called ISO to USB to do this - but the issue is that it takes around 20 minutes per drive. I have to burn about 10 drives each day, each with different ISO files. What's the quickest way for me to do this?



Note: since I'm using separate ISO files, USB duplicators are not an option.




Thanks.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...