Main Forum > General Computer Support

8GB USB flash drive Inquiry

<< < (4/5) > >>

Gamezertruth:

--- Quote from: jraju on July 06, 2015, 10:51:08 pm ---Hi, Please see this link
http://www.tweaking.com/forums/index.php/topic,2828.msg19452.html#msg19452

--- End quote ---

I don’t understand that commands :confused: would you gave my the right commands ?

Gamezertruth:

--- Quote from: Boggin on July 07, 2015, 01:10:34 am ---Windows use hexadecimal because the memory addresses are so large.

When I created a bootable USB using Windows USB/DVD Burner Tool, I was prompted to format it first to NTFS, but I noticed in the link JR has posted that Diskpart formats it to FAT32.

--- End quote ---

this Microsoft tool is good to go with it ? or there any good tool to making a USB disk for windows 7

and do I need to format the new USB flash drive? If yes , which format type I need to go ?

Julian:

--- Quote from: Gamezertruth on July 07, 2015, 11:32:28 am ---
--- Quote from: jraju on July 06, 2015, 10:51:08 pm ---Hi, Please see this link
http://www.tweaking.com/forums/index.php/topic,2828.msg19452.html#msg19452

--- End quote ---

I don’t understand that commands :confused: would you gave my the right commands ?

--- End quote ---

--- Code: ---diskpart
--- End code ---

--- Code: ---select disk #
--- End code ---
(#= the number of the disk so change the # symbol into a number)

example:

 Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          149 GB      0 B     I have the disk numbers in red for you.
  Disk 1    Online         3834 MB      0 B 

next you type in

--- Code: --- clean
--- End code ---


--- Code: ---create partition primary
--- End code ---

--- Code: ---format fs=fat32 quick
--- End code ---
wait for it to complete then type in

--- Code: ---active
--- End code ---
then after everything type in

--- Code: ---exit
--- End code ---
After you are finished if you look at the properties of a usb you will get
I posted a pic

Gamezertruth:

--- Quote from: Julian on July 07, 2015, 11:42:59 am ---
--- Quote from: Gamezertruth on July 07, 2015, 11:32:28 am ---
--- Quote from: jraju on July 06, 2015, 10:51:08 pm ---Hi, Please see this link
http://www.tweaking.com/forums/index.php/topic,2828.msg19452.html#msg19452

--- End quote ---

I don’t understand that commands :confused: would you gave my the right commands ?

--- End quote ---

--- Code: ---diskpart
--- End code ---

--- Code: ---select disk #
--- End code ---
(#= the number of the disk so change the # symbol into a number)

example:

 Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          149 GB      0 B     I have the disk numbers in red for you.
  Disk 1    Online         3834 MB      0 B 

next you type in

--- Code: --- clean
--- End code ---


--- Code: ---create partition primary
--- End code ---

--- Code: ---format fs=fat32 quick
--- End code ---
wait for it to complete then type in

--- Code: ---active
--- End code ---
then after everything type in

--- Code: ---exit
--- End code ---
After you are finished if you look at the properties of a usb you will get
I posted a pic

--- End quote ---

ok, i will give this a try and report back! thank

Boggin:
I created my bootable USB directly from the ISO and not converting from a DVD which is probably why I was prompted to format to NTFS first.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version