<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HowTo &#8211; Remove the U3 system from your thumb drive</title>
	<atom:link href="http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/</link>
	<description>SysAdmin in Maine</description>
	<lastBuildDate>Thu, 10 Jun 2010 09:21:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sublimevelo</title>
		<link>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/comment-page-1/#comment-270</link>
		<dc:creator>sublimevelo</dc:creator>
		<pubDate>Sun, 25 Oct 2009 17:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://mainesysadmin.com/?p=143#comment-270</guid>
		<description>This series of steps only removes the drive *temporarily* The read-only system on the U3 drive reinstalls the app when you remount the volume.</description>
		<content:encoded><![CDATA[<p>This series of steps only removes the drive *temporarily* The read-only system on the U3 drive reinstalls the app when you remount the volume.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimcooncat</title>
		<link>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/comment-page-1/#comment-252</link>
		<dc:creator>jimcooncat</dc:creator>
		<pubDate>Thu, 14 May 2009 15:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://mainesysadmin.com/?p=143#comment-252</guid>
		<description>I&#039;m trying this method from a post at: 
http://noisetheatre.blogspot.com/2006/08/uninstall-u3-and-free-your-usb-drive.html

-----

Peter wrote at 21 January, 2009 05:21...
So hopefully someone will find this useful. After lots of googling I found that there weren&#039;t any instructions for removing U3 under linux. Truth be told, it&#039;s really easy, but the solution is as obscure as it is easy.

1)Mount the U3 &quot;cd&quot; partition
2)Run Mount to find out the name of the device that U3 is on. It should be some thing like scd#, the important part is the number there.
2.5) Just to be sure you&#039;ve got the right device check that /dev/sr# is a symlink to /dev/scd# that you just found.
3) Now that you know which device you&#039;re looking for you can start the actual removal. cd to /sys/class/block/sr#/device/
4)In this directory is a file named delete, it&#039;s write only by root, and if you write to it (I&#039;ve only ever tried with &quot;1&quot;) the U3 partition will be removed. With root privileges &#039;echo &quot;1&quot; &gt; delete&#039; removes it quite nicely.

------
Here was my results:

1) I just plugged it in, it automounted
2) jim@mickey:~$ mount
... /dev/sdb1 on /media/disk type vfat (rw,nosuid,nodev,shortname=mixed,uid=1000,utf8,umask=077)
2.5) jim@mickey:~$ ls -l /dev/sr0
lrwxrwxrwx 1 root root 4 2009-05-12 07:04 /dev/sr0 -&gt; scd0
3) jim@mickey:~$ cd /sys/block/sr0/device/
jim@mickey:/sys/block/sr0/device$ ls -l delete
--w------- 1 root root 4096 2009-05-14 11:32 deletjim@mickey:/sys/block/sr0/device$ sudo -i
root@mickey:~# cd /sys/block/sr0/device
root@mickey:/sys/block/sr0/device# echo &quot;1&quot; &gt; root@mickey:/sys/block/sr0/device# exit

After all that, it didn&#039;t appear to do anything. I must be missing a step. I plugged it into a Win2k machine, and the U3 launchpad came up. I removed the software using the uninstall feature of U3.

So I guess that was a bust, but I&#039;ll have more drives in the future to try this with.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying this method from a post at:<br />
<a href="http://noisetheatre.blogspot.com/2006/08/uninstall-u3-and-free-your-usb-drive.html" rel="nofollow">http://noisetheatre.blogspot.com/2006/08/uninstall-u3-and-free-your-usb-drive.html</a></p>
<p>&#8212;&#8211;</p>
<p>Peter wrote at 21 January, 2009 05:21&#8230;<br />
So hopefully someone will find this useful. After lots of googling I found that there weren&#8217;t any instructions for removing U3 under linux. Truth be told, it&#8217;s really easy, but the solution is as obscure as it is easy.</p>
<p>1)Mount the U3 &#8220;cd&#8221; partition<br />
2)Run Mount to find out the name of the device that U3 is on. It should be some thing like scd#, the important part is the number there.<br />
2.5) Just to be sure you&#8217;ve got the right device check that /dev/sr# is a symlink to /dev/scd# that you just found.<br />
3) Now that you know which device you&#8217;re looking for you can start the actual removal. cd to /sys/class/block/sr#/device/<br />
4)In this directory is a file named delete, it&#8217;s write only by root, and if you write to it (I&#8217;ve only ever tried with &#8220;1&#8243;) the U3 partition will be removed. With root privileges &#8216;echo &#8220;1&#8243; &gt; delete&#8217; removes it quite nicely.</p>
<p>&#8212;&#8212;<br />
Here was my results:</p>
<p>1) I just plugged it in, it automounted<br />
2) jim@mickey:~$ mount<br />
&#8230; /dev/sdb1 on /media/disk type vfat (rw,nosuid,nodev,shortname=mixed,uid=1000,utf8,umask=077)<br />
2.5) jim@mickey:~$ ls -l /dev/sr0<br />
lrwxrwxrwx 1 root root 4 2009-05-12 07:04 /dev/sr0 -&gt; scd0<br />
3) jim@mickey:~$ cd /sys/block/sr0/device/<br />
jim@mickey:/sys/block/sr0/device$ ls -l delete<br />
&#8211;w&#8212;&#8212;- 1 root root 4096 2009-05-14 11:32 deletjim@mickey:/sys/block/sr0/device$ sudo -i<br />
root@mickey:~# cd /sys/block/sr0/device<br />
root@mickey:/sys/block/sr0/device# echo &#8220;1&#8243; &gt; root@mickey:/sys/block/sr0/device# exit</p>
<p>After all that, it didn&#8217;t appear to do anything. I must be missing a step. I plugged it into a Win2k machine, and the U3 launchpad came up. I removed the software using the uninstall feature of U3.</p>
<p>So I guess that was a bust, but I&#8217;ll have more drives in the future to try this with.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
