MSFN Forum: USB Creation - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

USB Creation Rate Topic: -----

#1 User is offline   Eagle710 

  • Member
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 06-November 08

Posted 16 June 2009 - 02:18 PM

I have formatted a USB key a certain way and have multiple files on it. I would like to create a exact copy of the usb key..... any ideas? I was thinking maybe an ISO or something? I am also trying to use a Batch file that will automate the process.


#2 User is online   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,788
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 17 June 2009 - 09:16 AM

Read here:
http://www.msfn.org/...opic=134639&hl=

More alternatives:
http://www.msfn.org/...opic=100299&hl=

jaclaz

#3 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 17 June 2009 - 06:28 PM

The best for making ISO's out of USB drives is USB Image Tool from this website

It works great. I have use it before to make USB sticks identical.

This post has been edited by elajua: 17 June 2009 - 06:29 PM


#4 User is online   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,788
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 18 June 2009 - 10:34 AM

View Postelajua, on Jun 18 2009, 02:28 AM, said:

The best for making ISO's out of USB drives is USB Image Tool from this website

It works great. I have use it before to make USB sticks identical.


And it outputs a .ISO? :w00t: :whistle:

jaclaz

#5 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 19 June 2009 - 12:53 AM

View Postjaclaz, on Jun 18 2009, 11:34 AM, said:

View Postelajua, on Jun 18 2009, 02:28 AM, said:

The best for making ISO's out of USB drives is USB Image Tool from this website

It works great. I have use it before to make USB sticks identical.


And it outputs a .ISO? :w00t: :whistle:

jaclaz

Yes, it does.

It's a great program for making USB images.

#6 User is online   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,788
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 19 June 2009 - 12:43 PM

View Postelajua, on Jun 19 2009, 08:53 AM, said:

Yes, it does.

It must be VERY WELL hidden.

Can you explain where it is found? :unsure:

View Postelajua, on Jun 19 2009, 08:53 AM, said:

It's a great program for making USB images.

Sure, never said that it wasn't, though I personally find (for the GUI version) the requirement of .Net unconvenient.

jaclaz

#7 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 20 June 2009 - 07:22 AM

View Postjaclaz, on Jun 19 2009, 01:43 PM, said:

View Postelajua, on Jun 19 2009, 08:53 AM, said:

Yes, it does.

It must be VERY WELL hidden.

Can you explain where it is found? :unsure:

View Postelajua, on Jun 19 2009, 08:53 AM, said:

It's a great program for making USB images.

Sure, never said that it wasn't, though I personally find (for the GUI version) the requirement of .Net unconvenient.

jaclaz

I'm sorry. I checked the latest version and it only outputs IMG, IMA or IMZ image files. I was almost sure that when I last use it the ISO output was there.

However, it works very well for making backups or USB sticks identical.

.NET requirements are fine for me as I always use applications (and from time to time, I write a few) that use the framework, so it is a non-issue for me nowadays. Its like having to install Java for some programs to work.

Regards

This post has been edited by elajua: 20 June 2009 - 07:24 AM


#8 User is online   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,788
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 20 June 2009 - 07:58 AM

View Postelajua, on Jun 20 2009, 03:22 PM, said:

I'm sorry. I checked the latest version and it only outputs IMG, IMA or IMZ image files. I was almost sure that when I last use it the ISO output was there.


Yep. :)
I can assure you that that particular option wasn't EVER there, even if I didn't test each and every release of the tool.

You see, a USB stick is either a "HD-like" device (with MBR and hidden sectors) or a "superfloppy" or "partition-like" device. (there is an exception which is constituted by the rare CD-ROM emulating sticks and by U3 devices - which however are seen as two separate LUN's, first one "CD-like" and second one "HD-like" or "superfloppy-like", of which in any case, the tool can only image the second).
Filesystems used on them are "HD-like" filesystems, i.e. commonly FAT16, FAT32 and NTFS in the "Windows" world and in some cases EXT2/3 FS in the "Linux" world.

A .iso is actually an image of a "CD-like" device, in most cases using either CDFS or UDFS.

A tool that would accept as input a "HD-like" or "superfloppy" device and produce as output a .ISO would NOT be an imaging tool, but rather a "filesystem/device conversion" tool.

Even to this there would be a partial exception, i.e. the "HD emulation" format of the El-Torito ISO9660 (and later modifications) CD standard.

But there would be not much sense for an imaging/cloning program to store the image in a "converted" format that needs to be "back converted" at the time of restoring/duplicating it.

View Postelajua, on Jun 20 2009, 03:22 PM, said:

However, it works very well for making backups or USB sticks identical.

Sure it does :), as well as several other apps, listed in the given thread:
http://www.msfn.org/...opic=100299&hl=
(and a few others possibly NOT listed there), like:
http://www.boot-land...?showtopic=4711
http://www.boot-land...?showtopic=7783
http://www.boot-land...?showtopic=7786

The whole point I was trying to make was that it is a possibility, not necessarily, "the best", and DEFINITELY NOT:

View Postelajua, on Jun 18 2009, 02:28 AM, said:

The best for making ISO's out of USB drives is USB Image Tool from this website

as it simply DOES NOT do that.

jaclaz

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy