IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

 
Reply to this topicStart new topic
> USB Creation
Eagle710
post Jun 16 2009, 02:18 PM
Post #1


Junior
*

Group: Members
Posts: 76
Joined: 6-November 08
Member No.: 217779
OS: XP Pro x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
jaclaz
post Jun 17 2009, 09:16 AM
Post #2


MSFN SuperB
Group Icon

Group: Software Developers
Posts: 5032
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


Read here:
http://www.msfn.org/board/index.php?showtopic=134639&hl=

More alternatives:
http://www.msfn.org/board/index.php?showtopic=100299&hl=

jaclaz
Go to the top of the page
 
+Quote Post
ajua
post Jun 17 2009, 06:28 PM
Post #3


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


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: Jun 17 2009, 06:29 PM
Go to the top of the page
 
+Quote Post
jaclaz
post Jun 18 2009, 10:34 AM
Post #4


MSFN SuperB
Group Icon

Group: Software Developers
Posts: 5032
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (elajua @ Jun 18 2009, 02:28 AM) *
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? woot.gif whistling.gif

jaclaz
Go to the top of the page
 
+Quote Post
ajua
post Jun 19 2009, 12:53 AM
Post #5


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


QUOTE (jaclaz @ Jun 18 2009, 11:34 AM) *
QUOTE (elajua @ Jun 18 2009, 02:28 AM) *
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? woot.gif whistling.gif

jaclaz

Yes, it does.

It's a great program for making USB images.
Go to the top of the page
 
+Quote Post
jaclaz
post Jun 19 2009, 12:43 PM
Post #6


MSFN SuperB
Group Icon

Group: Software Developers
Posts: 5032
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (elajua @ Jun 19 2009, 08:53 AM) *
Yes, it does.

It must be VERY WELL hidden.

Can you explain where it is found? unsure.gif

QUOTE (elajua @ Jun 19 2009, 08:53 AM) *
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
Go to the top of the page
 
+Quote Post
ajua
post Jun 20 2009, 07:22 AM
Post #7


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


QUOTE (jaclaz @ Jun 19 2009, 01:43 PM) *
QUOTE (elajua @ Jun 19 2009, 08:53 AM) *
Yes, it does.

It must be VERY WELL hidden.

Can you explain where it is found? unsure.gif

QUOTE (elajua @ Jun 19 2009, 08:53 AM) *
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: Jun 20 2009, 07:24 AM
Go to the top of the page
 
+Quote Post
jaclaz
post Jun 20 2009, 07:58 AM
Post #8


MSFN SuperB
Group Icon

Group: Software Developers
Posts: 5032
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (elajua @ Jun 20 2009, 03:22 PM) *
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. smile.gif
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.

QUOTE (elajua @ Jun 20 2009, 03:22 PM) *
However, it works very well for making backups or USB sticks identical.

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

The whole point I was trying to make was that it is a possibility, not necessarily, "the best", and DEFINITELY NOT:
QUOTE (elajua @ Jun 18 2009, 02:28 AM) *
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
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 06:52 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy