How to Install an ISO on a Flash Drive
If you have an important disc you wish to back up, you can install a copy of it on a flash drive instead of another disc. It is common to make copies of large files, such as an operating system installation disc, onto a flash drive so you can use it to boot your computer up when it crashes. You can also, however, copy discs with important files. The discs are installed on a flash drive by creating an ISO image of the disc, which is an archive of the information that takes up less space, and copying the ISO to a flash drive.
Instructions
-
-
1
Plug the flash drive in the computer.
-
2
Click on the "Start" button to open the "Start" menu.
-
-
3
Type "cmd" in the search box on the "Start" menu. The command prompt window will open.
-
4
Type "diskpart" in the command prompt window and press the "Enter" key. The diskpart command prompt window will open.
-
5
Type "list volume" in the window and press the "Enter" key. A numbered list of all the drives running on the computer will appear.
-
6
Type "select disk x." Replace "x" with the number the flash drive was assigned and press "Enter."
-
7
Type "clean" and press the "Enter" key. This will clean your flash drive by removing all the files on it, so ensure to back them up.
-
8
Type "create partition primary" and press "Enter."
-
9
Type "select partition x." Replace "x" with the number the flash drive was assigned and press "Enter."
-
10
Type "active" and press "Enter."
-
11
Type "format fs=fat32" and press "Enter."
-
12
Type "assign" and press "Enter."
-
13
Insert the disc you want to turn into an ISO into your computer. Ensure to keep the command prompt window open.
-
14
Type "xcopy d:\*.* /s/e/f e:\" in the command prompt window. This will create an ISO image and automatically copy it to the flash drive.
-
15
Type "exit" and press "Enter" to close the command prompt window. Eject the disc and the flash drive.
-
1
References
- Photo Credit USB image by Ewe Degiampietro from Fotolia.com