<?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>HowToBSD &#187; htc</title>
	<atom:link href="http://howtobsd.com/tag/htc/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>HTC Wildfire freebsd</title>
		<link>http://howtobsd.com/hardware/htc-wildfire-freebsd.html</link>
		<comments>http://howtobsd.com/hardware/htc-wildfire-freebsd.html#comments</comments>
		<pubDate>Sun, 16 Oct 2011 15:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=494</guid>
		<description><![CDATA[This post describes how to mount htc wildfire flash disk on FreeBSD. Actually it is not especially trick for HTC Wildfire and solution will be the same for mounting another flash disks which are not mounting automatically. Take a look at dmesg: howtobsd# dmesg -a &#124; tail ..... da0 at umass-sim0 bus 0 scbus0 target [...]]]></description>
				<content:encoded><![CDATA[<p>This post describes how to mount htc wildfire flash disk on FreeBSD.<br />
Actually it is not especially trick for HTC Wildfire and solution will be the same for mounting another flash disks which are not mounting automatically.<br />
Take a look at dmesg:<br />
<code>howtobsd# dmesg -a | tail<br />
.....<br />
da0 at umass-sim0 bus 0 scbus0 target 0 lun 0<br />
da0: <HTC Android Phone 0100> Removable Direct Access SCSI-2 device<br />
da0: 40.000MB/s transfers<br />
da0: Attempt to query device size failed: NOT READY, Medium not present</code></p>
<p>make next command to find out name of partition of our device (I hope you will try to mount in exist directory <img src='http://howtobsd.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ):<br />
<code>howtobsd#mount /dev/da0 /mnt/flash<br />
mount: /dev/da0 : Invalid argument</code></p>
<p>Ignore this message and looking at /dev directory &#8211; there should appear new device:<br />
<code>howtobsd#ls -l /dev/da*<br />
crw-r-----  1 root  operator    0, 143 16 окт 17:57 /dev/da0<br />
crw-r-----  1 root  operator    0, 144 16 окт 18:29 /dev/da0s1</code></p>
<p>And now we are ready to mount it:</p>
<p><code>mount_msdosfs /dev/da0s1 /mnt/flash/  </code></p>
<p>Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/hardware/htc-wildfire-freebsd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
