<?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>Ask the Geek &#187; Bootable thumb drive</title>
	<atom:link href="http://askthegeek.kennyhart.com/category/bootable-thumb-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://askthegeek.kennyhart.com/index.php</link>
	<description>Questions, answers and learning about all manner of things</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:51:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Prevent Online Banking Fraud with a ROBAM</title>
		<link>http://askthegeek.kennyhart.com/index.php/2009/10/16/prevent-online-banking-fraud-with-a-robam/</link>
		<comments>http://askthegeek.kennyhart.com/index.php/2009/10/16/prevent-online-banking-fraud-with-a-robam/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 00:07:22 +0000</pubDate>
		<dc:creator>The Geek</dc:creator>
				<category><![CDATA[Bootable thumb drive]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://askthegeek.kennyhart.com/index.php/2009/10/16/prevent-online-banking-fraud-with-a-robam/</guid>
		<description><![CDATA[What&#8217;s a ROBAM? you ask. Check out this post: Protecting Your Business from Online Banking Fraud. SANS says, &#8220;The number one recommended mitigation [to online banking fraud caused by infostealer infections] is to use a read-only bootable alternative media (ROBAM) as an isolated environment for financial transactions.&#8221; You can use a USB thumb drive instead [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s a ROBAM? you ask. Check out this post: <a href="../protecting-your-business-from-online-banking-fraud/" title="Permanent Link to Protecting Your Business from Online Banking Fraud" rel="bookmark">Protecting Your Business from Online Banking Fraud.</a> SANS says, &#8220;The number one recommended mitigation [to online banking fraud caused by infostealer infections] is to use a <strong>read-only bootable alternative media (ROBAM)</strong> as an isolated environment for financial transactions.&#8221;</p>
<p>You can use a USB thumb drive instead of a CD if you do the following:</p>
<p>1. Download your alternative Linux OS choice (I prefer Ubuntu or Knoppix) in .iso format<br />
2. Download UNetbootin from http://unetbootin.sourceforge.net/<br />
3. Create a bootable USB thumb drive using UNetbootin<br />
4. Set the properties of the drive to &#8220;read only&#8221;</p>
<p>This should have the same effect as using a Linux live CD.</p>
<p>I haven&#8217;t tried this, so comments welcome.</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Ask+the+Geek+blog+post:+Prevent+Online+Banking+Fraud+with+a+ROBAM+http://3pfdm.th8.us" title="Post to Twitter"><img class="nothumb" src="http://askthegeek.kennyhart.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://askthegeek.kennyhart.com/index.php/2009/10/16/prevent-online-banking-fraud-with-a-robam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make an Anti Virus Bootable USB Thumb Drive</title>
		<link>http://askthegeek.kennyhart.com/index.php/2009/09/21/make-an-anti-virus-bootable-usb-thumb-drive/</link>
		<comments>http://askthegeek.kennyhart.com/index.php/2009/09/21/make-an-anti-virus-bootable-usb-thumb-drive/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 02:56:40 +0000</pubDate>
		<dc:creator>The Geek</dc:creator>
				<category><![CDATA[Bootable thumb drive]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Offline virus scanner]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://askthegeek.kennyhart.com/index.php/2009/09/21/make-an-anti-virus-bootable-usb-thumb-drive/</guid>
		<description><![CDATA[With all the various flavors of anti virus rescue CDs around, it&#8217;s an easy matter to create a CD bootable anti virus scanner that will operate offline to disinfect even the worst malware infestation. In most cases, all you have to do is download the vendor&#8217;s latest rescue CD ISO image, burn it, boot it, [...]]]></description>
			<content:encoded><![CDATA[<p>With all the various flavors of anti virus rescue CDs around, it&#8217;s an easy matter to create a CD bootable anti virus scanner that will operate offline to disinfect even the worst malware infestation. In most cases, all you have to do is download the vendor&#8217;s latest rescue CD ISO image, burn it, boot it, and let the program do its thing. Easy. Making a bootable USB thumb drive from the ISO is another matter.</p>
<p>Extracting the files from an ISO image to the thumb drive requires a few tricks to accomplish. You can, of course, just download my BLTDVS toolkit from <a href="http://askthegeek.kennyhart.com/index.php/2009/05/14/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2009-update/">How to make a bootable thumb drive virus scanner for NTFS: 2009 update,</a>?  and follow the included instructions but, that toolkit is specifically optimized to work with the Kaspersky Rescue CD; what if you prefer to use a different vendor&#8217;s rescue package?</p>
<p>The answer is a cool open source utility called <a href="http://unetbootin.sourceforge.net/">UNetbootin </a>that allows you to create bootable live USB drives for a variety of Linux distributions?  without requiring you to burn a CD. This is perfect since most, if not all, of the rescue CDs are Linux based. The UNetbootin site has full instructions on how to use the tool complete with screen shots.</p>
<p>Of course, this makes my toolkit unnecessary, though not any less useful. I have no plans to retire the tool, however, since it&#8217;s one of the most popular posts here. But, just in case you&#8217;re wondering, I&#8217;m now using UNetbootin.</p>
<p>Cheers!<br />
The Geek</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Ask+the+Geek+blog+post:+Make+an+Anti+Virus+Bootable+USB+Thumb+Drive+http://zetx9.th8.us" title="Post to Twitter"><img class="nothumb" src="http://askthegeek.kennyhart.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://askthegeek.kennyhart.com/index.php/2009/09/21/make-an-anti-virus-bootable-usb-thumb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a bootable thumb drive virus scanner for NTFS: 2009 update</title>
		<link>http://askthegeek.kennyhart.com/index.php/2009/05/14/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2009-update/</link>
		<comments>http://askthegeek.kennyhart.com/index.php/2009/05/14/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2009-update/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:43:18 +0000</pubDate>
		<dc:creator>The Geek</dc:creator>
				<category><![CDATA[Answers]]></category>
		<category><![CDATA[Bootable thumb drive]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ken's Kool Tekkie Tools]]></category>
		<category><![CDATA[Offline virus scanner]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://askthegeek.kennyhart.com/index.php/2009/05/14/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2009-update/</guid>
		<description><![CDATA[Once again, in May 2009, I have had to revise this article because Avira’s updates no longer work (thanks, Cindy, for your help in pointing out the problem to me). This new revision supercedes all previous articles I have posted on this subject; specifically, these two: http://askthegeek.kennyhart.com/2005/12/how-to-make-bootable-thumb-drive-virus.html http://askthegeek.kennyhart.com/2007/03/update-how-to-make-bootable-thumb-drive_20.html “How to make a bootable thumb drive [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Once again, in May 2009, I have had to revise this article because Avira’s updates no longer work (thanks, Cindy, for your help in pointing out the problem to me). This new revision supercedes all previous articles I have posted on this subject; specifically, these two:</strong><br />
</em><a href="http://askthegeek.kennyhart.com/2005/12/how-to-make-bootable-thumb-drive-virus.html"></p>
<p>http://askthegeek.kennyhart.com/2005/12/how-to-make-bootable-thumb-drive-virus.html</a></p>
<p><a href="http://askthegeek.kennyhart.com/2007/03/update-how-to-make-bootable-thumb-drive_20.html" title="http://askthegeek.kennyhart.com/2007/03/update-how-to-make-bootable-thumb-drive_20.html">http://askthegeek.kennyhart.com/2007/03/update-how-to-make-bootable-thumb-drive_20.html</a></p>
<p>“How to make a bootable thumb drive virus scanner for NTFS” is the second most popular article on this site, outranked only by “My Computer Won’t Shut Down!” and I thank you for visiting <em><a href="http://askthegeek.kennyhart.com//" target="_blank">Ask the Geek</a></em> for advice on these issues. Because of the continuing popularity of the thumb drive virus scanner, I want to make sure you have up to date and relevant information. The two articles listed above are outdated.</p>
<p>The original DOS-based version of the thumb drive virus scanner used <a href="http://www.f-secure.com/download-purchase/tools.shtml" target="_blank">F-Prot Antivirus for DOS</a>, one of the best and most popular DOS-based?  scanners for nearly 20 years. Unfortunately, <a href="http://www.f-secure.com/" target="_blank">F-Secure</a> is no longer updating the virus definitions for that version. In fact, the F-Prot virus signatures are now almost two years old, making them virtually useless. Other vendors are following suit. I’ve had quite a bit of feedback asking me if I could solve this problem and provide an updated method of offline virus scanning.</p>
<p>The good news is that, yes, I’ve solved the problem, thanks to the fact that several vendors offer free bootable rescue CDs for download. Most of these run under some flavor of <a href="http://www.linux.org/" target="_blank">Linux</a> and after a bit of hacking, I found it’s a simple matter to make a bootable thumb drive from the images.</p>
<p><em><strong>Note: Avira has changed the ISO image *again* since this article was first posted. I have had comments from some people that the new ISOs just don’t work right on the thumb drive. As of May 2009, the VDF updates cause the old version to fail. I have revised the steps below and updated the BLTDVS toolkit. Because of?  the popularity of this toolkit, I am getting bills for excess bandwidth useage. If you find this toolkit useful, please consider making a donation by clicking the “Donate” button. As soon as I am notified of your donation (any amount, minimum $1), I’ll send you the link to the toolkit that contains the ISO image I originally tested.</strong></em></p>
<p>I chose the <a href="http://devbuilds.kaspersky-labs.com/devbuilds/RescueDisk/" title="Kaspersky Rescue CD" target="_blank">Kaspersky Rescue CD</a> from <a href="http://www.kaspersky.com/" title="Kaspersky Lab" target="_blank">Kaspersky Lab</a> for my latest incarnation of the thumb drive virus scanner. Since it runs under Linux, it has native NTFS read/write support making it unnecessary to use any third party tools like <a href="http://www.avira.de/en/products/avira_ntfs4dos.html" target="_blank">NTFS4DOS</a> (which is still available, but no longer supported by Avira).</p>
<p>Here’s how to be up and running with your own copy of my latest tool in just a few minutes. I’ve made it easy by providing everything you need, except the rescue CD image:</p>
<ol>
<li>I no longer require that you make a donation, but would appreciate it greatly. I’ve worked hard to keep the BLTDVS toolkit up to date and will contintue to do so.</li>
<li>I <em><strong>do require</strong></em> that you sign up on my list. That is the only way to get the download link and password for the BLTDVS toolkit. Once you sign up and confirm your subscription, the welcome email will give you instructions, a link to the new toolkit, and the password.</li>
<li><em>If you bypassed the fade-in sign-up form when you arrived at this page, you can </em><a href="http://askthegeek.kennyhart.com/index.php/sign-up/" title="Sign up for news!">click here</a> <em>to go to another sign-up page or click on Sign Up! in the toolbar to the right.</em></li>
<li>Download the BLTDVS toolkit from the link I send you.<strike> </strike></li>
<li>Extract the folder to the root of your hard drive.</li>
<li>Download the <a href="http://devbuilds.kaspersky-labs.com/devbuilds/RescueDisk/" title="Kaspersky Rescue CD" target="_blank">Kaspersky Rescue CD</a> ISO image</li>
<li>Move the CD ISO image to the BLTDVS_toolkit folder? <strike> </strike></li>
<li>Plug in your thumb drive.</li>
<li>Open the <em>BLTDVS_toolkit</em> folder and navigate to the <em>DriveKey</em> folder.</li>
<li>Run <em>HPUSBF.EXE</em> (command line version) or <em>HPUSBW.EXE</em> (windows version) and format your thumb drive using FAT or FAT32. Deselect the “Create a DOS startup disk” option.</li>
<li>Open the <em>BLTDVS_toolkit</em> folder and copy or move its contents to your thumb drive. Don’t move the actual folder.</li>
<li>On your thumb drive, double-click <em>avrescd.bat. </em>This will extract the necessary files from the ISO image to your thumb drive. Be sure you specify the right drive letter for your thumb drive.</li>
<li>Once the files have been extracted, <em>makeboot.bat</em> will be called automatically. See the caution in the next step!</li>
<li><strong>CAUTION! T</strong>his step is dangerous! Heed the warning message. Please verify the correct flash drive letter is being displayed before proceeding. Do not run this file on your hard drive or your current MBR will be overwritten rendering Windows unbootable. (This isn’t a complete disaster, but it takes some geeky knowledge to fix it.)?  NOTE: If you are usingVista, you may see a “failure to update the MBR” error. In this case, right-click the file and specify “Run as administrator.”</li>
<li>Hit any key to exit. You now have bootable Linux thumb drive virus scanner that will handle NTFS drives as well as most other formats.</li>
</ol>
<p>One really cool feature of the Kaspersky program is that it will allow you to update it over the Internet as long as you’re plugged into your network. It doesn’t work well with a wireless connection (which both of my laptops have), but I haven’t had a bit of trouble getting an address and updating when I’m plugged in.</p>
<p>Another great feature of the program is that it has a built in file manager, so you can also use it to recover files from an infected hard drive without having to boot into the native OS.</p>
<p>As always, feedback is welcome. I want to know how this tool is working for you.</p>
<p>(Thanks to PDLA ©2007 <a href="http://pendrivelinux.com/">http://pendrivelinux.com</a> and Lance ©2008?  <a href="http://pendrivelinux.com/">http://pendrivelinux.com</a>. Syslinux is ©1994-2006 H. Peter Anvin <a href="http://syslinux.zytor.com/" target="_blank">http://syslinux.zytor.com</a> for the files used in this tool.)</p>
<p>Cheers!<br />
The Geek</p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Ask+the+Geek+blog+post:+How+to+make+a+bootable+thumb+drive+virus+scanner+for+NTFS%3A+2009+update+http://fd6i4.th8.us" title="Post to Twitter"><img class="nothumb" src="http://askthegeek.kennyhart.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://askthegeek.kennyhart.com/index.php/2009/05/14/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2009-update/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to make a bootable thumb drive virus scanner for NTFS: 2008 update</title>
		<link>http://askthegeek.kennyhart.com/index.php/2008/09/10/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2008-update/</link>
		<comments>http://askthegeek.kennyhart.com/index.php/2008/09/10/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2008-update/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:45:44 +0000</pubDate>
		<dc:creator>The Geek</dc:creator>
				<category><![CDATA[Bootable thumb drive]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Offline virus scanner]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://askthegeek.kennyhart.com/index.php/2008/09/10/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2008-update/</guid>
		<description><![CDATA[Once again, in May 2009, I have had to revise this article because Avira&#8217;s updates no longer work (thanks, Cindy, for your help in pointing out the problem to me). You can find the latest revision here as well. This new revision supercedes all previous articles I have posted on this subject; specifically, these two: [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Once again, in May 2009, I have had to revise this article because Avira&#8217;s updates no longer work (thanks, Cindy, for your help in pointing out the problem to me). You can find the latest revision <a href="http://askthegeek.kennyhart.com/index.php/2009/05/14/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2009-update/" title="BLTDVS toolkit">here</a> as well. This new revision supercedes all previous articles I have posted on this subject; specifically, these two:</strong><br />
</em><a href="http://askthegeek.kennyhart.com/2005/12/how-to-make-bootable-thumb-drive-virus.html"></p>
<p>http://askthegeek.kennyhart.com/2005/12/how-to-make-bootable-thumb-drive-virus.html</a></p>
<p><a href="http://askthegeek.kennyhart.com/2007/03/update-how-to-make-bootable-thumb-drive_20.html" title="http://askthegeek.kennyhart.com/2007/03/update-how-to-make-bootable-thumb-drive_20.html">http://askthegeek.kennyhart.com/2007/03/update-how-to-make-bootable-thumb-drive_20.html</a></p>
<p>&#8220;How to make a bootable thumb drive virus scanner for NTFS&#8221; is the second most popular article on this site, outranked only by &#8220;My Computer Won&#8217;t Shut Down!&#8221; and I thank you for visiting <em><a href="http://askthegeek.kennyhart.com" target="_blank">Ask the Geek</a></em> for advice on these issues. Because of the continuing popularity of the thumb drive virus scanner, I want to make sure you have up to date and relevant information. The two articles listed above are outdated.</p>
<p>The original DOS-based version of the thumb drive virus scanner used <a href="http://www.f-secure.com/download-purchase/tools.shtml" target="_blank">F-Prot Antivirus for DOS</a>, one of the best and most popular DOS-based?  scanners for nearly 20 years. Unfortunately, <a href="http://www.f-secure.com" target="_blank">F-Secure</a> is no longer updating the virus definitions for that version. In fact, the F-Prot virus signatures are now almost two years old, making them virtually useless. Other vendors are following suit. I&#8217;ve had quite a bit of feedback asking me if I could solve this problem and provide an updated method of offline virus scanning.</p>
<p>The good news is that, yes, I&#8217;ve solved the problem, thanks to the fact that several vendors offer free bootable rescue CDs for download. Most of these run under some flavor of <a href="http://www.linux.org/" target="_blank">Linux</a> and after a bit of hacking, I found it&#8217;s a simple matter to make a bootable thumb drive from the images.</p>
<p><em><strong>Note: Avira has changed the ISO image *again* since this article was first posted. I have had comments from some people that the new ISOs just don&#8217;t work right on the thumb drive. As of May 2009, the VDF updates cause the old version to fail. I have revised the steps below and updated the BLTDVS toolkit. Because of?  the popularity of this toolkit, I am getting bills for excess bandwidth useage. If you find this toolkit useful, please consider making a donation by clicking the &#8220;Donate&#8221; button. As soon as I am notified of your donation (any amount, minimum $1), I&#8217;ll send you the link to the toolkit that contains the ISO image I originally tested.</strong></em></p>
<p>I chose the <a href="http://ftp.kaspersky-labs.com/devbuilds/RescueDisk/" title="Kaspersky Rescue CD" target="_blank">Kaspersky Rescue CD</a> from <a href="http://www.kaspersky.com/" title="Kaspersky Lab" target="_blank">Kaspersky Lab</a> for my latest incarnation of the thumb drive virus scanner. Since it runs under Linux, it has native NTFS read/write support making it unnecessary to use any third party tools like <a href="http://www.avira.de/en/products/avira_ntfs4dos.html" target="_blank">NTFS4DOS</a> (which is still available, but no longer supported by Avira).</p>
<p>Here&#8217;s how to be up and running with your own copy of my latest tool in just a few minutes. I&#8217;ve made it easy by providing everything you need, except the rescue CD image:</p>
<ol>
<li>I no longer require that you make a donation, but would appreciate it greatly. I&#8217;ve worked hard to keep the BLTDVS toolkit up to date and will contintue to do so.</li>
<li>I <em><strong>do require</strong></em> that you sign up on my list. That is the only way to get the download link and password for the BLTDVS toolkit. Once you sign up and confirm your subscription, the welcome email will give you instructions, a link to the new toolkit, and the password.</li>
<li><em>If you bypassed the fade-in sign-up form when you arrived at this page, you can </em><a href="http://askthegeek.kennyhart.com/index.php/sign-up/" title="Sign up for news!">click here</a> <em>to go to another sign-up page or click on Sign Up! in the toolbar to the right.</em></li>
<li>Download the BLTDVS toolkit from the link I send you.<strike> </strike></li>
<li>Extract the folder to the root of your hard drive.</li>
<li>Download the <a href="http://ftp.kaspersky-labs.com/devbuilds/RescueDisk/" title="Kaspersky Rescue CD" target="_blank">Kaspersky Rescue CD</a> ISO image</li>
<li>Move the CD ISO image to the BLTDVS_toolkit folder? <strike> </strike></li>
<li>Plug in your thumb drive.</li>
<li>Open the <em>BLTDVS_toolkit</em> folder and navigate to the <em>DriveKey</em> folder.</li>
<li>Run <em>HPUSBF.EXE</em> (command line version) or <em>HPUSBW.EXE</em> (windows version) and format your thumb drive using FAT or FAT32. Deselect the &#8220;Create a DOS startup disk&#8221; option.</li>
<li>Open the <em>BLTDVS_toolkit</em> folder and copy or move its contents to your thumb drive. Don&#8217;t move the actual folder.</li>
<li>On your thumb drive, double-click <em>avrescd.bat. </em>This will extract the necessary files from the ISO image to your thumb drive. Be sure you specify the right drive letter for your thumb drive.</li>
<li>Once the files have been extracted, <em>makeboot.bat</em> will be called automatically. See the caution in the next step!</li>
<li><strong>CAUTION! T</strong>his step is dangerous! Heed the warning message. Please verify the correct flash drive letter is being displayed before proceeding. Do not run this file on your hard drive or your current MBR will be overwritten rendering Windows unbootable. (This isn&#8217;t a complete disaster, but it takes some geeky knowledge to fix it.)?  NOTE: If you are usingVista, you may see a &#8220;failure to update the MBR&#8221; error. In this case, right-click the file and specify &#8220;Run as administrator.&#8221;</li>
<li>Hit any key to exit. You now have bootable Linux thumb drive virus scanner that will handle NTFS drives as well as most other formats.</li>
</ol>
<p>One really cool feature of the Kaspersky program is that it will allow you to update it over the Internet as long as you&#8217;re plugged into your network. It doesn&#8217;t work well with a wireless connection (which both of my laptops have), but I haven&#8217;t had a bit of trouble getting an address and updating when I&#8217;m plugged in.</p>
<p>Another great feature of the program is that it has a built in file manager, so you can also use it to recover files from an infected hard drive without having to boot into the native OS.</p>
<p>As always, feedback is welcome. I want to know how this tool is working for you.</p>
<p>(Thanks to PDLA ©2007 <a href="http://pendrivelinux.com">http://pendrivelinux.com</a> and Lance ©2008?  <a href="http://pendrivelinux.com">http://pendrivelinux.com</a>. Syslinux is ©1994-2006 H. Peter Anvin <a href="http://syslinux.zytor.com" target="_blank">http://syslinux.zytor.com</a> for the files used in this tool.)</p>
<p>Cheers!<br />
The Geek</p>
<p class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ff4fc726-fc20-4309-bc3b-f29cdcc27b85" style="margin: 0px; padding: 0px; display: inline; float: none">Technorati tags: <a href="http://technorati.com/tags/bootable%20linux%20thumb%20drive%20virus%20scanner%20for%20ntfs" rel="tag">bootable linux thumb drive virus scanner for ntfs</a>, <a href="http://technorati.com/tags/virus%20scanner" rel="tag">virus scanner</a>, <a href="http://technorati.com/tags/ntfs" rel="tag">ntfs</a>, <a href="http://technorati.com/tags/linux" rel="tag">linux</a>, <a href="http://technorati.com/tags/utilities" rel="tag">utilities</a>, <a href="http://technorati.com/tags/USB%20drive" rel="tag">USB drive</a>, <a href="http://technorati.com/tags/security%20toolkit" rel="tag">security toolkit</a>, <a href="http://technorati.com/tags/ask%20the%20geek" rel="tag">ask the geek</a>, <a href="http://technorati.com/tags/security%20corner" rel="tag">security corner</a>, <a href="http://technorati.com/tags/security%20tools" rel="tag">security tools</a>, <a href="http://technorati.com/tags/antivirus" rel="tag">antivirus</a></p>
<p align="left"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Ask+the+Geek+blog+post:+How+to+make+a+bootable+thumb+drive+virus+scanner+for+NTFS%3A+2008+update+http://66trz.th8.us" title="Post to Twitter"><img class="nothumb" src="http://askthegeek.kennyhart.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://askthegeek.kennyhart.com/index.php/2008/09/10/how-to-make-a-bootable-thumb-drive-virus-scanner-for-ntfs-2008-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
