<?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>Plugable &#187; Tips</title>
	<atom:link href="http://plugable.com/category/all/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://plugable.com</link>
	<description>Do more with one simple USB cable</description>
	<lastBuildDate>Fri, 02 Jul 2010 19:23:19 +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>Workaround for Mac OS X Conflicts between DisplayLink and USB ethernet</title>
		<link>http://plugable.com/2010/06/16/workaround-for-mac-os-x-conflicts-between-displaylink-and-usb-ethernet/</link>
		<comments>http://plugable.com/2010/06/16/workaround-for-mac-os-x-conflicts-between-displaylink-and-usb-ethernet/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 07:00:07 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Laptop Dock]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1091</guid>
		<description><![CDATA[Plugable uses DisplayLink chips for USB graphics, and ASIX chips for USB Ethernet functionality. And we have both chips in devices like our Plugable USB 2.0 Universal Docking Station. Unfortunately, on Mac OS X, there is a conflict between recent DisplayLink drivers 1.5+ and the Apple drivers (AppleUSBEthernet) for ASIX chips. The DisplayLink drivers appear [...]]]></description>
			<content:encoded><![CDATA[<p>Plugable uses DisplayLink chips for USB graphics, and ASIX chips for USB Ethernet functionality.  And we have both chips in devices like our <a href="http://plugable.com/products/ud-160-a/">Plugable USB 2.0 Universal Docking Station</a>.</p>
<p>Unfortunately, on Mac OS X, there is a conflict between recent DisplayLink drivers 1.5+ and the Apple drivers (AppleUSBEthernet) for ASIX chips. The DisplayLink drivers appear to open other USB devices as part of enumeration. As a side effect, this causes USB ethernet devices to show as &#8220;disconnected&#8221; upon return from system boot or hibernate.</p>
<p>That&#8217;s in addition to other graphics and ethernet driver compatibility breaks that Apple&#8217;s recent OS X 10.6 updates have introduced, including breaking AppleUSBEthernet for non-Apple USB ethernet hardware.</p>
<p>Until these issues settle down and are fixed in the drivers from DisplayLink, ASIX, and Apple, here is a workaround for the current issues with the ethernet function of the Plugable Universal Docking Station:</p>
<p>Step 1 is to download and install ASIX drivers that are compatible with recent Mac OS X 10.6:  <a href="http://plugable.com/wp-content/uploads/2010/04/AppleDefaultDriver_v2.1.5.zip">http://plugable.com/wp-content/uploads/2010/04/AppleDefaultDriver_v2.1.5.zip</a></p>
<p>Step 2 is to copy the following script to a file (call it &#8220;install&#8221;), and run &#8220;sudo ./install&#8221;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#!/bin/bash&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>plugable-eth-reset
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #7a0874; font-weight: bold;">echo</span> kextunload <span style="color: #660033;">-b</span> com.apple.driver.AppleUSBEthernet <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>plugable-eth-reset
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #7a0874; font-weight: bold;">echo</span> kextload <span style="color: #660033;">-b</span> com.apple.driver.AppleUSBEthernet <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>plugable-eth-reset
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chown</span> root <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>plugable-eth-reset
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> o+x <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>plugable-eth-reset
<span style="color: #c20cb9; font-weight: bold;">sudo</span> defaults <span style="color: #c20cb9; font-weight: bold;">write</span> com.apple.loginwindow LoginHook <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>plugable-eth-reset</pre></div></div>

<p>Now, logging out and logging back in will automatically reload the ethernet driver.  Unfortunately, this does not cover the return from low-power cases.  Unless we find an improvement to the workaround, you&#8217;ll have to log out/log in or just run &#8220;sudo /usr/bin/eth-reset&#8221; so trigger the script.</p>
<p>As there may be variations in systems out there, please comment if you get different results, and we&#8217;ll post an update here at Plugable if (as we hope) this is fixed more directly in the DisplayLink or ASIX drivers in the future.</p>
<p>And, generally if you&#8217;re a Mac OS X user, please be cautious about OS updates which might break 3rd party hardware drivers.  If you have non-Apple USB hardware, consider deferring updates until there&#8217;s time for other people to report on forums about compatibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/06/16/workaround-for-mac-os-x-conflicts-between-displaylink-and-usb-ethernet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux Support For Higher-Res Monitors on Lower-Res DisplayLink Devices</title>
		<link>http://plugable.com/2010/05/21/linux-support-for-higher-res-monitors-on-lower-res-displaylink-devices/</link>
		<comments>http://plugable.com/2010/05/21/linux-support-for-higher-res-monitors-on-lower-res-displaylink-devices/#comments</comments>
		<pubDate>Fri, 21 May 2010 16:40:19 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[udlfb]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=914</guid>
		<description><![CDATA[On Windows and Mac, if you plug in a monitor with a higher resolution than your adapter supports, the driver will automatically fall back to the best common mode between the two. Linux hasn&#8217;t had that support &#8212; it would try to set the highest mode the monitor is capable of, often resulting in a [...]]]></description>
			<content:encoded><![CDATA[<p>On Windows and Mac, if you plug in a monitor with a higher resolution than your adapter supports, the driver will automatically fall back to the best common mode between the two.</p>
<p>Linux hasn&#8217;t had that support &#8212; it would try to set the highest mode the monitor is capable of, often resulting in a black screen.  Especially common for the DL-125 chip, with its mode limits of 1440&#215;900/1280&#215;1024.</p>
<p>That&#8217;s a shame because the DL-125 chip is a smart choice in many cases &#8211; by limiting itself to those lower modes, it stays more consistently within the limits of the USB 2.0 bus, resulting in more consistent performance.</p>
<p>So coinciding with the launch of Plugable&#8217;s DisplayLink DL-125 based products (<a href="/products/uga-125">UGA-125</a> and <a href="/products/uga-125-hub">UGA-125-HUB</a>), changes have been implemented to bring Linux roughly up to the level of Windows and Mac in this area for DisplayLink devices.  This also helps devices like the <a href="/products/ud-160-a">UD-160-A</a> when running on monitors greater than its limit of 1920&#215;1080.</p>
<p>The kernel framebuffer driver udlfb <a href="http://git.plugable.com/gitphp/index.php?p=udlfb&#038;a=commitdiff&#038;h=1bbba9e8123453ce1677fc247abc356c7040892c">has been enhanced to read the resolution limit from the firmware descriptors of the device, and adhere to it</a>.</p>
<p>On the X server side, we needed a driver which would limit itself to the resulting reduced mode list.  Unfortunately, the existing displaylink X server reads EDID directly, and assumes the adapter can do whatever the monitor can do. </p>
<p>We&#8217;ve been wanting to get rid of the need for a displaylink-specific X server, and the standard xf86-video-fbdev driver runs with the best existing mode, rather than trying to set a higher one in EDID.  So this was a good trigger for converting over.</p>
<p>So <a href="http://git.plugable.com/gitphp/index.php?p=xf86-video-fbdev&#038;a=commitdiff&#038;h=388fd2b6a20eb396ccface5b2cf2ec907ec96ba4">xf86-video-fbdev has been enhanced with X Damage protocol support</a>, ported from Roberto&#8217;s displaylink driver.  This is still a little in-flux from an interface perspective, but from a functional perspective it&#8217;s done and fully performant.  </p>
<p>So it&#8217;s now possible to run with a modified generic fbdev driver, which talks to udlfb, with full performance and without needing defio (although there&#8217;s also some good news in the defio space, which will be posted about later).</p>
<p>You can grab the latest udlfb kernel module with a &#8220;git clone http://git.plugable.com/webdav/udlfb&#8221;. Compile with &#8220;make &#038;&#038; sudo make install &#038;&#038; sudo depmod -a&#8221;</p>
<p>And you can grab the latest modified xf86-video-fbdev with a &#8220;git clone http://git.plugable.com/webdav/xf86-video-fbdev&#8221;.  Compile with &#8220;./autogen.sh &#038;&#038; make &#038;&#038; sudo make install&#8221;</p>
<p>You&#8217;ll need a very recent xorg-macros version (1.4), which in package &#8220;sudo apt-get install xutils-dev&#8221;</p>
<p>To use the new X server, you must turn on the new &#8220;ReportDamage&#8221; option to fbdev. Modify your <a href="http://plugable.com/2009/11/16/setting-up-usb-multiseat-with-displaylink-on-linux-gdm-up-to-2-20/">existing xorg conf </a>like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Section <span style="color: #ff0000;">&quot;Device&quot;</span>
  Identifier <span style="color: #ff0000;">&quot;dl&quot;</span>
  Driver <span style="color: #ff0000;">&quot;fbdev&quot;</span>
  Option <span style="color: #ff0000;">&quot;ReportDamage&quot;</span> <span style="color: #ff0000;">&quot;true&quot;</span>
  Option <span style="color: #ff0000;">&quot;fbdev&quot;</span> <span style="color: #ff0000;">&quot;/dev/fb0&quot;</span>
EndSection</pre></div></div>

<p>And you should be all set to go.   This new X server should work with the existing udlfb in the staging tree of kernel 2.6.31+ for now, as it&#8217;s re-using the same original ioctl.  But may require modeset changes that are only in 2.6.34+.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/05/21/linux-support-for-higher-res-monitors-on-lower-res-displaylink-devices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Multi-Monitor Tips and Tricks</title>
		<link>http://plugable.com/2010/05/18/windows-7-multi-monitor-tips-and-tricks/</link>
		<comments>http://plugable.com/2010/05/18/windows-7-multi-monitor-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 18 May 2010 17:24:48 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Portrait Display]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=905</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/wYFtkMlLOv8&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wYFtkMlLOv8&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/05/18/windows-7-multi-monitor-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make the Most of Your Multiple Monitors in Windows 7</title>
		<link>http://plugable.com/2010/04/28/how-to-make-the-most-of-your-multiple-monitors-in-windows-7/</link>
		<comments>http://plugable.com/2010/04/28/how-to-make-the-most-of-your-multiple-monitors-in-windows-7/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 23:45:16 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Portrait Display]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=862</guid>
		<description><![CDATA[Lifehacker has just posted a great article: How to Make the Most of Your Multiple Monitors in Windows 7. Some of our favorite tips from the article: Turn on Window&#8217;s &#8220;Show location of pointer when I press the CTRL key&#8221; feature The hotkey Win-[up, down, left, right] for maximizing, restoring and moving windows across monitors [...]]]></description>
			<content:encoded><![CDATA[<p>Lifehacker has just posted a great article: <a href="http://lifehacker.com/5526025/make-the-most-of-your-multiple-monitors-in-windows-7">How to Make the Most of Your Multiple Monitors in Windows 7</a>.</p>
<p>Some of our favorite tips from the article:</p>
<ul>
<li>Turn on Window&#8217;s &#8220;Show location of pointer when I press the CTRL key&#8221; feature</li>
<li>The hotkey Win-[up, down, left, right] for maximizing, restoring and moving windows across monitors</li>
<li>Their recommended links to find cool multimonitor wallpaper</li>
</ul>
<p>In any case, it&#8217;s a must-read post for the multi-monitor aficionado.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/04/28/how-to-make-the-most-of-your-multiple-monitors-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DisplayLink: Greener Multi-Monitor Solution</title>
		<link>http://plugable.com/2010/04/22/displaylink-greener-multi-monitor-solution/</link>
		<comments>http://plugable.com/2010/04/22/displaylink-greener-multi-monitor-solution/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 02:55:36 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Evaluating]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=851</guid>
		<description><![CDATA[This video shows two similar 2-monitor setups: the first using PCIe graphics, the other using Intel chipset graphics + a DisplayLink USB chip like the kind used in Plugable&#8217;s products. The DisplayLink solution takes the power consumption from ~80W down to ~50W. Over time, and as you add more monitors, that&#8217;s a huge savings. Read [...]]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/GmTM2p5798U&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GmTM2p5798U&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>This video shows two similar 2-monitor setups: the first using PCIe graphics, the other using Intel chipset graphics + a DisplayLink USB chip like the kind used in Plugable&#8217;s products.</p>
<p>The DisplayLink solution takes the power consumption from ~80W down to ~50W.  Over time, and as you add more monitors, that&#8217;s a huge savings. </p>
<p>Read more about this at <a href="http://www.displaylink.com/power_saving.html">http://www.displaylink.com/power_saving.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/04/22/displaylink-greener-multi-monitor-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X 10.6.3 and DisplayLink Rotation</title>
		<link>http://plugable.com/2010/03/30/os-x-10-6-3-and-displaylink/</link>
		<comments>http://plugable.com/2010/03/30/os-x-10-6-3-and-displaylink/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:50:35 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Portrait Display]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[10.6.3]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[displaylink]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=764</guid>
		<description><![CDATA[There are reports of a few problems with the just-released OS X 10.6.3 update from Apple, and current DisplayLink drivers (1.5 and 1.6 beta) for Mac. In particular, displays in a rotated (portrait) configuration are corrupted. Switching back to standard unrotated mode is a workaround. DisplayLink users on Mac might want to hold off on [...]]]></description>
			<content:encoded><![CDATA[<p>There are reports of a few problems with <a href="http://support.apple.com/kb/HT4014">the just-released OS X 10.6.3 update from Apple</a>, and current DisplayLink drivers (1.5 and 1.6 beta) for Mac.  In particular, <a href="http://displaylink.org/forum/showthread.php?t=281">displays in a rotated (portrait) configuration are corrupted</a>.  Switching back to standard unrotated mode is a workaround.</p>
<p>DisplayLink users on Mac might want to hold off on Apple&#8217;s update until any problems are shaken out.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/03/30/os-x-10-6-3-and-displaylink/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Multi-Monitor Madness</title>
		<link>http://plugable.com/2010/03/25/multi-monitor-madness/</link>
		<comments>http://plugable.com/2010/03/25/multi-monitor-madness/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 06:27:00 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Evaluating]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=751</guid>
		<description><![CDATA[This is an older video from NetworkWorld.TV showing an earlier iteration of the DisplayLink technology we use at Plugable. A few things that have evolved since the video: * Windows Vista, Windows 7, and Mac support * Open Source exists for programming the DisplayLink chips * It&#8217;s hard to find monitors with DisplayLink integrated, but [...]]]></description>
			<content:encoded><![CDATA[<p>This is an older video from NetworkWorld.TV showing an earlier iteration of the DisplayLink technology we use at Plugable.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/cd2g3ISiBwU&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cd2g3ISiBwU&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>A few things that have evolved since the video:</p>
<p>* Windows Vista, Windows 7, and Mac support<br />
* Open Source exists for programming the DisplayLink chips<br />
* It&#8217;s hard to find monitors with DisplayLink integrated, but it&#8217;s easy to find the adapters that work with any monitor (<a href="/products/uga-2k-a/">like our UGA-2K-A</a>, which uses the DisplayLink DL-195 chip)<br />
* The video showed an adapter with only VGA out.  Our provides the more flexible DVI out, and includes simple, passive DVI->VGA and DVI->HDMI adapters which work transparently.<br />
* The video doesn&#8217;t talk about resolutions, but the newest chips like the DisplayLink DL-195 can hit higher resolutions and/or have higher quality motion video playback at lower resolutions.</p>
<p>And it&#8217;s still the best and easiest way to outfit a cool bat cave.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/03/25/multi-monitor-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picking the right filesystem across Win, Mac, and Linux</title>
		<link>http://plugable.com/2010/03/16/picking-the-right-filesystem-across-win-mac-and-linux/</link>
		<comments>http://plugable.com/2010/03/16/picking-the-right-filesystem-across-win-mac-and-linux/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 01:28:36 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[SATADOCK-USB2-C1]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=714</guid>
		<description><![CDATA[Tuxera, a company that provides both open source and commercial filesystem drivers, announced the millionth download of NTFS for Mac today &#8212; that&#8217;s a large number, with many or most downloads being the free NTFS-3G solution. We use NTFS-3G on Mac OS 10.4 here, in combination with the Plugable USB 2.0 SATA All-in-one Storage Dock [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tuxera.com/">Tuxera</a>, a company that provides both open source and commercial filesystem drivers, announced the millionth download of NTFS for Mac today &#8212; that&#8217;s a large number, with many or most downloads being the free <a href="http://macntfs-3g.blogspot.com/">NTFS-3G solution</a>.  </p>
<p>We use NTFS-3G on Mac OS 10.4 here, in combination with the Plugable USB 2.0 SATA All-in-one Storage Dock and large TB+ SATA drives. Along with built-in NTFS support on Windows XP and up, and all recent Linux distros, this lets us easily swap a single USB cable between Windows, Mac, and Linux and have all three be able to read and write the drive(s).  </p>
<p>Overall, this is a good solution for developers who have to span multiple platforms, for people who use boot camp to switch between Mac and Windows, or for increasingly common multi-platform offices that are using external storage docks for backup.</p>
<p>And it&#8217;s nice having a both an open source and a (better performing) commercially supported option.</p>
<p>It used to be that the venerable FAT32 filesystem was best way to format a drive to make sure you could easily read and write it from Windows, Mac, and Linux.  But FAT32 has some limits that are especially problematic for today&#8217;s large drives 1 TB and up:</p>
<ul>
<li>Hard limit of 4GB on any individual file (think home movies of 30 mins or more)</li>
<li>FAT32 needs large cluster size for large disks &#8211; which means wasted disk space in the case of many small files</li>
<li>Partition size limits that can get as small as 32GB, and certainly hit at 2TB</li>
</ul>
<p>There are various ways to read and write filesystems native to one OS on another.  But there are also lots of pitfalls.  All things considered, NTFS is the best compromise today.</p>
<p>For more background:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/314463">Windows FAT32 filesystem limits</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/cc778410%28WS.10%29.aspx">Windows NTFS filesystem limits</a></li>
<li><a href="http://support.apple.com/kb/HT2422">Mac HFS+ filesystem limits</a></li>
<li><a href="http://en.wikipedia.org/wiki/Ext4">Linux Ext filesystem limits</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/03/16/picking-the-right-filesystem-across-win-mac-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notebooks.com &#8220;how would you use it&#8221; contest</title>
		<link>http://plugable.com/2010/03/12/notebook-com-how-would-you-use-it-contest/</link>
		<comments>http://plugable.com/2010/03/12/notebook-com-how-would-you-use-it-contest/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 22:33:03 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=684</guid>
		<description><![CDATA[Notebooks.com is running a contest &#8211; &#8220;Tell us how you would use a DisplayLink USB video adapter.&#8221; Add your thoughts to the comments on their post, and they&#8217;ll enter you into a drawing that will be held after March 19th. While those free adapters aren&#8217;t quite as nice as ours here at Plugable, but they&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>Notebooks.com is running a contest &#8211; &#8220;Tell us how you would use a DisplayLink USB video adapter.&#8221; Add your thoughts to the <a href="http://www.notebooks.com/2010/03/12/contest-add-another-monitor-with-displaylink/">comments on their post</a>, and they&#8217;ll enter you into a drawing that will be held after March 19th.</p>
<p>While those free adapters aren&#8217;t <em>quite</em> as nice as ours here at Plugable, but they&#8217;d still be a fun win. </p>
<p>And at the post there, you can get an idea what interesting things other people are doing with their USB-attached displays.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/03/12/notebook-com-how-would-you-use-it-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7 Plug and Play with the UGA-2K-A</title>
		<link>http://plugable.com/2010/03/05/win7-plug-and-play-with-the-uga-2k-a/</link>
		<comments>http://plugable.com/2010/03/05/win7-plug-and-play-with-the-uga-2k-a/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 07:31:22 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Installing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=591</guid>
		<description><![CDATA[Attach your new Plugable USB graphics adapter to a Win 7 PC. What happens? .. driver is found and downloaded from Microsoft&#8217;s Windows Update system&#8230; &#8230; and a DisplayLink EULA and a bunch of screen flashes later &#8230; Windows 7 and a network connection takes care of it. No driver disk needed.]]></description>
			<content:encoded><![CDATA[<p>Attach your new Plugable USB graphics adapter to a Win 7 PC.  What happens?</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/03/UGA-2k-a-searching.png"><img src="http://plugable.com/wp-content/uploads/2010/03/UGA-2k-a-searching.png" alt="" title="UGA-2k-a-searching" width="536" height="211" class="alignnone size-full wp-image-592" /></a></p>
<p>.. driver is found and downloaded from Microsoft&#8217;s Windows Update system&#8230;</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/03/uga-2k-a-installing.png"><img src="http://plugable.com/wp-content/uploads/2010/03/uga-2k-a-installing.png" alt="" title="uga-2k-a-installing" width="536" height="181" class="alignnone size-full wp-image-593" /></a></p>
<p>&#8230; and a DisplayLink EULA and a bunch of screen flashes later &#8230;</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/03/UGA-2K-A-Windows-7-Driver-Install-Result.png"><img src="http://plugable.com/wp-content/uploads/2010/03/UGA-2K-A-Windows-7-Driver-Install-Result.png" alt="" title="UGA-2K-A-Windows 7-Driver-Install-Result" width="536" height="181" class="alignnone size-full wp-image-594" /></a></p>
<p>Windows 7 and a network connection takes care of it.  No driver disk needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/03/05/win7-plug-and-play-with-the-uga-2k-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
