0 Members and 1 Guest are viewing this topic.
I bought an new 8GB USB flash drive and something wasn’t right where it not gave my a full 8GB of 8GBit used 7.44GB free of 7.45GB so how i can to restore it of 8GB ?
Quote from: Gamezertruth on July 06, 2015, 02:56:24 pmI bought an new 8GB USB flash drive and something wasn’t right where it not gave my a full 8GB of 8GBit used 7.44GB free of 7.45GB so how i can to restore it of 8GB ?Manufactureres sell 8,000,000,000 Byte drives as 8GBSo 7812500KB7629MB7.45GB
7.45GB is all you get on an 8GB stick.If you think that is short changed, I recently bought a 1TB external HDD which max's out at 931GB.I think what it is, is that vendors call 1000KB=1MB instead of 1024KB=1MB and so on.
Hi, I think 4 gb is enough, but 8 g b , i prefer. You should format before doing that. You have to insert some cmd commands to do before you do that.
Easy way I can think of is windows uses base 2 file size count.If windows was to switch over to base 10 file size count you would see a bigger size usb. so if windows had base 10 file size instead of base 2you would download a file thats 230 mb from the internet and when you look at it on your usb it would show up as 250mb instead. kinda weird eh?Base 2= binary (0 and 1)Base 10= decimal (0-9)Base 16= hexidecimal (0-9 A-F)
Hi, Please see this linkhttp://www.tweaking.com/forums/index.php/topic,2828.msg19452.html#msg19452
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.
Quote from: jraju on July 06, 2015, 10:51:08 pmHi, Please see this linkhttp://www.tweaking.com/forums/index.php/topic,2828.msg19452.html#msg19452I don’t understand that commands would you gave my the right commands ?
diskpart
select disk #
clean
create partition primary
format fs=fat32 quick
active
exit
Quote from: Gamezertruth on July 07, 2015, 11:32:28 amQuote from: jraju on July 06, 2015, 10:51:08 pmHi, Please see this linkhttp://www.tweaking.com/forums/index.php/topic,2828.msg19452.html#msg19452I don’t understand that commands would you gave my the right commands ?Code: [Select]diskpart Code: [Select]select disk # (#= 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: [Select] clean Code: [Select]create partition primary Code: [Select]format fs=fat32 quickwait for it to complete then type in Code: [Select]active then after everything type inCode: [Select]exitAfter you are finished if you look at the properties of a usb you will getI posted a pic
oh format to ntfs is good as well sorry. I just translated that other post for you that you did not understand the commands to.