<?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>Make Tech Easier&#187; NTFS</title>
	<atom:link href="http://maketecheasier.com/tag/ntfs/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Easily Automount Windows NTFS partition in Ubuntu</title>
		<link>http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06</link>
		<comments>http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06#comments</comments>
		<pubDate>Fri, 06 Apr 2012 14:58:53 +0000</pubDate>
		<dc:creator>Abhishek Prakash</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[automount]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=47962</guid>
		<description><![CDATA[There are a great number of Linux users who dual boot their computer with Windows. And in situation like this, one has to make different partitions to separate Windows and Linux partition. Windows usually (not always) uses NTFS file format while Linux is usually (again, not always) installed in Ext3... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06&amp;title=How+to+Easily+Automount+Windows+NTFS+partition+in+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06">How to Easily Automount Windows NTFS partition in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/04/Automount-NTFS-hard-disk.jpg" alt="Automount-NTFS-hard-disk" title="Automount-NTFS-hard-disk" class="alignleft size-full wp-image-48187" />There are a great number of Linux users who dual boot their computer with Windows. And in situation like this, one has to make different partitions to separate Windows and Linux partition. Windows usually (not always) uses NTFS file format while Linux is usually (again, not always) installed in Ext3 or Ext4 file format. While using Linux, one has to manually mount the drives. It doesn&#8217;t take time in mounting but in some situation you might prefer to have it automatically mounted at each start-up for e.g., if your Music files are on the NTFS partition and you want to use the same directory in Linux it is advisable to auto mount that drive. In this tutorial I will show you the easiest way to mount Windows NTFS partition at each start-up.<br />
<span id="more-47962"></span><br />
One way to <a title="http://www.computerandyou.net/2011/05/how-to-mount-a-windows-partition-on-linux-automatically-on-each-start-up/" href="http://www.computerandyou.net/2011/05/how-to-mount-a-windows-partition-on-linux-automatically-on-each-start-up/" target="_blank"> automount NTFS drive is by editing fstab</a>, but that might not be simple for beginner Linux users. An alternative way is to use a GUI tool named <em>ntfs-config</em>. </p>
<p>Open the terminal ( Ctrl+Alt+T ) and use the following command to install the tool:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ntfs-config</pre></div></div>

<p>Alternatively, you can install it from Ubuntu Software Center.</p>
<p>Before using, we need to tweak the tool a bit as there is a known bug which stops the tool from working properly. It looks for a directory which needs to be created. In the terminal, use the following command to create the mentioned directory:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>hal<span style="color: #000000; font-weight: bold;">/</span>fdi<span style="color: #000000; font-weight: bold;">/</span>policy</pre></div></div>

<p>Now we are ready to use the ntfs-config tool. Launch ntfs-config. Remember, it needs administrative rights to run the tool. When you start the tool, it lists all the partitions that are available on your computer. The interface looks like this:</p>
<p><img class="aligncenter size-full wp-image-48012" title="Automount-NTFS-Configuration" src="http://imagecdn.maketecheasier.com/2012/04/Automount-NTFS-Configuration.png" alt="Automount-NTFS-Configuration" /></p>
<p>As shown in the picture above, there are three NTFS drives present on my computer. Check the box adjacent to the drive you want to automount. In the place for &lt;Enter a mount point&gt; you can put the name which you want to use for that particular drive for e.g., windows1.</p>
<p>If you want all of your NTFS partition to be automounted, just click on &#8220;Auto Configure&#8221; and it will take care of the rest of the stuff.</p>
<p>By the way, in case you do not know which drive is numbered what (i.e. /dev/sdaX which is not similar to Windows naming convention of drives), you can use the following command in terminal to find it out.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> fdisk <span style="color: #660033;">-l</span></pre></div></div>

<p>which outputs (for my computer) like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Device Boot      Start         End      Blocks   Id  System
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda1   <span style="color: #000000; font-weight: bold;">*</span>        <span style="color: #000000;">2048</span>      <span style="color: #000000;">206847</span>      <span style="color: #000000;">102400</span>    <span style="color: #000000;">7</span>  HPFS<span style="color: #000000; font-weight: bold;">/</span>NTFS<span style="color: #000000; font-weight: bold;">/</span>exFAT
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda2          <span style="color: #000000;">206848</span>   <span style="color: #000000;">215541759</span>   <span style="color: #000000;">107667456</span>    <span style="color: #000000;">7</span>  HPFS<span style="color: #000000; font-weight: bold;">/</span>NTFS<span style="color: #000000; font-weight: bold;">/</span>exFAT
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda3       <span style="color: #000000;">215544166</span>   <span style="color: #000000;">625141759</span>   <span style="color: #000000;">204798797</span>    f  W95 Ext <span style="color: #7a0874; font-weight: bold;">&#40;</span>LBA<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda5       <span style="color: #000000;">215544168</span>   <span style="color: #000000;">420340724</span>   <span style="color: #000000;">102398278</span>+   <span style="color: #000000;">7</span>  HPFS<span style="color: #000000; font-weight: bold;">/</span>NTFS<span style="color: #000000; font-weight: bold;">/</span>exFAT
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda6       <span style="color: #000000;">420340788</span>   <span style="color: #000000;">504296414</span>    <span style="color: #000000;">41977813</span>+   <span style="color: #000000;">7</span>  HPFS<span style="color: #000000; font-weight: bold;">/</span>NTFS<span style="color: #000000; font-weight: bold;">/</span>exFAT
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda7       <span style="color: #000000;">535547904</span>   <span style="color: #000000;">545062911</span>     <span style="color: #000000;">4757504</span>   <span style="color: #000000;">82</span>  Linux swap <span style="color: #000000; font-weight: bold;">/</span> Solaris
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda8       <span style="color: #000000;">545064960</span>   <span style="color: #000000;">625141759</span>    <span style="color: #000000;">40038400</span>   <span style="color: #000000;">83</span>  Linux
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda9       <span style="color: #000000;">504297472</span>   <span style="color: #000000;">529539071</span>    <span style="color: #000000;">12620800</span>   <span style="color: #000000;">83</span>  Linux
<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda10      <span style="color: #000000;">529541120</span>   <span style="color: #000000;">535543807</span>     <span style="color: #000000;">3001344</span>   <span style="color: #000000;">82</span>  Linux swap <span style="color: #000000; font-weight: bold;">/</span> Solaris</pre></div></div>

<p>In the output, look for the column Blocks. This gives the size of the partition in bytes. In the example above, 102398278 bytes can roughly be estimated as 102 GB.</p>
<p>Once you select the mount point, it gives you option of enabling write support for the drives. Its up to you if you want this feature.</p>
<p><img class="aligncenter size-full wp-image-48017" title="Automount-NTFS-Writable" src="http://imagecdn.maketecheasier.com/2012/04/Automount-NTFS-Writable.png" alt="Automount-NTFS-Writable" /></p>
<p>Save and close and you are done with a reboot. You will find your drive(s) automatically mounted at the start-up.</p>
<p>Your questions and suggestions are always welcomed. Do not forget to subscribe to the site for more helpful article to make your tech-life easier. Cheers :)</p>
<p>Image credit: <a href="http://www.bigstockphoto.com/image-28824119/stock-photo-hard-disk-drive" target="_blank">Hard Disk Drive</a> by Big Stock Photo<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' title='How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li>
<li><a href='http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29' title='How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy '>How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy </a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06&amp;title=How+to+Easily+Automount+Windows+NTFS+partition+in+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06">How to Easily Automount Windows NTFS partition in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Easily Mount NTFS Partition in Mac Snow Leopard</title>
		<link>http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04</link>
		<comments>http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04#comments</comments>
		<pubDate>Tue, 04 May 2010 22:00:22 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=15229</guid>
		<description><![CDATA[While Mac Snow Leopard comes with support for NTFS volumne, it doesn&#8217;t really automatically mount it (or provide you a way to mount it) upon booting up. Most people resort to MacFuse and NTFS-3G while others tried various hacks just to get their NTFS partition working in the Finder, with... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04&amp;title=How+to+Easily+Mount+NTFS+Partition+in+Mac+Snow+Leopard&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04">How to Easily Mount NTFS Partition in Mac Snow Leopard</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/05/ntfsmounter-logo.png" alt="ntfsmounter-logo" title="ntfsmounter-logo" width="200" height="108" class="alignleft size-full wp-image-15235" />While Mac Snow Leopard comes with support for NTFS volumne, it doesn&#8217;t really automatically mount it (or provide you a way to mount it) upon booting up. Most people resort to MacFuse and NTFS-3G while others tried various hacks just to get their NTFS partition working in the Finder, with varying success. If you are looking for an easier (and painfree) way, you should check out NTFS mounter.<br />
<span id="more-15229"></span><br />
<a href="http://ntfsmounter.com" target="_blank">NTFS mounter</a> is a simple utility designed to mount NTFS volumes in read/write mode. It is based on the built-in NTFS support within Mac SL, so there is no hacking or modification of any kind. The best of all, there is no configuration required and it just works (at least for me).</p>
<p>Download <a href="http://ntfsmounter.com" target="_blank">NTFS mounter</a>.</p>
<p>Open the dmg file and drag the NTFS mounter icon to the Applications folder.<br />
<img src="http://imagecdn.maketecheasier.com/2010/05/ntfsmounter-install.png" alt="ntfsmounter-install" title="ntfsmounter-install" width="541" height="218" class="aligncenter size-full wp-image-15232" /></p>
<p>Go to your Applications and open the NTFS mounter app.</p>
<p>You should now see a black cat icon at the menu bar.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/05/ntfsmounter-menu-icon.png" alt="ntfsmounter-menu-icon" title="ntfsmounter-menu-icon" width="227" height="29" class="aligncenter size-full wp-image-15233" /></p>
<p>Click on the black cat icon and (if nothing goes wrong) you should see your NTFS drive listed. Click the respective entry to mount your NTFS drive. That&#8217;s it. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/05/ntfsmounter-mount-ntfs.png" alt="ntfsmounter-mount-ntfs" title="ntfsmounter-mount-ntfs" width="274" height="154" class="aligncenter size-full wp-image-15234" /></p>
<p><strong>Note</strong>: If you are using other ways to get mount your NTFS, you will have to eject the volume first before it can be mounted by NTFS mounter. Once you have ejected the volume, you can try to select it again from the menu.</p>
<p>Give NTFS mounter a try and tell us if it is better than MacFuse/NTFS-3G.<br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/get-many-of-lions-best-features-on-snow-leopard/2011/11/08' title='Get Many Of Lion&#8217;s Best Features On Snow Leopard'>Get Many Of Lion&#8217;s Best Features On Snow Leopard</a></li>
<li><a href='http://maketecheasier.com/create-a-mac-entry-in-grub2/2010/02/12' title='Snippet: How to Create a Mac Boot Entry in Grub2'>Snippet: How to Create a Mac Boot Entry in Grub2</a></li>
<li><a href='http://maketecheasier.com/whats-new-in-snow-leopard-technologies-review-of-snow-leopard/2009/09/13' title='What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard'>What&#8217;s New in Snow Leopard? Technologies Review of Snow Leopard</a></li>
<li><a href='http://maketecheasier.com/things-to-prepare-before-upgrading-your-mac-to-snow-leopard/2009/09/08' title='Things to prepare before upgrading your Mac to Snow Leopard'>Things to prepare before upgrading your Mac to Snow Leopard</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04&amp;title=How+to+Easily+Mount+NTFS+Partition+in+Mac+Snow+Leopard&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04">How to Easily Mount NTFS Partition in Mac Snow Leopard</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-mount-ntfs-in-mac-snow-leopard/2010/05/04/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Auto-mount Your NTFS Partition In Ubuntu</title>
		<link>http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14</link>
		<comments>http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:31:34 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[automount]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4024</guid>
		<description><![CDATA[If you are dualbooting Windows and Ubuntu on your computer, you will know that you can easily read and write to your NTFS partition from your Ubuntu desktop. One thing though, your Ubuntu does not automount the NTFS partition by default. Everytime you need to access the NTFS partition, you... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14&amp;title=How+To+Auto-mount+Your+NTFS+Partition+In+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14">How To Auto-mount Your NTFS Partition In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4026" title="ntfs-logo" src="http://imagecdn.maketecheasier.com/2009/04/ntfs-logo.jpg" alt="ntfs-logo" width="230" height="173" />If you are dualbooting Windows and Ubuntu on your computer, you will know that you can easily read and write to your NTFS partition from your Ubuntu desktop. One thing though, your Ubuntu does not automount the NTFS partition by default. Everytime you need to access the NTFS partition, you have to first go to your Nautilus and click on the NTFS drive (and enter your password) to mount it before you can access it.</p>
<p>A good way to workaround this is to make your Ubuntu automount your NTFS partition upon booting up. While this can be easily fixed by changing the fstab file, it involves hitting the terminal and edit the root file, which maybe a big turn off for newbies and it could possibly crash your system if it is not handled properly.</p>
<p>To fix this issue the simpler way, we can install the application <em>PySDM</em> and access the storage device manager with a simple to use and user-friendly interface.</p>
<p><span id="more-4024"></span><a href="http://pysdm.sourceforge.net/" target="_blank">PySDM</a> is a Storage Device Manager that allows full customization of hard disk mountpoints without manually access to fstab. It also allows the creation of udev rules for dynamic configuration of storage devices</p>
<h3>Installation</h3>
<p>The package <em>pysdm</em> is found in the Ubuntu repository. You can easily install it via the Synaptic Package Manager (System -&gt; Administration -&gt; Synaptic package Manager). Alternatively, for those who prefer the apt-get way, here&#8217;s the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> pysdm</pre></div></div>

<p>Better still, click this <a href="apt:pysdm">link</a> to install pysdm in  your Ubuntu system.</p>
<h3>Usage</h3>
<p>Once installed, go to <em>System -&gt; Administration -&gt; Storage Device Manager</em>.</p>
<p>You will find your all your partitions listed on the left pane of the window.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/pysdm1.jpg" alt="pysdm main window" width="577" height="397" /></p>
<p>The partitions are labelled in the sda1, sda2, sda3, etc format. To identify which entry is your NTFS partition, highlight each entry and check the <em>Type</em> field on the right pane. This will tell you the filesystem of that partition.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/pysdm2.jpg" alt="pysdm identify filesystem" width="577" height="402" /></p>
<p>Once you have located your NTFS partition, click on the <em>Assistant</em> button.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/pysdm-assistant.jpg" alt="pysdm assistant" width="577" height="402" /></p>
<p>Check the box <em>The File system is mounted at boot time</em>.</p>
<p>Uncheck the box <em>Mount file system in read only mode</em>.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/04/pysdm-options.jpg" alt="pysdm options" width="577" height="301" /></p>
<p>Click <em>OK</em> to close the <em>Assistant</em> window, follow by <em>Apply</em> to save the changes. Restart your computer, your NTFS partition should automount by itself upon booting up.</p>
<p><!--adsense#468x60--><em></em><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06' title='How to Easily Automount Windows NTFS partition in Ubuntu'>How to Easily Automount Windows NTFS partition in Ubuntu</a></li>
<li><a href='http://maketecheasier.com/how-to-upgrade-from-ext3-to-ext4-without-formatting-the-hard-disk/2009/04/21' title='How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk'>How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk</a></li>
<li><a href='http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29' title='How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy '>How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy </a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14&amp;title=How+To+Auto-mount+Your+NTFS+Partition+In+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14">How To Auto-mount Your NTFS Partition In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14/feed</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy</title>
		<link>http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29</link>
		<comments>http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29#comments</comments>
		<pubDate>Mon, 29 Sep 2008 05:27:26 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=899</guid>
		<description><![CDATA[If you have files that are bigger than 4GB in size, you will find that you can&#8217;t back them up to your external hard disk, even though it has 1TB of storage space. The reason being, when you first bought the hard disk, it is pre-formatted with FAT32 format, and... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29&amp;title=How+to+Reformat+an+External+Hard+Drive+to+NTFS+Format+In+Ubuntu+Hardy&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29">How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you have files that are bigger than 4GB in size, you will find that you can&#8217;t back them up to your external hard disk, even though it has 1TB of storage space. The reason being, when you first bought the hard disk, it is pre-formatted with FAT32 format, and in case you don&#8217;t know, FAT32 has a 4GB file size restriction. This means that it can&#8217;t store files that are bigger than 4GB in size.</p>
<p>A good way to overcome this is to reformat the external hard disk to NTFS format. NTFS does not has a 4GB file restriction and can be accessed easily from Windows, Mac and Linux (with the help of <a href="http://www.ntfs-3g.org/" target="_blank">NTFS-3G</a>).</p>
<p><span id="more-899"></span>Mac and Linux users might be tempted to reformat the hard disk to either HFS (for time machine) or Ext3 format. It will work well with your computer, but in the event that your system crashes and you want to retrieve your backup files from other computer (that are not Mac or Linux), you might have difficulties getting it to read your files.</p>
<p><strong>Update:</strong> Before you try this, please back up all your files from on your external hard drive. The process will completely wipe off all data on your hard disk. Thanks to <a href="http://www.cneil.com/" target="_blank">cneil</a> for reminding.</p>
<p><strong>Reformat external hard disk to NTFS</strong></p>
<p>In your Ubuntu Hardy, open up the terminal and install the following applications:</p>
<p class="codeblock">sudo apt-get install gparted ntfsprogs</p>
<p>Plug in your external hard disk.</p>
<p>Your system should detect the hard disk and automount it to your system.</p>
<p>Before you can do a reformat, you will have to unmount it. On the desktop, right-click on the hard disk icon and select &#8220;<em>Unmount volume</em>&#8220;.</p>
<p><img class="alignnone size-full wp-image-902" title="unmount-volume" src="http://imagecdn.maketecheasier.com/2008/09/unmount-volume.jpg" alt="" width="300" height="435" /></p>
<p>Go to <em>System-&gt;Administration-&gt;Partition Editor</em>. On the top right, click on the dropdown box. You should see something like the image below. Select the entry that corresponds to your external hard disk.</p>
<p><img class="size-full wp-image-900" title="gparted1" src="http://imagecdn.maketecheasier.com/2008/09/gparted1.jpg" alt="partition editor" width="580" height="118" /></p>
<p>On the main window, select the partition, right-click and select <em>Format to -&gt; NTFS. </em>Click<em> Apply.</em></p>
<p><img class="size-full wp-image-901" title="gparted2" src="http://imagecdn.maketecheasier.com/2008/09/gparted2.jpg" alt="partition editor screenshot2" width="580" height="483" /></p>
<p>That&#8217;s it. Your external hard disk is now in NTFS format.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/easily-automount-windows-ntfs-partition-in-ubuntu/2012/04/06' title='How to Easily Automount Windows NTFS partition in Ubuntu'>How to Easily Automount Windows NTFS partition in Ubuntu</a></li>
<li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' title='How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29&amp;title=How+to+Reformat+an+External+Hard+Drive+to+NTFS+Format+In+Ubuntu+Hardy&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29">How to Reformat an External Hard Drive to NTFS Format In Ubuntu Hardy</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 19:43:34 -->
