<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>USB flash drives, marketing, hobbies &#124; Ramblings from the brain of Nicholas Moller &#187; Programs &#8211; Hardware &#8211; Testing &#8211; Errors</title>
	<atom:link href="http://www.usbtalk.net/category/usb-drives/programs-hardware-testing-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usbtalk.net</link>
	<description>Flash drives, marketing ideas, photography, and my hobbies.</description>
	<lastBuildDate>Thu, 20 May 2010 20:11:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Booting Linux from a Flash Drive for File Recovery</title>
		<link>http://www.usbtalk.net/2009/12/booting-linux-from-a-flash-drive/</link>
		<comments>http://www.usbtalk.net/2009/12/booting-linux-from-a-flash-drive/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 21:59:15 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Programs - Hardware - Testing - Errors]]></category>
		<category><![CDATA[Booting]]></category>
		<category><![CDATA[Linux USB Drive]]></category>
		<category><![CDATA[Recorver Windows Disks]]></category>
		<category><![CDATA[USB Boot]]></category>

		<guid isPermaLink="false">http://www.usbtalk.net/?p=141</guid>
		<description><![CDATA[
			
				
			
		
Hello again,
After a long time we are back to talk about some more cool tech stuff you can do with a USB flash drive. Todays topic will focus on booting the linux OS from a USB stick. The purpose for booting linux from a USB drive, at least the purpose of this guide, is to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F12%2Fbooting-linux-from-a-flash-drive%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F12%2Fbooting-linux-from-a-flash-drive%2F&amp;source=usbmemorydirect&amp;style=normal&amp;hashtags=Booting,Linux+USB+Drive,Recorver+Windows+Disks,USB+Boot" height="61" width="50" /><br />
			</a>
		</div>
<p>Hello again,</p>
<p>After a long time we are back to talk about some more cool tech stuff you can do with a USB flash drive. Todays topic will focus on booting the linux OS from a USB stick. The purpose for booting linux from a USB drive, at least the purpose of this guide, is to recover files from a broken install of the windows OS or any other OS for that matter. We can also run virus scans from the linux distro securely without infecting other pc&#8217;s or having to boot the infected pc.</p>
<p><strong>What you will need:</strong></p>
<ul>
<li>A USB stick anywhere from 512mb to 2GB (Depending on the distro)</li>
<li>A main board capable of booting from a usb device.</li>
<li>and about 15 minutes plus download time.</li>
</ul>
<p><strong>Software to be used:</strong></p>
<ul>
<li>Latest stable version of UNetbootin <a href="http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe">Located Here.</a></li>
</ul>
<h2><strong><span style="text-decoration: underline;">Step #1: Prepare the USB Drive</span></strong></h2>
<p>Once you have all your materials together go ahead and plug the USB drive in and backup all files you may have on the disk.</p>
<h2><span style="text-decoration: underline;"><strong>Step #2: Installing to The USB<br />
</strong></span></h2>
<p><span style="text-decoration: underline;"><strong> </strong></span>Start up UNetbootin and select the following:</p>
<ol>
<li>Use the first radio button &#8220;Distribution&#8221;. This will download and install, automatically, the distro we want.</li>
<li>Pick SystemRescueCD. We are going with this because it is easy the ntfs file system driver comes prepackaged so no additional customization is required.</li>
<li>Next select your flash drive.<br />
<span style="color: #ff0000;"><strong>NOTE: </strong>Be sure to select your flash drive and not your windows partition or primary partition, &#8217;cause if you do then you will destroy the currently installed OS</span>.</li>
<li>Finally click &#8220;Ok&#8221;.</li>
</ol>
<div id="attachment_139" class="wp-caption aligncenter" style="width: 542px"><img class="size-full wp-image-139" title="UNetbootin Main Screen" src="http://www.usbtalk.net/wp-content/uploads/2009/12/UNetbootin.gif" alt="UNetbootin options to select" width="532" height="394" /><p class="wp-caption-text">UNetbootin options to select</p></div>
<h2><span style="text-decoration: underline;">Step #3: Configuring Bios</span></h2>
<p>We will need to setup your computer to boot from the usb stick. To do so first you mother board will need to support this feature and second you will need to do some configuration.</p>
<ol>
<li>Reboot your computer and hit &#8220;F2&#8243; or &#8220;del&#8221; depending on your mother board to enter BIOS config.</li>
<li>Search for the section labeled boot sequence, or named similarly. This will sometimes be filed under a separate section like advanced BIOS features, or similar.</li>
<li>Move removable or usb to the top of the list. If you do not see these options listed your mother board most likely does not support USB boot. Consult google for more info on this.</li>
<li>Reboot the computer with the drive plugged in.</li>
</ol>
<h2><span style="text-decoration: underline;">Step #4: Booting linux</span></h2>
<p>We are going to boot into command line for this guide. There are options to load a GUI for those of you who tremble in the face of CLI. I must warm you though Command Line is by far easier and faster.</p>
<ol>
<li>Once your computer passes post you will see the boot loader screen. Navigate to &#8220;VMLinuz64&#8243; and hit enter.</li>
</ol>
<p>After a bunch of OK&#8217;s on the screen and most likely 1 red FAIL you will be at the prompt &#8220;root@sysresccd /root %&#8221;. This would indicate a success.</p>
<h2><span style="text-decoration: underline;">Step #5: Copying files from a windows partition onto an external hard disk.</span></h2>
<p>For this you will need an external medium on which to move your files have this ready to receive your data. You can also use the usb stick which you booted from, if of course there is enough space on it.</p>
<ol>
<li>First we will need to identify our drives. I will assume you have two storage devices plugged in one being the flash drive and the other your windows hard drive. Execute the command below:
<pre>fdisk -l | less</pre>
<p><span style="color: #ff0000;">NOTE: If you choose another distro of linux less may not be available, you may omit &#8221; | less&#8221; in such case.</span></p>
<p>This command will show you all the storage devices on your system. Use the down and up arrows to navigate the output as it may be larger than your screen. My output for this command is shown below:</p>
<pre>Disk /dev/sda: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd0f4738c

 Device      Boot      Start      End      Blocks       Id   System
/dev/sda1    *         1          19451    156240126    7    HPFS/NTFS

Disk /dev/sdb: 2085 MB, 2085617664 bytes
2 heads, 63 sectors/track, 32329 cylinders
Units = cylinders of 126 * 512 = 64512 bytes
Disk identifier: 0x00502bcd

Device       Boot      Start      End      Blocks     Id   System
/dev/sdb1    *         1          32330    2036720    6    FAT16</pre>
<p>My device is 160GB NTFS partition.  Knowing those two bits of info we can take an educated guess and say /dev/sda1 is our partition on the windows hard disk that we want to mount, the whole disk can be referenced by /dev/sda. Using /dev/sda in a mount command will most likely fail, you will need to use /dev/sda1.</p>
<p><span style="color: #ff0000;">NOTE: To exit this output screen press &#8220;q&#8221;.<br />
</span></li>
<li>Mount the windows drive so that we can access the files on it. Run the mount command below:
<pre>mount /dev/sda1 /mnt/windows</pre>
<p><span style="color: #ff0000;">NOTE: you will need to replace &#8220;/dev/sda&#8221; with your device found from the output of fdisk -l. It is likely though that they will be the same. Also note that mount will fail if you attempt to mount to a folder that doesn&#8217;t exist.</span></p>
<p>If you want full read write capability for the windows hard disk and are using SystemRescueCD distro run the following command:</p>
<pre>ntfs-3g /dev/sda1 /mnt/windows</pre>
<p>This command will also work on other distros if you have ntf-3g included/installed.</li>
<li>Lets find out if we mounted the right device now. Run:
<pre>ls /mnt/windows</pre>
<p>This command will list the files and folders in a directory. If you see the tell tale Program Files and WINDOWS directories it was successfully mounted.</li>
<li>Time to get our backup device out. Plug it in and wait a few seconds then run the fdisk command again:
<pre>fdisk -l</pre>
<p>or</p>
<pre>cat /proc/partitions</pre>
<p><span style="color: #ff0000;">NOTE: Running &#8220;cat /proc/partitions&#8221; will list all partitions. Be sure to mount the correct partition on the device. Usually these are /dev/sdc1 or /dev/sde1 and not /dev/sdc or /dev/sde.</span></p>
<p>Partitions not followed by numbers are usually the device itself and therefor cannot be mounted. Bellow is the output of &#8220;cat /proc/partitions&#8221; our backup device is /dev/sdc1. All devices are stored in /dev/ therefor we know that the location of the ones in the list below are /dev/xxx.</p>
<pre>major minor  #blocks  name

 8     0  168234527  sda
 8     1  156240126  sda1
 8    16    2086584  sdb
 8    32    2036720  sdb1
 8    48  244198584  sdc
 8    49  238155561  sdc1</pre>
<p>You should see both devices you saw last time and now a new one should be there. Match the size of the device to yours and note the device location most likely /dev/sdc.<br />
Mount this device to the pre-made backup folder using the mount command again:</p>
<pre>mount /dev/sdc1 /mnt/backup</pre>
</li>
<li>Now it is time to copy things from the old windows drive to the backup disk.<br />
If you want to copy your entire windows drive to your back up drive run this command:</p>
<pre>cp -R /mnt/windows/* /mnt/backup/YOUR_FOLDER_NAME</pre>
<p>If you plan on copy single files type the full file path and then the full destination path.</li>
</ol>
<h2><span style="text-decoration: underline;">Additional Useful Commands:</span></h2>
<ul>
<li>Sometimes a virus can infected the very first bit of code that is executed on your system the MBR (Master Boot Record). Luckily we can clean this up with relative ease in linux. Execute:
<pre>dd if=/dev/zero of=/dev/sdb bs=512 count=1</pre>
<p>Remember to replace &#8220;/dev/sdb&#8221; with your device cause if you miss and clean the wrong one you may have some issues. In this case we want the actual device and not a partition on the device so we are selecting /dev/sdb and not /dev/sdb1 since writing to /dev/sdb1 wouldn&#8217;t start at block #0.</li>
<li>Maybe you do not have an external device to back stuff up but you have another computer with a network share. Well lets mount that network share so we can copy files to it. Create a mount point:
<pre>mkdir /mnt/network</pre>
<p>Mount the share:</p>
<pre>mount -t smbfs //computername/folder /mnt/network -o username=user1,password=mypasshere</pre>
<p>Now you can copy and move files to the network share just like any other directory.<br />
To mount a share without a password use:</p>
<pre>mount -t smbfs //computername/folder /mnt/network</pre>
</li>
<li>For now this little section is finish although I am sure there will be additional things added as people leave comments.</li>
</ul>
<p>Until Next Time</p>
<p>-Nick</p>
]]></content:encoded>
			<wfw:commentRss>http://www.usbtalk.net/2009/12/booting-linux-from-a-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB for Older Operating Systems</title>
		<link>http://www.usbtalk.net/2009/09/usb-for-older-operating-systems/</link>
		<comments>http://www.usbtalk.net/2009/09/usb-for-older-operating-systems/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 13:07:11 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Programs - Hardware - Testing - Errors]]></category>
		<category><![CDATA[USB Drives]]></category>

		<guid isPermaLink="false">http://www.usbtalk.net/?p=113</guid>
		<description><![CDATA[
			
				
			
		
Every once and a while, you&#8217;ll still encounter an ancient computer that has an archaic version of Windows (yes, even more archaic than windows xp). If you&#8217;ve ever tried to use your USB flash drive in one of these old systems, you know that it will not work by default. Below, I will describe how [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Fusb-for-older-operating-systems%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Fusb-for-older-operating-systems%2F&amp;source=usbmemorydirect&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Every once and a while, you&#8217;ll still encounter an ancient computer that has an archaic version of Windows (yes, even more archaic than windows xp). If you&#8217;ve ever tried to use your USB flash drive in one of these old systems, you know that it will not work by default. Below, I will describe how to install USB support for your system.</p>
<p>If you have Windows 98, and don&#8217;t have drivers for the storage device, there are generic USB mass storage device drivers available for Windows 98 that accept most of these devices. These generic drivers will work with many different brands and models like the following:</p>
<ul>
<li>USB Flash Drives (also known as Thumb Drives, or USB Pens)</li>
<li>Digital Cameras (Still and Video devices with USB connections)</li>
<li>Hard Drives</li>
<li>MP3 Devices (iPod&#8217;s from version 2.4)</li>
<li>Sony PlayStation Portable System (PSP)</li>
</ul>
<h2>How to install the generic drivers</h2>
<p>Before you install, be aware of the fact that there are 2 main versions of Windows 98 which both handle USB differently. You absolutely must install the correct version of the generic USB driver for your specific version of Windows 98. To isolate which version of Windows you have, follow these steps:</p>
<ul>
<li>Right click <strong>My Computer</strong> then choose <strong>Properties</strong></li>
<li>From the <strong>System Properties</strong> window that opens, click the <strong>General</strong> tab.</li>
<li>Beneath the <strong>System</strong> heading, look for version number (example image shown below)
<ul>
<li>Version <strong>4.10.1998</strong> means the first version of Windows 98 (98FE)</li>
<li>Version <strong>4.10.2222</strong> means Windows 98 Second Edition (98SE)</li>
</ul>
<p><span style="margin: 10px; float: middle;"><img src="/wp-content/uploads/2009/12/system98.gif" border="0" alt="System Properties" /></span>
</li>
</ul>
<h2>Driver Download</h2>
<p>Choose the correct link for your edition of Windows 98 per the instruction above:</p>
<ul>
<li><a href="/wp-content/uploads/2009/12/USBdrvr-W98-FE-EN.exe">Windows 98 First Edition (4.10.1998)</a> (if you haven&#8217;t already this driver also requires that you first install the <a href="/wp-content/uploads/2009/12/W98-FE-SP-EN.EXE">Windows 98 Service Pack</a> &#8211; 35.5Mb)</li>
<li><a href="/wp-content/uploads/2009/12/USBdrvr-W98-SE-EN.exe">Windows 98 Second Edition (4.10.2222)</a></li>
</ul>
<h2>Disclaimer</h2>
<p>Please note that these drivers are generic and may not work with some devices. They are also <strong>only</strong> to be installed onto the <strong>English version of Windows 98</strong>. Installing these drivers onto the incorrect version of Windows could cause irreversible problems with the performance of your operating system until it is reinstalled again. There can be no guarantee they will work for your device, but it has been shown that they generally work with most standard devices.</p>
<p>Please also recognize and accept that the drivers offered are under no warranty. No support other than this article will be offered for them; use them at your own risk. Whenever you make a change to your operating system, it is advised to do a full system backup beforehand.</p>
<p>Further information can be obtained here &#8211; <strong><a href="http://www.microsoft.com/whdc/archive/usbwin98.mspx" target="_blank">Support for USB on Windows 98 from Microsoft site</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usbtalk.net/2009/09/usb-for-older-operating-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering Broken, Unformattable, and Ghost USB Flash Drives</title>
		<link>http://www.usbtalk.net/2009/09/recovering-broken-unformattable-and-ghost-usb-flash-drives/</link>
		<comments>http://www.usbtalk.net/2009/09/recovering-broken-unformattable-and-ghost-usb-flash-drives/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:02:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Programs - Hardware - Testing - Errors]]></category>
		<category><![CDATA[cannot format usb drive]]></category>
		<category><![CDATA[ghost flash]]></category>
		<category><![CDATA[Recover broken usb drive]]></category>
		<category><![CDATA[recover ghsot usb drive]]></category>
		<category><![CDATA[recovering]]></category>

		<guid isPermaLink="false">http://www.usbtalk.net/?p=60</guid>
		<description><![CDATA[
			
				
			
		
Welcome again. Today I am going to provide a helpful guide to recover broken USB drives, ghost drives, and drives unable to be formatted. If you are asking questions like &#8220;I can&#8217;t format my usb drive! Whats wrong?&#8221;, you may want to read on.
This guide will also aid in the recover of ghost drives and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Frecovering-broken-unformattable-and-ghost-usb-flash-drives%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Frecovering-broken-unformattable-and-ghost-usb-flash-drives%2F&amp;source=usbmemorydirect&amp;style=normal&amp;hashtags=cannot+format+usb+drive,ghost+flash,Recover+broken+usb+drive,recover+ghsot+usb+drive,recovering" height="61" width="50" /><br />
			</a>
		</div>
<p>Welcome again. Today I am going to provide a helpful guide to recover broken USB drives, ghost drives, and drives unable to be formatted. If you are asking questions like &#8220;I can&#8217;t format my usb drive! Whats wrong?&#8221;, you may want to read on.</p>
<p>This guide will also aid in the recover of ghost drives and return the flash drive to it&#8217;s actual capacity.</p>
<p>Check to see if your drive exhibits any of these behaviors:</p>
<ul>
<li>Windows says &#8220;Unrecognized USB device&#8221;</li>
<li>You cannot format your USB drive. The format utility also displays a capacity of 8mb no matter the size of your drive.</li>
<li>Your drive status light flashes but nothing happens on the OS.</li>
<li>Your drive shows up, but when you try to write, it crashes and disappears.</li>
<li>Generally, your drive is not functioning correctly.</li>
</ul>
<blockquote><p><strong>WARNING: </strong>Before you continue with this guide, be aware that, although highly unlikely, using some of the programs in this guide could possibly destroy the physical controller unit on your drive. Only proceed if this is a last resort. I TAKE NO RESPONSIBILITY FOR IRREPARABLE DAMAGE OR LOST DATA.</p></blockquote>
<p>First of all, a USB flash drive is comprised of two main parts &#8211; the Controller and the NAND Flash Chip. This guide is going to explain the use of a program which accesses the controller unit directly to complete formats and recoveries.</p>
<blockquote><p><strong>NOTE</strong>: Since this program accesses the controller unit on your flash chip, I have included 2 programs that do the same thing. Each program has a list of controller access codes. Depending on your controller, one of these access codes may or may not work.</p></blockquote>
<p>Lets get started!</p>
<h3>Step 1</h3>
<p style="padding-left: 30px;"><a href="http://www.usbtalk.net/uploads/progs.rar">Download</a> the program package and extract it. You will see the programs labeled prog1 and prog2.</p>
<h3>Step 2</h3>
<p style="padding-left: 30px;">Remove all your USB Flash Drives. Once you have your drives out, start up ONLY ONE program. Don&#8217;t open both! This will cause some serious system related issues.</p>
<p style="padding-left: 30px;">For prog1, click the <strong>lightbulb </strong>icon. For prog2, click <strong>umptool2090.exe</strong>. Once open, both of these programs should look extremely similar.</p>
<h3>Step 3</h3>
<p style="padding-left: 30px;">Plug your broken flash drive in. If you do not see the flash drive appear on the program screen or you see &#8220;UNKNOWN FLASH&#8221;, try the other program.</p>
<blockquote>
<p style="padding-left: 30px;"><strong>NOTE</strong>: If both fail to recognize your flash,  unfortunately you will have to continue your search for an answer.</p>
</blockquote>
<h3>Step 4</h3>
<p style="padding-left: 30px;">When you have your drive plugged in and it is recognized by our program, click <strong>start</strong>. No other setup is required. I have preset everything  to return your device to it&#8217;s original state.</p>
<blockquote>
<p style="padding-left: 30px;"><strong>WARNING: </strong>If you continuously format your drives, <em>THEY WILL BREAK!</em> Prog2 is notorious for breaking drives. Expect a 15%-20% fail rate. Again, I have set prog2 to minimize this as beast I could, down to ~5%.</p>
</blockquote>
<p style="padding-left: 30px;">If you would like to poke around in the settings panel, there are a lot of interesting features. One that I would suggest is &#8220;<em>Information Tab</em>&#8221; for prog1, and &#8220;<em>Vendor Settings</em>&#8221; for prog2. This controls the vendor name information which shows up on the taskbar info bubble, a cool feature to show off to your friends. Other than that, I leave it up to you to figure out the settings <em>AT YOUR OWN RISK</em>. Remember, the more you run the drives through the program, the greater the chance they will break.</p>
<blockquote>
<p style="padding-left: 30px;"><strong>NOTE: </strong>In program 1, you will be prompted with a password box when you click settings. Leave it blank and hit OK. If it does not allow you access, you can check the .INI file in the root directory for the password if it got changed for some reason.</p>
</blockquote>
<p>If you have any questions or would like additional controller codes for prog2, leave a comment and I will respond to you. You may also leave your email addy if you would like me to respond directly to you as well as in the comment thread.<br />
<img class="statcounter" src="http://c.statcounter.com/5096161/0/e97c5d50/1/" style="display:none;visibility:hidden;" alt="" ></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usbtalk.net/2009/09/recovering-broken-unformattable-and-ghost-usb-flash-drives/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>NAND Flash Chip Grades Explained</title>
		<link>http://www.usbtalk.net/2009/09/nand-flash-chip-grades-explained/</link>
		<comments>http://www.usbtalk.net/2009/09/nand-flash-chip-grades-explained/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 20:32:16 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Programs - Hardware - Testing - Errors]]></category>
		<category><![CDATA[chips]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flash Chip Grades]]></category>
		<category><![CDATA[low quality chips]]></category>
		<category><![CDATA[nand]]></category>

		<guid isPermaLink="false">http://www.usbtalk.net/?p=48</guid>
		<description><![CDATA[
			
				
			
		

Today I will touch back on the subject of bad flash drives. You may have heard some people talking about flash chip grades or tier 1/2/3 chips. Formally there are three grades for flash chips A, B, and C and unofficially D. All flash chips start their life on a silicon wafer and are cut [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Fnand-flash-chip-grades-explained%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Fnand-flash-chip-grades-explained%2F&amp;source=usbmemorydirect&amp;style=normal&amp;hashtags=chips,flash,Flash+Chip+Grades,low+quality+chips,nand" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="aligncenter post_img_large" title="Nand Flash Waffer" src="http://www.usbtalk.net/wp-content/uploads/2009/09/nand-flash-waffer.jpg" alt="Nand Flash Waffer" /><br />
Today I will touch back on the subject of bad flash drives. You may have heard some people talking about flash chip grades or tier 1/2/3 chips. Formally there are three grades for flash chips A, B, and C and unofficially D. All flash chips start their life on a silicon wafer and are cut from this wafer. Chips that have not passed quality control are pushed aside automatically by the machine cutting the wafer. The different sections of the wafer</p>
<h3>Grade A</h3>
<p style="padding-left: 30px;">Also known as tier 1 flash chips are the best chips available. Grade A chips have the manufacturers name and serial number laser etched on the the flash chip. Samsung and Hynix are the largest producers of Grade A flash. These chips will have a consistently low rate of errors, be much faster than other grades, and last you much longer. Vendors offering these chips will more often than not provide a lifetime warranty on the product.</p>
<p style="padding-left: 30px;">Seeing that these are the chips we use our <a href="http://www.usbmemorydirect.com/products.htm">custom flash drive</a> orders all come with lifetime replacement warranties.</p>
<h3>Grade B</h3>
<p style="padding-left: 30px;">These chips are as reliable as Grade A but do not have the etched serial and name from the manufacturer. Both Grade A and B chips are reliable and have low failure rates.</p>
<p>Now to the lower end products. Stores offering these will never provide any type of warranty on their products seeing that failure is guaranteed.</p>
<h3>Grade C</h3>
<p style="padding-left: 30px;">Coming back to the silicon wafer there are two parts that are discarded by the original manufacturers. The portions that have not passed QC and the edges of the wafer. Second hand after market vendors will purchase these parts of the wafer from reputable vendors and resell them to end users. These Grade C chips have a 30% &#8211; 40% rate of failure. On rare occasion they can cause system instability, depending on the state of the flash and how the computer is reading/writing data.</p>
<h3>Grade D</h3>
<p style="padding-left: 30px;">These are hard to find to be honest but if found beware. Some sly vendors have a laser they use to etch things with&#8230; anything. These vendors will purchase some Grade C chips and laser etch them with Samsung&#8217;s or Hynix&#8217;s name and serial number and pass them off as the real deal. Failure rates are the same as Grade C but you will be tricked into paying premium prices for these units. Most of these vendors are located in China.</p>
<p>Buyers Guide (list of helpful tips):</p>
<ul>
<li>Do not choose a foreign vendor who has a price lower than the rest of the market place.</li>
<li>Beware all vendors who do not offer you a warranty. If they use Grade A why would they not offer a warranty. If there is no warranty you are most likely being sold cheaper lower grade chips</li>
<li>Always inquire about the quality of the products. If a sales rep sounds hesitant it may be best to go with someone else.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.usbtalk.net/2009/09/nand-flash-chip-grades-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to USBtalk.</title>
		<link>http://www.usbtalk.net/2009/09/welcome-to-usbtalk/</link>
		<comments>http://www.usbtalk.net/2009/09/welcome-to-usbtalk/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programs - Hardware - Testing - Errors]]></category>
		<category><![CDATA[fake usb drives]]></category>
		<category><![CDATA[ghost flash]]></category>
		<category><![CDATA[h2testw]]></category>
		<category><![CDATA[testing drives]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://www.usbtalk.net/?p=3</guid>
		<description><![CDATA[
			
				
			
		
Hello world,
My name is Nicholas Moller, from here on out nick, and I am the senior IT administrator and programer at USB Memory Direct. I started this blog to talk about all the cool things that pass through the office and my head during the day as well as my hobbies; photography, programming, and the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Fwelcome-to-usbtalk%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.usbtalk.net%2F2009%2F09%2Fwelcome-to-usbtalk%2F&amp;source=usbmemorydirect&amp;style=normal&amp;hashtags=fake+usb+drives,ghost+flash,h2testw,testing+drives,welcome" height="61" width="50" /><br />
			</a>
		</div>
<p>Hello world,</p>
<p>My name is Nicholas Moller, from here on out nick, and I am the senior IT administrator and programer at <a href="http://www.usbmemorydirect.com">USB Memory Direct</a>. I started this blog to talk about all the cool things that pass through the office and my head during the day as well as my hobbies; photography, programming, and the human mind.</p>
<p>I have noticed a lot of people do not really know much about what they are getting when it comes to usb drives. So I have decided to talk a little bit about the different types of products you can find on the market.</p>
<h2>Fake Flash Drives or Ghost Drives</h2>
<p>First an foremost the infamous ghost/fake drives that are plaguing the market. A ghost drive is a flash drive that reports a false capacity, this is done purposely by the manufacturers. Manufacturers can program the controller chip to report a high capacity than what the device really is. So when you plug it in and view the drive properties it will say it is 2gb but the actual chip is only 512mb.</p>
<p>Once a ghost drive is filled up you won&#8217;t be able to put anymore data onto the device although your operating system will continue to try, since the device is reporting only 25% of its space is used. This behavior will result in data loss and potential system instability.</p>
<p>If you come across a price that seems to good to be true it most likely is. Exercise caution when purchasing from unknown vendors promising ridiculously low prices compared to the rest of the marketplace.</p>
<h4>Detecting Ghost Drives</h4>
<p>There is a simple program called <a href="/uploads/h2testw_1.4.zip">H2testw</a> which will fill your drive with sample data then check to see if it stored correctly.</p>
<ol>
<li>Download H2testw <a href="/uploads/h2testw_1.4.zip">here</a></li>
<li>Extract and open the program</li>
<li>Select <strong>English</strong> as the language</li>
<li>Select your target device by it&#8217;s drive letter from the <strong>My Computer</strong> submenu</li>
<li>Hit <strong>Write + Verify</strong></li>
</ol>
<p>A good ouput should look like this:</p>
<pre>Test finished without errors.
You can now delete the test files *.h2w or verify them again.
Writing speed: 5.38 MByte/s
Reading speed: 15.7 MByte/s
H2testw v1.4</pre>
<p>A bad output would look something like this:</p>
<pre>Warning: Only 374 of 496 MByte tested.
The media is likely to be defective.
0 KByte OK (0 sectors)
374 MByte DATA LOST (765952 sectors)
Details:0 KByte overwritten (0 sectors)
0 KByte slightly changed (&lt; 8 bit/sector, 0 sectors)
374 MByte corrupted (765952 sectors)
0 KByte aliased memory (0 sectors)
First error at offset: 0x0000000000000000
Expected: 0x0000000000000000
Found: 0x00020000ff3f0000
H2testw version 1.3
Writing speed: 16.5 MByte/s
Reading speed: 11.8 MByte/s
H2testw v1.4</pre>
<ul>
<li>Massive write speeds, higher than the read speeds, means you are not actually putting info onto the usb.</li>
</ul>
<p>H2testw is capable of detecting other errors but I won&#8217;t be getting into them today.</p>
<ul>
<li><em>Remember a great price does not mean a great buy always get the best value not price. Most low priced vendors use tricks like this to reduce their cost.</em></li>
<li><em>We provide lifetime replacement warranties on all orders. Vendors who will not do they same should be avoided.<br />
</em></li>
</ul>
<p>Hope this is helpful for some of you out there. I will continue next week with different chip grades.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.usbtalk.net/2009/09/welcome-to-usbtalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
