<?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>MakeUseOf &#187; file system</title>
	<atom:link href="http://www.makeuseof.com/tags/file-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Reformat Your FAT32 Drive To NTFS &#8211; And The Advantages Of Doing It</title>
		<link>http://www.makeuseof.com/tag/reformat-fat32-drive-ntfs-advantages/</link>
		<comments>http://www.makeuseof.com/tag/reformat-fat32-drive-ntfs-advantages/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:00:08 +0000</pubDate>
		<dc:creator>Danny Stieben</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[Hardware & Gadgets]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[disk usage]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[pc maintenance]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=88459</guid>
		<description><![CDATA[You may not know it, but choosing the right filesystem for your drives is actually pretty important. Although the main idea of all filesystems is the same, there are many advantages and disadvantages over each one. While there are many more filesystems out there, we'll be looking at the most popular two, FAT32 and NTFS.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/hurt_harddrive.jpg?323f2c" alt="how to reformat a hard drive" width="300" height="300" />You may not know it, but choosing the right filesystem for your drives is actually pretty important. Although the main idea of all filesystems is the same, there are many advantages and disadvantages with each one.</p>
<p>While there are lots of filesystems out there, we&#8217;ll be looking at the most popular two, FAT32 and <a href="http://www.makeuseof.com/tags/ntfs/">NTFS</a>.</p>
<h2>About the Filesystems</h2>
<h3>FAT32</h3>
<p>FAT32 used to be the default filesystem for many of the older, non-NT versions of <a href="http://www.makeuseof.com/service/windows">Windows</a>, such as Windows 95, 98, and ME. The original FAT specification was introduced in 1980, while the compatible FAT32 specification was introduced in 1996. More recently, an incompatible exFAT specification has been introduced that is meant to replace the use of the old FAT.</p>
<h3>NTFS</h3>
<p>Meanwhile, NTFS (or &#8220;New Technology File System&#8221;) was introduced in 1993, but has received many improvements over the years along with newer operating systems. While it is not used for removable storage (where <a href="http://www.makeuseof.com/tag/format-usb-drive/">FAT</a>-type filesystems are prevalent), it is the best choice for hard drives because of the many features that it offers. The only reason NTFS is not used on removable storage is because it generates a lot of write operations to keep track of. Removing the storage device before those writes complete could potentially corrupt the data on the storage device.</p>
<h2>NTFS Advantages Over FAT32</h2>
<p>So what is it exactly that makes NTFS better? Unlike FAT32, NTFS is a journaling filesystem. The &#8220;journal&#8221; keeps track of changes before they actually happen, so in case the system crashes in the middle of a disc operation, disks with journaling filesystems are easier to recover.</p>
<p>NTFS also includes improved support for metadata; it uses advanced data structures to improve performance, reliability, and disk space utilization, and includes security access control lists.</p>
<p>NTFS is also capable of holding files larger than 4GB, and larger partitions can be created with NTFS instead of FAT32. FAT32 is relatively simple, and doesn&#8217;t do much for the user except hold files and some metadata. Any other differences between the two are highly technical and I won&#8217;t mention them here.</p>
<h2>How to Reformat your Hard Drive</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/ntfs_computer_format.jpg?323f2c" alt="how to reformat a hard drive" width="580" height="523" /><br />
So how can you reformat a hard drive to NTFS? There are three different ways you can do this.</p>
<p>First, you can go into Computer/My Computer, right click on the drive you want to reformat (make sure your data is backed up somewhere else), and click on <em>Format</em>. Change whatever settings you would like as long as you have NTFS selected as the filesystem, and hit Format.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/ntfs_computer_manage.jpg?323f2c" alt="how to reformat a hard drive" width="580" height="419" /><br />
You can also right click on Computer/My Computer and click on <em>Manage</em>. Then, in the open window, click on Disk Management under Storage in the left pane, and wait for the service to load. From here, you can shrink, grow, delete, and reformat your partitions as you wish. Just remember to choose NTFS when you do.</p>
<p>Finally, you can use a third party software to do the partitioning. Often, you&#8217;ll need to burn them onto a CD if you don&#8217;t have it in CD form already, and boot off of it. From there you&#8217;ll have a lot of partitioning options to choose from. If you need one, let me suggest <a href="http://gparted.sourceforge.net/">GParted</a>&#8216;s LiveCD.</p>
<h2>Conclusion</h2>
<p>Choosing the right filesystem is important not only for optimal functionality but also performance and piece of mind. With NTFS, you&#8217;re making a great choice for permanent storage devices that should let you use your computer to the fullest. In addition to the benefits of NTFS, many various operating systems including <a href="http://www.makeuseof.com/service/mac">Mac OS X</a> and <a href="http://www.makeuseof.com/service/linux">Linux</a> can work with NTFS, so why not use it?</p>
<p>Which filesystem do you prefer the most? Why? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/reformat-fat32-drive-ntfs-advantages/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Elyse &#8211; Keep Your Filesystem More Organized By Tagging Everything [Mac &amp; Windows]</title>
		<link>http://www.makeuseof.com/tag/elyse-filesystem-organized-tagging-mac-windows/</link>
		<comments>http://www.makeuseof.com/tag/elyse-filesystem-organized-tagging-mac-windows/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 19:31:17 +0000</pubDate>
		<dc:creator>Angela Alcorn</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[organization tools]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=81969</guid>
		<description><![CDATA[Once you've played around with tags for a while, you'll really begin to wonder why user data in file systems isn't organised by tag. For the bulk of the file system, folders make sense, but for user data it can quickly become a nightmare of aliases and folders which don't actually contain what you're looking for.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/Elyse-300x300.jpg"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/Elyse-300x300.jpg?323f2c" alt="filesystem organization" />Once you&#8217;ve played around with tags for a while, you&#8217;ll really begin to wonder why user data in file systems isn&#8217;t organised by tag. For the bulk of the <a href="http://www.makeuseof.com/tags/file-system/">file system</a>, folders make sense, but for user data it can quickly become a nightmare of aliases and folders which don&#8217;t actually contain what you&#8217;re looking for.</p>
<p>Mac&#8217;s Spotlight can help you to find what you&#8217;re after eventually, but for those of us who actually try to stay organised, we&#8217;re keen to make it simple to find exactly what we need when we need it. <a href="http://silkwoodsoftware.com/index.html">Elyse</a> is able to help here, by providing a free tag-based file management solution for Mac and Windows.</p>
<h2>Why Tag Files?</h2>
<p>If you&#8217;re not already on the file system tag bandwagon, think about things we habitually tag online. Photos, blog posts and music genres are all generally tagged online rather than placed in folders. Can you imagine sites like <a href="http://last.fm">Last.fm</a> placing all classical music in a folder called &#8220;<em>Classical</em>&#8221; rather than tagging with other useful genres such as &#8220;<em>Choral</em>&#8221; or &#8220;<em>Baroque</em>&#8220;? Things would get out of hand pretty quickly and it would be very difficult to be able to find the exact music you wanted to listen to.</p>
<p>It&#8217;s the same with your file system. On sites like Flickr you can tag your photos with the city you were in, some detail of the subject of the photo and many other things you find useful. On a regular file system you&#8217;re stuck using folders, so most people wind up with photos arranged by date taken as it&#8217;s one of the only ways the photos will ever be found again. If only you could tag all those photos&#8230;</p>
<p>However, it&#8217;s not just photos. What about essays? Letters? Spreadsheets? Once you start thinking about it, tags make much more sense than folders and will go a long way toward improving filesystem organization.</p>
<h2>Get Elyse</h2>
<p>Download a <a href="http://silkwoodsoftware.com/index.html">free copy of Elyse</a> for Mac or Windows. We&#8217;ll be taking a closer look at the Mac version in particular. Installation for Mac is straight-forward &#8211; all you do is open the .dmg download and drag the application to your applications folder.</p>
<p>The first thing you&#8217;re faced with is the need to create a default database. Once &#8220;<em>Create Default Database</em>&#8221; is clicked, you&#8217;ll be presented with a beginner guide to Elyse and instructions to create a fresh database to start your file tagging.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/Elyse-Create-Database.jpg?323f2c" alt="filesystem organization" /></p>
<h2>Add &amp; Tag Files</h2>
<p>Adding your files is easy &#8211; all you do is drag and drop the files you want to tag into Elyse. Elyse then automatically creates tags based on your folder names, so you&#8217;re halfway organised already!</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/Elyse-Add-Folders.png?323f2c" alt="" /></p>
<p>Add new tags by clicking on the &#8220;<em>New Tag</em>&#8221; button in the menu. New tags can be dragged and dropped throughout the tag tree as you wish. You can also rearrange these tags and hierarchies without disrupting the original location of the file on your filesystem.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/Elyse-Tags.png?323f2c" alt="filesystem organization" /></p>
<h2>Alternatives</h2>
<p>Mac users can also use Quicksilver to tag files, while Windows 7 users can tag photos and office documents natively. However, Elyse is a solution which will allow you to tag any files you like and keep track of things in one place. There&#8217;s also a few other tools you could try, such as <a href="http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/">Tagged Frog</a> for Windows or <a href="http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/">Tag It</a> for Mac.</p>
<p>Does <a href="http://www.makeuseof.com/tag/file-system-find-runs-drives/">file system</a> tagging work for you? Do you use <a href="http://silkwoodsoftware.com/index.html">Elyse</a> or some other program? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/elyse-filesystem-organized-tagging-mac-windows/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>What A File System Is &amp; How You Can Find Out What Runs On Your Drives</title>
		<link>http://www.makeuseof.com/tag/file-system-find-runs-drives/</link>
		<comments>http://www.makeuseof.com/tag/file-system-find-runs-drives/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 23:31:25 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[MakeUseOf Explains]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[technology explained]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=63679</guid>
		<description><![CDATA[When you format a hard drive or a flash drive, you prepare it for its use as a storage medium by an operating system. During this process a file system is set up and all information previously stored on the drive is removed. You may have heard of computer file systems like FAT or NTFS [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format07.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format07.png?323f2c" alt="computer file systems" width="280" height="188" />When you format <a href="http://www.makeuseof.com/tag/how-to-format-a-new-internal-hard-drive">a hard drive</a> <a href="http://www.makeuseof.com/tag/format-usb-drive">or a flash drive</a>, you prepare it for its use as a storage medium by an operating system. During this process a file system is set up and all information previously stored on the drive is removed.</p>
<p>You may have heard of computer file systems like FAT or NTFS before, but do you actually know what they do and which ones you are using? This article explains how they work and what their differences are. I also show you how to find out which file systems run on your drives.</p>
<p><span id="more-63679"></span></p>
<h2>What Is A Computer File System?</h2>
<p>Hard drives are divided into sectors of about 512 bytes each. Sectors in turn are grouped into clusters. Clusters, also known as allocation units, have a defined size of 512 bytes to 64 kilobytes, so they usually contain multiple sectors. A cluster represents a continuous block of space on the disk.</p>
<p>Operating systems rely on a file system to organize the clustered storage space. The file system maintains a database that records the status of each cluster. In essence, the file system shows the operating system in which cluster(s) a file is stored and where space is available to store new data.</p>
<h2>Which File Systems Should I Know Of?</h2>
<p>The prevalent Windows file systems are FAT (File Allocation Table), FAT32, and NTFS (New Technology File System).</p>
<p>Briefly, NTFS supports a file size of more than 4 GB, partitions can be larger than 32 GB, it better manages available space than FAT or FAT32 and thus causes less fragmentation, and it comes with a number of security-related features including on-the-fly file encryption.</p>
<p>Compared to NTFS, FAT file systems take up less space, they perform less write operations to the drive which makes them faster and a better fit for small flash drives, and they are cross-platform compatible. The biggest drawbacks of FAT and FAT32 are a partition size limit of 32 GB and a file size limited to 2GB or 4 GB, respectively.</p>
<p>A new file system predominantly used for flash drives is exFAT (Extended File Allocation Table), also known as FAT64. Like NTFS it supports files larger than 4 GB, partitions larger than 32 GB, and its file management avoids fragmentation. At the same time it is fast and optimized for mobile personal storage and handling media files.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format08.png?323f2c" alt="computer file systems" width="580" height="289" /></p>
<h2>Which Operating Systems Can Handle These File Systems?</h2>
<p>While FAT and FAT32 are recognized by almost all operating systems, formatting a drive with NTFS used to be a sure way to make the device unusable outside Windows. Meanwhile, NTFS read/write is supported natively by most Linux distributions. A <a title="Enable NTFS read/write on Mac OS X 10.6" href="http://hints.macworld.com/article.php?story=20090913140023382">hack</a> is available to enable NTFS read/write on the Mac OS X version 10.6, however, it appears to be unstable, hence the use of <a title="MacFuse to read/write NTFS on Mac OS X" href="http://code.google.com/p/macfuse/">MacFuse</a> is recommended. exFAT on the other hand requires drivers for both Windows XP and Linux, while it is supported in the latest versions of Windows Vista (SP1), Windows 7, and Mac OS X.</p>
<h2>Why Is Cluster Size Important?</h2>
<p>If you have ever formatted a drive, you will know that you can choose the allocation unit size, also known as cluster size.</p>
<p>Depending on the cluster size (from 512 bytes to 64 kilobytes) a single file can be stored in one or across hundreds or thousands of clusters. When a file is smaller than the actual cluster size, the remaining space is lost, a phenomenon known as wasted or slack space. Thus a large cluster size will lead to a lot of slack space, if lots of small files are stored on that drive. Choosing a small cluster size on the other hand means that large files are split up into many small pieces. This in turn can slow down the drive as it takes longer to read the respective file. In other words, choose the cluster size wisely.</p>
<h2>How Can I Find Out How My Drive Is Formatted?</h2>
<p>The file system is listed in the drive properties. Go to &gt; <em>Computer</em>, right-click on the drive you wish to examine, and select &gt; <em>Properties</em> from the menu. The &gt; <em>General</em> tab shows the &gt; <em>File system</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format05.png?323f2c" alt="windows file systems" width="367" height="492" /></p>
<p>To find the cluster size of a NTFS drive, use the keyboard shortcut &gt; <em>[WINDOWS] + [R]</em> and the Run window will open. Be sure you run the task with administrator rights. Type  &gt; <em>cmd</em> into the text line and click &gt; <em>OK</em>. Then run the command &gt; <em>fsutil fsinfo ntfsinfo [drive letter]</em> and hit &gt; <em>Enter</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format06.png?323f2c" alt="computer file systems" width="580" height="261" /></p>
<p>In Windows XP and Windows 7 you can also view and change the cluster size using third party applications, such as <a title="Easeus Partition Master" href="http://www.partition-tool.com/personal.htm">Easeus Partition Master</a>.</p>
<p>If you enjoyed this article, you might also be interested in these:</p>
<ul>
<li><a title="NTFS Formatting in Windows XP" href="http://www.makeuseof.com/tag/how-to-optimize-usb-drive-with-ntfs/">How To Optimize USB drive with NTFS</a> [Windows XP]</li>
<li><a title="Fix Corrupted Windows NTFS Filesystem with Ubuntu" href="http://www.makeuseof.com/tag/fix-corrupted-windows-ntfs-filesystem-ubuntu/">How To Fix A Corrupted Windows NTFS Filesystem With Ubuntu</a></li>
<li><a title="Make Corrupt USB Flash Drives Work Again" href="http://www.makeuseof.com/tag/how-to-make-corrupt-usb-jump-drives-work/">How To Make Corrupt USB Jump Drives Work Again</a></li>
<li><a title="Working with NTFS Drives on a Mac" href="http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/">Macnifying OS X: Introduction and working with NTFS Drives</a></li>
<li><a title="Work With Linux Partitions From Windows" href="http://www.makeuseof.com/tag/work-with-linux-partitions-from-windows/">How to Work with Linux Partitions from Windows</a></li>
</ul>
<p>Which file system do you prefer on your storage devices and why? Did you ever run into trouble using NTFS and how were you able to fix it?</p>
<p><small>Image credits: <a title="Yellow File" rel="nofollow" href="http://www.shutterstock.com/pic-68659747/stock-photo--d-full-files-folder-icon-illustration.html?src=fe5d8ad398bf4d20826391c0a2a19643-1-148">ionuticlanzan</a>, <a title="Apps" rel="nofollow" href="http://www.shutterstock.com/pic-67518994/stock-photo-many-apps-in-a-circular-pattern-of-tile-buttons-on-a-white-background.html?src=bb44d21d79388ffbecaccb4c4d09bad2-1-4">iQoncept</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/file-system-find-runs-drives/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Fix A Corrupted Windows NTFS Filesystem With Ubuntu</title>
		<link>http://www.makeuseof.com/tag/fix-corrupted-windows-ntfs-filesystem-ubuntu/</link>
		<comments>http://www.makeuseof.com/tag/fix-corrupted-windows-ntfs-filesystem-ubuntu/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 23:31:25 +0000</pubDate>
		<dc:creator>Tim Brookes</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=53777</guid>
		<description><![CDATA[How many of you have had that sinking feeling as your PC boots up? You know, a slight niggle in the back of your mind that says &#8220;this is taking longer than usual&#8221; before Windows drops dead in front of you, and refuses to play ball. Me too, and much of the time the original [...]]]></description>
			<content:encoded><![CDATA[<p><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/intro.jpe?323f2c" alt="ubuntu fixing ntfs filesystem" width="300" height="225" />How many of you have had that sinking feeling as your PC boots up? You know, a slight niggle in the back of your mind that says &#8220;this is taking longer than usual&#8221; before Windows drops dead in front of you, and refuses to play ball.</p>
<p>Me too, and much of the time the original Windows <a href="http://www.makeuseof.com/tag/how-to-create-your-own-custom-windows-live-cd/">CD/DVD</a>/<a href="http://www.makeuseof.com/tag/install-windows-7-netbook-from-usb-flash-drive/">USB</a> you used in your original install can&#8217;t fix the problem. You need something else. Something like a whole operating system, either installed on a separate partition or in Live CD/USB format. Enter <a href="http://www.makeuseof.com/tag/ubuntu-1004-extremely-simple-operating-system-linux/">Ubuntu</a>!</p>
<p><span id="more-53777"></span><br />
There&#8217;s a good few reasons to have Ubuntu on a CD or USB stick somewhere in a draw. It&#8217;s free, to start with. You don&#8217;t need to install it to use it, and it&#8217;s great for accessing a butchered Windows partition  &#8220;“ even if it&#8217;s just to get your precious documents back before a format.</p>
<p>When it comes to fixing your broken Windows install then Ubuntu has its uses there too. If you happen to break <a href="http://www.makeuseof.com/tag/top-5-freeware-registry-cleaners-that-improve-pc-performance/">your registry</a> or master boot record, then fear not &#8220;“ all is not lost. This technique should work on <a href="http://www.makeuseof.com/tag/versions-ubuntu-technology-explained/">any Ubuntu-based Linux distributions</a>.</p>
<h2>Download, Install &amp; Boot Ubuntu</h2>
<p>Those of you who already have a <a href="http://www.makeuseof.com/tag/how-to-safely-dual-boot-windows-and-linux-with-wubi-installer/">dual-boot Ubuntu and Windows</a> machine can skip this step.</p>
<p>If you&#8217;ve not got a Live USB stick then you&#8217;re going to need to get hold of one. <a href="http://www.makeuseof.com/tag/install-linux-with-ease-using-unetbootin/">UNetbootin</a> is a useful tool which enables you to create a USB stick with a bootable version of your favourite open source operating system preloaded. If you&#8217;d prefer to use a CD, <a href="http://www.ubuntu.com">download</a> an Ubuntu disk image and <a href="http://www.makeuseof.com/tag/imgburn-easy-free-cd-and-dvd-burner-app/">burn it with ImgBurn</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/unetbootin1.jpg?323f2c" alt="ubuntu fixing ntfs filesystem" width="537" height="393" /></p>
<p>If you&#8217;re dual-booting, then this is a simple step of choosing Ubuntu over Windows at boot. For Live <a href="http://www.makeuseof.com/tag/portable-software-usb/">USB sticks</a> and CDs you&#8217;re going to need to enter the BIOS setup as your PC boots (usually by pressing <em>F2</em> or <em>Del</em>) and arrange your boot devices to prioritize your USB device or CD drive to boot before your main hard drive.</p>
<p>If you&#8217;ve done everything correctly you&#8217;ll see the UNetbootin bootloader appear. From here you&#8217;ll want to boot directly into the operating system. After a minute or two you&#8217;ll see the desktop appear, and we&#8217;re ready to begin.</p>
<h2>Fixing A Corrupted Windows NTFS Partition</h2>
<p>Luckily you can schedule an NTFS consistency check within Ubuntu to attempt to repair your tattered Windows partition, but you&#8217;re going to need to install a couple of things. It is worth mentioning that this should work with any NTFS drive that refuses to mount in Ubuntu too. Open a <a href="http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/">Terminal</a> window by clicking <em>Applications</em>, <em>Accessories</em> and then <em>Terminal</em>.</p>
<p>First install NTFS-3G by typing this command:</p>
<pre>sudo apt-get install ntfs-3g</pre>
<p>Enter your password and hit Enter on your keyboard. Next install NTFSProgs in the same way:</p>
<pre>sudo apt-get install ntfsprogs</pre>
<pre style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/ntfsprogs.jpg?323f2c" alt="ubuntu fixing ntfs filesystem" width="580" height="415" /></pre>
<p>Now with both of those tools at your disposal, you can set about fixing Windows. First locate your Windows partition. In the Terminal type:</p>
<pre>sudo fdisk -l</pre>
<pre style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/fdisk.jpg?323f2c" alt="rescue ntfs filesystem from linux" width="580" height="421" /></pre>
<p>You&#8217;re looking for an entry that looks like this:</p>
<pre>/dev/sda2   *         638       12312    93773824    7  HPFS/NTFS</pre>
<p>The important bit is the <em>/dev/sda2</em> which tells us where the Windows partition is mounted. <em>HPFS/NTFS</em> lets us know that the partition is a Microsoft Windows formatted device, and that little star denotes that this is a bootable partition.</p>
<p>So in my case <em>/dev/sda2</em> means that Windows is on sda (my internal hard drive) and that it&#8217;s partition 2 that I want to play around with.</p>
<p>Armed with this information you want to use NTFSProgs to attempt to fix the partition. In your Terminal window type:</p>
<pre>sudo ntfsfix /dev/&lt;device name&gt;</pre>
<pre style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/ntfsfix.jpg?323f2c" alt="rescue ntfs filesystem from linux" width="580" height="417" /></pre>
<p>Replace &lt;device name&gt; with your Windows partition (e.g. <em>/dev/sda2</em>) and enter your password followed by Enter. Your drive will now be mounted, checked for consistency and any errors found should be fixed. Restart your PC to assess the situation, if all goes well you&#8217;ll see Windows.</p>
<h2>Fixing A Corrupt Master Boot Record</h2>
<p>If you&#8217;ve got a problem with Windows&#8217; oh-so-important boot record then you can also fix that from within Ubuntu too. Assuming you&#8217;ve already booted into Ubuntu, open up Terminal and install lilo by typing:</p>
<pre>sudo apt-get install lilo</pre>
<p>Enter your password to proceed with the installation, you&#8217;ll get a few warnings pop-up along the way.<br />
If you followed the first part of this tutorial you&#8217;ll know which partition Windows is installed on, if you missed it type:</p>
<pre>sudo fdisk -l</pre>
<p>Find the <em>HPFS/NTFS</em> partition that relates to your Windows install, and type:</p>
<pre>sudo lilo -M /dev/<device name> mbr</pre>
<p>Replace &lt;device name&gt; with your Windows partition (e.g. <em>/dev/sda2</em>) and hit Enter. Ubuntu will attempt to restore your master boot record. You&#8217;ll probably want to restart your machine now, just make sure you take any Live CD/USB devices out as you do.</p>
<h2>Conclusion</h2>
<p>If you&#8217;re still having problems with a Windows install, and you&#8217;ve tried everything then don&#8217;t forget you can mount the partition and rescue as much data as you think you&#8217;ll need. Using the terminal, enter:</p>
<pre>sudo mkdir /media/windows</pre>
<pre>sudo ntfs-3g -o force,rw /dev/&lt;device name&gt; /media/windows</pre>
<p>Replace &lt;device name&gt; with your Windows partition location and the drive should pop-up on your desktop.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/mountwindows.jpg?323f2c" alt="rescue ntfs filesystem from linux" width="580" height="112" /></p>
<p>Has Ubuntu saved your bacon recently? Do you dual-boot with Windows? Thinking about making a Live CD just in case? Let us know below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/fix-corrupted-windows-ntfs-filesystem-ubuntu/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>TotalFinder &#8211; A Finder Alternative With Some Cool Extras [Mac]</title>
		<link>http://www.makeuseof.com/tag/experimenting-finder-totalfinder-mac/</link>
		<comments>http://www.makeuseof.com/tag/experimenting-finder-totalfinder-mac/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:31:06 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[system tools]]></category>
		<category><![CDATA[windows explorer]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=33776</guid>
		<description><![CDATA[Ask any Mac user to make a list of applications that opens the most on their machine and you&#8217;ll definitely see Finder there. Then someone would say that it&#8217;s unfair to allow Finder to be on the list because Mac users don&#8217;t even have a choice. Finder always starts automatically with Mac OS X, and [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/00-TotalFinder-logo.jpg" /><img class="align-left" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/00-TotalFinder-logo.jpg?323f2c" border="0" alt="00 TotalFinder logo.jpg" vspace="5" align="left" />Ask any Mac user to make a list of applications that opens the most on their machine and you&#8217;ll definitely see Finder there.</p>
<p>Then someone would say that it&#8217;s unfair to allow Finder to be on the list because Mac users don&#8217;t even have a choice. Finder always starts automatically with Mac OS X, and there&#8217;s no way to close it.</p>
<p>I think that&#8217;s not a valid statement. Most users wouldn&#8217;t want to close Finder even if they can (And FYI, you can close Finder as long as you know the <a href="http://www.makeuseof.com/tag/unveil-mac-os-x-hidden-features-with-secrets/">Secret</a>). That&#8217;s because Finder is one of the most useful applications on the Mac. You do your daily copy, move, launch and other kinds of file management there.</p>
<p>So it&#8217;s a bit strange that if you compare it with other native Mac apps, Finder seems to get less attention. It gets small tweaks here and there over time, but in general it&#8217;s still the same old Finder that we know and love from back then. At least, that&#8217;s the way it appears to our non-techie eyes.</p>
<p><span id="more-33776"></span></p>
<h3><strong>Not For The Faint Of Heart</strong></h3>
<p>The state of Finder as it is today might be fine for most users, but I know many power users who wish to be able to do more with Finder. That&#8217;s why there are Mac finder alternatives out there.</p>
<p>One of the alternatives is <a href="http://totalfinder.binaryage.com/">TotalFinder</a>. This SIMBL plugin will bring your Finder to a new level. If you are truly a power user, I think you would want to try out this app.</p>
<p>However, there are a few things that should be noted up front about this Mac finder alternative:</p>
<ol>
<li>TotalFinder is Snow Leopard only. This is due to the fact that SIMBL plugins like <a href="http://www.makeuseof.com/tag/easy-steps-to-solve-mac-window-management-issues-with-afloat/">Afloat</a> and <a href="http://www.makeuseof.com/tag/size-zoom-your-windows-better-with-sizewell-mac/">SizeWell</a> only work for Cocoa applications and unlike its previous Carbon version, Snow Leopard&#8217;s Finder has been re-written in Cocoa.</li>
<li>It is also still in the early Alpha stage. Trying it means preparing yourself for bugs and crashes. You should back up often (that&#8217;s why it&#8217;s not for the faint of heart).</li>
<li>This app will stop being a free app after it goes out of Alpha.</li>
</ol>
<p>So why bother trying? Why recommend this app despite the disadvantages? I&#8217;ll tell you why.</p>
<h3><strong>It&#8217;s For The Fun Of It</strong></h3>
<p>There are several cool things that make this so-called <em>still-buggy</em> app worth a look. But before we get to that point, let&#8217;s start from the very beginning, shall we?</p>
<p>The installer comes with many words of warnings: about the free Alpha period, about SIMBL, and about the need to finish all Finder activities before proceeding. Click continue only if you are ready. <img src="http://main.makeuseoflimited.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif?323f2c" alt=':)' class='wp-smiley' /> </p>
<p style="text-align:center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/01-Install-TotalFinder-with-Warnings.jpg?323f2c" border="0" alt="01 Install TotalFinder with Warnings.jpg" width="550" height="390" /></p>
<p>Please also note that there&#8217;s an uninstaller inside the disk image, should you need it.</p>
<p>After the installation, Finder will be restarted and you&#8217;ll quickly notice two different changes: a new icon of Finder (wearing shades), and&#8230; the <strong>tabs</strong>! Yes Sir! Your Finder can do tabs now. Can you guess what the tabs appearance is similar to?</p>
<p style="text-align:center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/02-Finder-with-tabs.jpg?323f2c" border="0" alt="Mac finder alternative" width="550" height="355" /></p>
<p>However, the slider which usually sits at the bottom right of the Finder window in icon view mode is missing. So you can&#8217;t adjust the icon size.</p>
<p>You will also notice the TotalFinder icon in the menubar. Clicking on it will bring out the information about the expiration date, and also the Preferences &#8211; the place where you can adjust the app&#8217;s behavior.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/03-TotalFinder-Preferences.jpg?323f2c" border="0" alt="Mac finder alternative" width="315" height="134" /></p>
<p>There are four tabs there:</p>
<ol>
<li><strong>Visor</strong>: Gives you the ability to assign shortcuts to summon (or hide) Finder from within any application, and whether to stick Finder to a specific Space or make it available to all Spaces.
<p style="text-align:center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/04a-Finder-Preferences-Visor.jpg?323f2c" border="0" alt="04a Finder Preferences - Visor.jpg" width="350" height="482" /></p>
</li>
<li><strong>.DS_Store</strong>: If you move your data around a lot between Mac and Windows, you must be familiar with <a href="http://en.wikipedia.org/wiki/.DS_Store">.DS_Store</a> files. These useful clutters are everywhere, but visible only if we view the storage under a Windows machine. This tab gives you the ability to control the behavior of .DS_Store files.
<p style="text-align:center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/04b-Finder-Preferences-DS_Store.jpg?323f2c" border="0" alt="04b Finder Preferences - DS_Store.jpg" width="350" height="482" /></p>
</li>
<li><strong>Tweaks</strong>: You can choose whether you want to show hidden files or not from here. There&#8217;s also the option to put Folders always on top.
<p style="text-align:center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/04c-Finder-Preferences-Tweaks.jpg?323f2c" border="0" alt="04c Finder Preferences - Tweaks.jpg" width="350" height="482" /></p>
</li>
<li><strong>Purchase</strong>: This is where you can update TotalFinder to the next version (or make the purchase when it&#8217;s not free anymore).</li>
</ol>
<h3><strong>The Conclusion Is&#8230;.</strong></h3>
<p>TotalFinder might still be in Alpha, but I&#8217;ve survived the first few days of normal usage without crashes. Lucky me.</p>
<p>Personally, I think the coolest feature of TotalFinder is the Tab, and that feature alone should earn this little app a little bit of your time.</p>
<p>But is it worth whatever money that the developer will charge in the future? I honestly don&#8217;t know. All I know is that at this moment TotalFinder is still a free Mac finder alternative and I&#8217;m making use of that.</p>
<p>But I do hope that the developer would consider at least providing a free version (with less features, maybe?) of this app in the future so that more users could experience how great Finder could be.</p>
<p>How about you? Would you try TotalFinder? Do you know other alternatives to Finder?  Please share using the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/experimenting-finder-totalfinder-mac/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Work with Linux Partitions from Windows</title>
		<link>http://www.makeuseof.com/tag/work-with-linux-partitions-from-windows/</link>
		<comments>http://www.makeuseof.com/tag/work-with-linux-partitions-from-windows/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 23:02:54 +0000</pubDate>
		<dc:creator>Blake Elias</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[drive partitions]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[linux tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5004</guid>
		<description><![CDATA[Do you dual-boot Windows and Linux? If you do, then you&#8217;re probably familiar with the different file systems that the two operating systems use and the difficulty in transferring files between the two. While most modern Linux operating systems can read and write to Windows file systems (NTFS and FAT/FAT32), Windows can&#8217;t read or write [...]]]></description>
			<content:encoded><![CDATA[<p>Do you dual-boot Windows and Linux? If you do, then you&#8217;re probably familiar with the different file systems that the two operating systems use and the difficulty in transferring files between the two.  While most modern Linux operating systems can read and write to Windows file systems (NTFS and FAT/FAT32), Windows can&#8217;t read or write to Linux file systems (Ext2 and Ext3).</p>
<p>Sure, if you need to access your files from both operating systems you could just save everything to a Windows-readable partition.  But even when I tried doing that, I found there would be the occasional file I quickly saved to the desktop and forgot to transfer. Whatever the reason, there&#8217;s always some time when you may need files on your Linux file system, but don&#8217;t want to take the time to reboot into Linux just to get to the file.</p>
<h2>So, How You Can Access and Work on Linux Partitions In Windows</h2>
<p><a href="http://www.fs-driver.org/">Ext2 <acronym title="Installable File System">IFS</acronym></a> solves that problem.  Unlike other programs which merely create their own Explorer-type interface to work with Linux partitions, this program seamlessly integrates your Linux drives, making them behave like any native Windows file system type which any program can access.  It adds an additional driver for mounting Ext2 file systems (and Ext3 since it&#8217;s backwards compatible, although it <a href="http://www.fs-driver.org/faq.html#acc_ext3">won&#8217;t take advantage</a> of Ext3&#8242;s <a href="http://en.wikipedia.org/wiki/Journaling_file_system">journaling</a> ability).</p>
<p style="text-align: center;"><img title="Ext2 IFS screenshot" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/08/ext2-ifs-screenshot.png?323f2c" alt="Ext2 IFS screenshot" /></p>
<p>From the <a href="http://www.fs-driver.org/">Ext2 IFS homepage</a>,</p>
<blockquote><p><q>It installs a pure kernel mode file system driver Ext2fs.sys, which actually extends the Windows NT/2000/XP/2003/Vista operating system to include the Ext2 file system. Since it is executed on the same software layer at the Windows NT operating system core like all of the native file system drivers of Windows (for instance NTFS, FASTFAT, or CDFS for Joliet/ISO CD-ROMs), all applications can access directly to Ext2 volumes. Ext2 volumes get drive letters (for instance O:). Files, and directories of an Ext2 volume appear in file dialogs of all applications. There is no need to copy files from or to Ext2 volumes in order to work with them.</q></p></blockquote>
<p>What do you think of this program? Do you use something similar (or better)? Share it in the comments.</p>
<p><em>(By) <a href="http://blog.geekblake.22web.net">Blake Elias</a> is a computer addict, constantly learning about new technologies and figuring out ways to do things better. He writes about his thoughts and activities regarding Linux, Google, useful programs, web development and computers in general on his personal blog, <a href="http://blog.geekblake.22web.net">The New Geek</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/work-with-linux-partitions-from-windows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Visualize your Hard Drive Usage with WinDirStat</title>
		<link>http://www.makeuseof.com/tag/visualize-your-hard-drive-with-windirstat/</link>
		<comments>http://www.makeuseof.com/tag/visualize-your-hard-drive-with-windirstat/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 21:17:56 +0000</pubDate>
		<dc:creator>Jimmy Rogers</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[disk usage]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[pc maintenance]]></category>
		<category><![CDATA[visualize]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4914</guid>
		<description><![CDATA[Have you noticed your hard drive has been slowly filling up? If you&#8217;ve had your machine for a while, a lot of extra &#8220;stuff&#8221; can build up over time. Whether it&#8217;s temporary files from your browser, old music files in your iTunes library, or something else, it can be tricky to hunt down and delete [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Have you noticed your hard drive has been slowly filling up?  If you&#8217;ve had your machine for a while, a lot of extra &#8220;stuff&#8221; can build up over time.  Whether it&#8217;s temporary files from your browser, old music files in your iTunes library, or something else, it can be tricky to hunt down and delete junk files.</p>
<p style="text-align: left;">Fortunately, this is help for your bogged-down drive. <a href="http://windirstat.info/">WinDirStat</a>, one of the least appealingly named pieces of freeware out there, is also one of the most useful.  The program rapidly indexes your entire hard drive, creates a visual map of every file, and helps you delete the stuff you don&#8217;t need.</p>
<p>Once you start up WinDirStat and select the drive you want to search (you can also select &#8220;all drives&#8221;), the indexing process begins. Depending on how large your drive is and how much data you have, this CAN be a lengthy process, but compared to some other indexing programs, WinDirStat does a remarkably efficient job. The folders are then organize in a standard drill-down interface. Each one has an indicator of how large it is and how much of its parent (or &#8220;higher level&#8221;) folder it takes up. This interface alone is enough to make the software worth the download.</p>
<p><img title="windirstat_small" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/08/windirstat_small.jpg?323f2c" alt="WinDirStat" /></p>
<p>Beyond the complex file manager, the most noticeable feature of WinDirStat is their visualization system. Check out my &#8220;C&#8221; drive&#8217;s image below:</p>
<p><img class="aligncenter size-full wp-image-4988" title="windirstat_graphic_fixed" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/08/windirstat_graphic_fixed.jpg?323f2c" alt="" /></p>
<p>You&#8217;ll immediately notice there are a number of colors and most of the blocks are different sizes.  This is because WinDirStat marks every type of file (determined by file extension) with a unique color.  The larger the file, the larger the block.  Also, each visible section is part of the same folder. The column on the right, for instance, is the system folder and contains two giant, blue pagefiles (one is the regular pagefile and the other is the hibernation file).</p>
<p>Navigating around the image is fairly intuitive once you understand how it&#8217;s laid out.  Left clicking snaps the file manager to the file or folder in question.  Right clicking on any section brings up a contextual menu including the ability to zoom in as well as the ability to select the parent folder.</p>
<p style="text-align: left;">At the top of the screen there are several toolbar options:</p>
<p style="text-align: center;"><img class="size-full wp-image-4989 aligncenter" title="windirstat_toolbar" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/08/windirstat_toolbar.jpg?323f2c" alt="" /></p>
<p style="text-align: left;">From left to right they are:</p>
<ul>
<li>Open &#8211; for selecting a drive to index</li>
<li>Refresh &#8211; this can repopulate the map with new changes</li>
<li>Open Item &#8211; opens the selected item</li>
<li>Copy Path &#8211; a very useful tool to copy the path (address within the computer) of a file or folder</li>
<li>Explorer &#8211; opens the selection in Windows Explorer</li>
<li>Command Prompt &#8211; opens a command prompt window (pretty handy)</li>
<li>Refresh Selected &#8211; repopulates the map of the selection with any new changes</li>
<li>Delete to Recycle Bin &#8211; equivalent to hitting the delete key in Windows Explorer</li>
<li>Delete (instant) &#8211; immediately deletes the selection, bypassing the Recycle Bin</li>
<li>Properties &#8211; Shows the properties of the selection</li>
<li>Zoom In/Out &#8211; Enables zooming around the graphic interface (this will highlight the enlarged area in the file manager</li>
<li>Help &#8211; opens WinDirStat help</li>
</ul>
<p style="text-align: left;">There are more options in WinDirStat, but these particular ones are those that I have found most useful in cleaning out undesirable files.  One thing to keep in mind is that while WinDirStat may allow you to access any file on your computer, be careful what you delete.  Some of the files will be large and have names you are not familiar with.  Deleting them directly might cause irreparable damage to your PC.  I suggest Googling anything you aren&#8217;t sure about before you delete it.<br />
[rating=4]</p>
<p style="text-align: left;">If you&#8217;ve used WinDirStat, what are some things you use it for?  Personally, I use it to quickly navigate my iTunes library because old podcasts sometimes get hung up in the labyrinthic file system it uses.</p>
<p style="text-align: left;"><em>(By) Jimmy Rogers is a biology major at George Mason University and an avid freelance tech blogger.  Check out his blog, <a href="http://masontechbeat.blogspot.com/">Mason Tech Beat</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/visualize-your-hard-drive-with-windirstat/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Macnifying OS X: Introduction and working with NTFS Drives</title>
		<link>http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/</link>
		<comments>http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 18:02:18 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[usb drives]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4111</guid>
		<description><![CDATA[Make Use Of&#8217;s Mac section has been growing steadily over the past couple of months and we&#8217;ve published a lot of articles about random topics i.e. productivity, music, plugins, etc. So I&#8217;ve decided to start a biweekly column dedicated to people who have just started using Macs, a.k.a &#8220;Switchers&#8221;, focusing on the issues they might [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/07/macnifying-os-x.jpg?323f2c" alt="" align="left" />Make Use Of&#8217;s <a href="http://www.makeuseof.com/service/mac/">Mac section</a> has been growing steadily over the past couple of months and we&#8217;ve published a lot of articles about random topics i.e. productivity, music, plugins, etc. So I&#8217;ve decided to start a biweekly column dedicated to people who have just started using Macs, a.k.a &#8220;Switchers&#8221;, focusing on the issues they might face with the operating system during the early transition periods.</p>
<p>Hopefully this will ensure that your switch to Mac is a smooth process with minimal hiccups. So without further adieu, here is the first Make Use Of &#8220;Macnifying OS X&#8221; column.</p>
<h2>NTFS Blues</h2>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/07/hard-disk.jpg?323f2c" alt="" align="right" />When I first started using my Mac, the first problem I faced was NTFS drive compatibility issues. Macs run on a different file system called Hierarchical File System (HFS). Windows, on the other hand runs on a NT File System (NTFS). Because of this discrepancy, Macs can only <strong>read </strong>NTFS-formatted drives and are unable to write on them. This brought up a lot of fussing about when my friends had their portable hard disks over to copy stuff from my Mac, only to find that I can&#8217;t write (copy) files on it. They would throw up some unfriendly comments about Macs while I frantically looked for a spare USB thumb drive.</p>
<p>You would expect Apple to plug this miniscule problem by adding NTFS-write compatibility; that was what everyone hoped from OS X Leopard before it was launched. But they didn&#8217;t. This is one of Apple&#8217;s quirks. They seldom do what you&#8217;d expect them to.</p>
<p>Luckily, there were several groups of developers who got together and solved our simple but common problem. I&#8217;m going to write about two methods of solving it: one is free and the other isn&#8217;t.</p>
<h2>How to write on NTFS drives with Mac (the free solution)</h2>
<p>If you&#8217;ve ever done a search on Google on &#8220;How to write on NTFS with Mac&#8221;, you&#8217;d definitely come across <strong>NTFS-3G</strong>. <a href="http://macntfs-3g.blogspot.com/">NTFS-3G</a> is a driver that is used with <a href="http://code.google.com/p/macfuse/">MacFUSE</a> in order to create a fully-functional NT file system within OS X. Actually, NTFS-3G works on many other platforms as well but we shall focus on Mac for now.</p>
<p>NTFS-3G is an ongoing effort and its latest update was July 12 so that&#8217;s pretty recent. There are 2 versions of the driver: </p>
<ul>
- the stable one (which runs at around USB 1.1 speed so I wouldn&#8217;t recommend you use that),<br />
- and the UBLIO one (which is patched for improved performance).
</ul>
<p>I&#8217;ve tried using both and I can honestly tell you that the non-UBLIO one is truly, dreadfully slow. Also note that I&#8217;ve had some problems recognizing some particular unknown brands of hard disk enclosures. More reliable external hard disks like Maxtor and Western Digital read and write with no issues.</p>
<p>Installation is not very difficult. The first thing you need to do is install MacFUSE &#8212; get the latest version <a href="http://code.google.com/p/macfuse/downloads/list">here</a> (be aware that there are different versions for Tiger and Leopard). Then you&#8217;ll be asked to reboot your system. The next step would be to install NTFS-3G, reboot and you&#8217;re all set!</p>
<h2>The paid solution</h2>
<p>Although paying for software just in order to read and write on NTFS may sound grim, this piece of software might very well be worth your money. <a href="http://www.paragon-software.com/home/ntfs-mac/">Paragon NTFS</a> for Mac was very easy to install and use. It managed to detect and write to every NTFS-formatted hard disk I threw at it. If you would rather do away with the hassle of setting up MacFUSE and NTFS-3G, this is the next best thing. However, it comes with a price and $39.95 is hefty but arguably worth it. If you&#8217;re not convinced, <a href="http://www.paragon-software.com/home/ntfs-mac/download.html">try it for 10 days</a> and see how it goes. You might find yourself missing it after that trial period is over.</p>
<h2>The other solutions</h2>
<p>If you still have external hard disks which you need to use back and forth between Windows and Mac systems, maybe you could consider formatting them in FAT32 instead. Macs write on FAT partitions just fine.</p>
<p>Another option is to install virtualization software which will enable you to <a href="http://www.makeuseof.com/tag/virtualbox-running-windows-on-a-mac-for-free-sort-of/">run Windows on your Mac</a> but you would have to deal with the reduced transfer speeds as the data passes through the USB interface into the virtualization program and back onto your Mac.</p>
<p>To sum up, <a href="http://macntfs-3g.blogspot.com/">NTFS-3G</a> coupled with <a href="http://code.google.com/p/macfuse/">MacFUSE</a> is a great and free way to write on NTFS-formatted hard disks. <a href="http://www.paragon-software.com/home/ntfs-mac/">Paragon NTFS</a> does the same thing, is more convenient but comes with a $40 price tag. These tools will help bring about the sorely-needed NTFS-write capability to your Mac.</p>
<p><em>(By) Jackson Chung is a full-time medical student attempting to perform a juggling act with relationship, studies and his future.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/36 queries in 0.061 seconds using apc
Object Caching 648/733 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:06:17 -->
