<?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.com &#187; drive partitions</title>
	<atom:link href="http://www.makeuseof.com/tags/drive-partitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 01:09:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>15 Great Ubuntu Tips For Linux Power Users</title>
		<link>http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/</link>
		<comments>http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 12:01:06 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[drive partitions]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22547</guid>
		<description><![CDATA[A few days back I wrote about books that beginners can download and read to teach themselves Linux. Today in the Linux section we have something for the power users. Here are a few tips you should try out if you are an avid Ubuntu Linux user:
1. Get lightning fast and clever at the command [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/UbuntuLogo.png" alt="" vspace="5" align="left" />A few days back I wrote about books that beginners <a href="http://www.makeuseof.com/tag/5-downloadable-books-to-teach-yourself-linux/">can download and read</a> to teach themselves Linux. Today in the Linux section we have something for the power users. Here are a few tips you should try out if you are an avid Ubuntu Linux user:</p>
<h3><strong>1. Get lightning fast and clever at the command line</strong></h3>
<p>You can use keyboard shortcuts and other command line tricks to make entering commands easier and faster. You might already know about the &#8216;tab&#8217; key which completes partial commands and even file and directory names.</p>
<p>Here are some other keyboard shortcuts you can use within terminal:</p>
<p><span id="more-22547"></span></p>
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td width="85">Ctrl-a</td>
<td width="423">Move to the start of the line.</td>
</tr>
<tr>
<td>Ctrl-e</td>
<td>Move to the end of the line.</td>
</tr>
<tr>
<td>Alt-] <em>x</em></td>
<td>Moves the cursor forward to the next occurrence of x.</td>
</tr>
<tr>
<td>Alt-Ctrl-] <em>x</em></td>
<td>Moves the cursor backwards to the previous occurrence of x.</td>
</tr>
<tr>
<td>Ctrl-u</td>
<td>Delete from the cursor to the beginning of the line.</td>
</tr>
<tr>
<td>Ctrl-k</td>
<td>Delete from the cursor to the end of the line.</td>
</tr>
<tr>
<td>Ctrl-w</td>
<td>Delete from the cursor to the start of the word.</td>
</tr>
<tr>
<td>Ctrl-y</td>
<td>Pastes text from the clipboard.</td>
</tr>
<tr>
<td>Ctrl-l</td>
<td>Clear the screen leaving the current line at the top of the screen.</td>
</tr>
<tr>
<td>Ctrl-x Ctrl-u</td>
<td>Undo the last changes. Ctrl-_</td>
</tr>
<tr>
<td>Alt-r</td>
<td>Undo all changes to the line.</td>
</tr>
<tr>
<td>Alt-Ctrl-e</td>
<td>Expand command line.</td>
</tr>
<tr>
<td>Ctrl-r</td>
<td>Incremental reverse search of history.</td>
</tr>
<tr>
<td>Alt-p</td>
<td>Non-incremental reverse search of history.</td>
</tr>
<tr>
<td>!!</td>
<td>Execute last command in history</td>
</tr>
<tr>
<td>!abc</td>
<td>Execute last command in history beginning with abc</td>
</tr>
<tr>
<td>!<em>n</em></td>
<td>Execute <em>n</em>th command in history</td>
</tr>
<tr>
<td>^abc^xyz</td>
<td>Replace first occurrence of abc with xyz in last command and execute it</td>
</tr>
</tbody>
</table>
<p>Also don&#8217;t forget to check out <a href="http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/">4 websites where you can learn cool command line tricks</a></p>
<h3><strong>2. Launch Ubuntu Linux Applications with keyboard</strong></h3>
<p>There are two ways you can achieve this:</p>
<ul>
<li>Use applications like <a href="http://www.makeuseof.com/tag/be-more-productive-with-launchy-keystroke-launcher/">Launchy</a> or <a href="http://www.makeuseof.com/tag/8-most-useful-plugin-for-gnome-do/">Gnome-Do</a> that make it easier to launch applications by typing a few characters of the application&#8217;s name.</li>
<li>Or you can summon<em> gconf editor</em> (Alt+F2 then type gconf-editor and hit enter), and navigate to<strong> apps &gt; metacity &gt; global_keybindings</strong>, double click on any of the <strong>run_command_N</strong> and type in the keyboard shortcut you want to assign to an application then make a mental note of the number N. Then go to <strong>apps &gt; metacity &gt; keybinding_commands</strong> and double click on <strong>command_N</strong> (N being the number you used above) and type in the command you want to run. As an example if you wanted to run Firefox you would type in <em>firefox</em>.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/globalkeybindings.png" alt="" width="489" height="123" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/keybindings.png" alt="" width="492" height="118" /></p>
<p>Also check out <a href="http://www.makeuseof.com/tag/10-useful-ubuntu-keyboard-shortcuts-that-you-might-not-know-of/">these Ubuntu keyboard shortcuts you might not know about</a>.</p>
<h3><strong>3. Start from wherever you left off</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/remember.png" alt="" width="472" height="134" /></p>
<p>You can make Ubuntu remember the applications you had open when you last logged out, so that when you log back in again you&#8217;ll find all those applications running and you can resume right from where you left off.</p>
<p>To achieve this go to <em>System &gt; Preferences &gt; Startup Applications</em>, then go to the options tab and check <em>&quot;Automatically remember running applications when logging out&quot;</em></p>
<h3><strong>4. Create a Separate Ubuntu Linux Home Partition</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/mountashome.png" alt="" width="540" height="265" /></p>
<p>New versions of Ubuntu arrive every 6 months. Although you can upgrade to the latest version via the update manager, sometimes the upgrade doesn&#8217;t work as expected so some users like to do a fresh clean install.</p>
<p>The disadvantage with that of course is that you lose data you had in your home directory. To overcome this you can create a separate Home partition when you are installing Ubuntu, size it according to your requirements and then when you decide to install Ubuntu the next time, simply specify this partition as the Home partition (by choosing /home as the mount point).</p>
<p>All your files and data on the Home partition will be preserved even after a fresh install.</p>
<h3><strong>5. Update and Install Ubuntu Linux Software Without Internet Connection</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/aptoncd.png" alt="" width="496" height="364" /></p>
<p>There are lots of way to do this, the easiest of all is to use <a href="sdfsdfsd">APTonCD</a>. APTonCD allows you to create CDs and DVD&#8217;s containing all the packages you want, which you can then use to install software on computers without an internet connection.</p>
<p>Note that APTonCD requires you to have an internet connection (or downloaded packages) to <em>create</em> the installed media. However once the media is ready you don&#8217;t need an internet connection for any of the machines you want to install the software on. Insert the appropriate CD/DVD and use apt-get as you would normally.</p>
<h3><strong>6. Install new fonts, Microsoft fonts and improve font rendering</strong></h3>
<p><img style="margin-left:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/fonts.gif" alt="" vspace="5" width="199" height="142" align="right" />Ubuntu doesn&#8217;t offer many choices when it comes to the fonts. However you <a href="http://www.makeuseof.com/tag/10-useful-ubuntu-keyboard-shortcuts-that-you-might-not-know-of/">can easily install new fonts including those from Microsoft</a> like Arial, Verdana, impact and many more. You can use <a href="http://www.makeuseof.com/tag/the-top-5-best-online-sources-for-fonts/">different sites to find the kind of font you are looking for</a>.</p>
<h3><strong>7. Use PPAs, Install latest versions of software</strong></h3>
<p>There are a lot of steps that a software has to go through before it becomes part of Ubuntu or becomes available through the Ubuntu repositories. While all those steps lend additional stability, it generally means that you don&#8217;t get the latest versions of all the software as soon as they are released.</p>
<p>If you like to stay on the cutting edge, you can search for <strong>Personal Package Archives</strong> for your favorite software on <a href="https://launchpad.net/">Launchpad</a> and add those to your installation&#8217;s software sources. I briefly touched on <a href="http://www.makeuseof.com/tag/how-to-tweet-in-linux-using-pidgin/">PPAs and how to use them here</a>. If that seems like too much work, you can also download the latest deb packages and install them by double clicking (you won&#8217;t get automatic updates for the software if you install it this way).</p>
<p>Remember you might get into an occasional trouble or two with the latest versions, but mostly it wouldn&#8217;t be catastrophic. You can always hop over to the <a href="http://ubuntuforums.org/">Ubuntu Forums</a> to get quick help.</p>
<h3><strong>8. Be the root</strong></h3>
<p>The root account is disabled by default on Ubuntu installations, mainly to prevent you from doing something you didn&#8217;t intend to do. However if you &quot;<em>promise to be careful</em>&quot; you can enable root account as follows:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/rootenable.png" alt="" width="344" height="129" /></p>
<ol>
<li>Type<strong> </strong><em>sudo passwd root</em> and provide a root password.</li>
<li>Then head on over to <em>System &gt; Administration &gt; Login Window</em>, go to the <em>Security </em>tab and check &quot;<em>Enable local system administrator login&quot;</em></li>
</ol>
<p>You should now be able to login as root from the Login prompt. As an alternative you can use &quot;<em>sudo su</em>&quot; to provide your password and get root prompt.</p>
<h3><strong>9. Run Windows applications and games</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/menu.png" alt="" width="538" height="336" /></p>
<p>Who wouldn&#8217;t like to play Counter Strike on Ubuntu (unless of course you are completely not into it) or perhaps even run Photoshop? Well it is very much possible and <a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/">here is how to do it</a>.</p>
<h3><strong>10. Shorten boot time with profiling</strong></h3>
<p>Ubuntu Linux devs have done a great job with the boot time, Jaunty is fast and Karmic is slotted to be even faster. There is however a bit more you can do by profiling your boot. Profiling lets Ubuntu make a list of all the files that are accessed during bootup, it then sorts the files according to how they are stored on your hard disk. So the next time the system is booted, the files would be read faster.</p>
<p>To profile boot you need to follow these steps</p>
<ul>
<li>At the grub menu highlight the kernel you boot most often.</li>
<li>Press <strong>e</strong> for edit.</li>
<li>Choose the line starting with kernel and press e again. Now add the word <em>profile</em> to the end of this line. Hit Enter and then press <strong>b</strong> to boot</li>
</ul>
<p>Note that while profiling, the system will boot slower this one time, the next time however you should see an improvement. Also keep in mind that all this is machine-dependent and also depends on the arrangement of files on your hard disk, so the difference you see might not be huge, or even nil in some cases.</p>
<h3><strong>11. Try out different Ubuntu Linux Desktop Environments and Desktop Managers</strong></h3>
<p>If you are looking for something different than the default Gnome interface, you should check out <a href="http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/">alternative desktop managers that you can use</a>. If it is a complete Desktop Environment you are looking for, KDE4 has come a long way and is now impressively usable and fun. You can do a &quot;<em>sudo apt-get install kubuntu-desktop</em>&quot; to get KDE.</p>
<h3><strong>12. Create a media center or a media server</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/xbmcmedia.jpg" alt="" width="580" height="326" /></p>
<p>It would be great if you could easily browse and manage your huge collection of music, videos and pictures. Mesmerized by Windows Media Center&#8217;s slick interface? Wait till you see what all cool options you have to <a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/">turn your Ubuntu system into a media center</a>. You can even access your media collection on your phone, PSP or a different computer if you set up a <a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-server-part-2/">media server</a> on your Ubuntu machine.</p>
<h3><strong>13. Share Firefox profile data with Windows</strong></h3>
<p>Many people use Windows and Linux on the same machine. If you are one of them, there would have been times you couldn&#8217;t find that bookmark you created or password you stored when you were using Firefox from within Windows. Check out how you can <a href="http://www.makeuseof.com/tag/share-you-firefox-data-across-operating-systems-and-computers/">share Firefox profile data across operating systems</a> without syncing it over the web (works best if you have the same version of Firefox in both OS&#8217;s). For different computers you can of course use <a href="http://labs.mozilla.com/projects/weave/">Weave</a>.</p>
<h3><strong>14. Customize Nautilus to your liking</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/menunact.png" alt="" width="322" height="242" /></p>
<p>Nautilus is the default file manager on Ubuntu. While you may be content with what it does, there is lots more you can make it do. You can <a href="http://www.makeuseof.com/tag/linux-68-useful-extensions-to-improve-nautilus-functionality/">use extensions to improve functionality</a> and even <a href="http://www.makeuseof.com/tag/add-custom-functionality-to-nautilus-linux/">add custom functionality to Nautilus</a></p>
<h3><strong>15. Compile your own Kernel</strong></h3>
<p>If you can&#8217;t find something to keep you busy for the weekend and you have your customization hat on, how about building a kernel to specifically meet your requirements? This is frankly more of a learning experience. Some might say that it enables you to use just the features and drivers you require, but if everything is working fine with the kernel supplied and you don&#8217;t have any interest in the Linux kernel, skip ahead this one is not for you.</p>
<p>If however you require some of the experimental features of the kernel, or need it to be compiled in some other special way we say you check out <a href="https://help.ubuntu.com/community/kernel/compile">this guide</a> within Ubuntu Documentation.</p>
<h3><strong>16. Change Usplash Screen and create a custom splash screen for GRUB</strong></h3>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/ubuntu-usplash.png" alt="" vspace="5" align="left" />So you didn&#8217;t count the last one? Here is another one then. A Usplash screen is Ubuntu text and a logo with a progress bar that you see when you boot up Ubuntu.</p>
<p>If you would like to change that to something more interesting <a href="http://www.makeuseof.com/tag/how-to-easily-change-your-usplash-screen-in-ubuntu/">follow these steps</a>. What better way to show your Linux fu than customizing the very first screen that appears? You can create a custom splash screen using one of your photos, GIMP and a little tweaking. <a href="http://www.makeuseof.com/tag/how-to-easily-change-your-usplash-screen-in-ubuntu/">Here is the how-to</a>.</p>
<p>Know some more tips or great hacks for Ubuntu Linux users? Sure you do, go ahead let us know about them in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/get-screen-actions-for-your-mouse-on-linux/" title="How to Get Screen Actions for your Mouse on Linux (August 19, 2008)">How to Get Screen Actions for your Mouse on Linux</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/5-applications-to-change-the-way-you-work-with-linux-terminal/" title="5 Cool Apps to Make the Linux Terminal More Productive (September 16, 2008)">5 Cool Apps to Make the Linux Terminal More Productive</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/top-3-sites-to-help-you-become-a-linux-command-line-master/" title="Top 3 Sites To Help You Become A Linux Command Line Master (November 16, 2009)">Top 3 Sites To Help You Become A Linux Command Line Master</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/" title="The Ubuntu Upgrade Guide (October 29, 2008)">The Ubuntu Upgrade Guide</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Create &amp; Resize Windows Partitions with Free PartitionManager</title>
		<link>http://www.makeuseof.com/tag/easily-create-edit-windows-partitions-with-partitionmagic/</link>
		<comments>http://www.makeuseof.com/tag/easily-create-edit-windows-partitions-with-partitionmagic/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 17:01:30 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[drive partitions]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=13015</guid>
		<description><![CDATA[I am an old school network admin and when I first found out I could re-size active hard drive partitions without losing my data back in the late 90’s on a Windows NT machine &#8211; I was ecstatic.
Yes I am so old school I remember when it was called The Partition Magician and it was [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/02/parthead.png" border="0" alt="resize windows parititon" vspace="10" align="left" />I am an old school network admin and when I first found out I could re-size active hard drive partitions without losing my data back in the late 90’s on a Windows NT machine &#8211; I was ecstatic.</p>
<p>Yes I am so old school I remember when it was called The Partition Magician and it was owned by <a href="http://www.powerquest.com">PowerQuest</a> and NOT Symantec who acquired them in 2003.</p>
<p>But any which way PartitionMagic does a great job at pretty much anything Partition related.</p>
<p>Long story short – PartitionMagic, even though it is not still being developed or improved, will cost you around $50 for a legitimate copy.</p>
<p>Yes people do pay for software when they have no other options – but, today I found a little known application (little known to me at least!) called <a href="http://www.partition-tool.com/">EASEUS Partition Manager 3.0 Home Edition</a>. The free alternative to PartitionMagic will do all the good stuff PartitionMagic did for me, so what’s the catch? It is only free FOR HOME USERS and 32 Bit Operating Systems. Fair enough. Let’s take her for a test drive.</p>
<p>I have a NTFS IDE hard drive sitting on my desk with some old data on it. I believe it is a 80GB drive. Let’s see how hard it will be to split that into two drives without putting the kibosh on my data.</p>
<p>I started by downloading the installer file from <a href="http://www.download.com/Easeus-Partition-Manager/3000-2248_4-10863346.html">Download.com here</a>. It is a 7.9MB zip file. The zip file has one exe file in it that is slightly larger. I ran it, plugged my hard drive into an IDE-USB enclosure for the test and got down to business…</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/part1.png" border="0" alt="resize partition" /></p>
<p>I chose the partition I want to resize and I right-clicked on it. It gave me this context menu.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/part2.png" border="0" alt="parition manager - free alternative to partition magic" /></p>
<p>I chose Resize and I got the screen below. I have not had issues with resizing or moving partitions back in the day but you <strong>SHOULD ALWAYS BACKUP before starting any operation that messes with your file structure. </strong><span style="color: #ff0000;">So if you haven’t backed up yet… Do it now!</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/part3.png" border="0" alt="free partition resizer" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/part4-thumb.png" border="0" alt="resize partition freeware" /></p>
<p>On the next screen you tell the partition resizer how much space you want after you are complete. Then you simply click OK and let it rock and roll.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/part5-thumb.png" border="0" alt="free partition software" /></p>
<p>Now as you can see by the new notification in the lower left hand corner, it says there is one operation pending. Now you need to click &#8216;apply&#8217; to start it off.</p>
<p>Then another confirmation box will pop up asking you if you are ready to do this now…</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/part6.png" border="0" alt="edit partition windows xp" /></p>
<p>Then for most of the resizing/moving partition options Windows will need to reboot to finish its process. Make sure you don&#8217;t have any open files and you are ready to continue.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/part7.png" border="0" alt="part7" /></p>
<p>That is it and you are on your way to having another partition created without erasing your disk or dropping some serious duckets.</p>
<p>When your machine comes back up you are golden! Do you have another FREE partition magic-like program you use? If so share it with us&#8230;.in the comments boys and girls!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/great-alternatives-to-quicktime-and-realplayer/" title="Great Alternatives to Quicktime and RealPlayer (May 8, 2008)">Great Alternatives to Quicktime and RealPlayer</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-your-windows-operating-system-with-xpy/" title="Tweak Your Windows Operating System With Xpy (October 4, 2008)">Tweak Your Windows Operating System With Xpy</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-xpvista7-to-your-taste-with-xdn-tweaker/" title="Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker (May 2, 2009)">Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/" title="TaggedFrog &#8211; Cool File Tagging App for Windows (March 4, 2009)">TaggedFrog &#8211; Cool File Tagging App for Windows</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/easily-create-edit-windows-partitions-with-partitionmagic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Recover Deleted Files From Your Linux System</title>
		<link>http://www.makeuseof.com/tag/recover-deleted-files-from-your-linux-system/</link>
		<comments>http://www.makeuseof.com/tag/recover-deleted-files-from-your-linux-system/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:01:47 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[drive partitions]]></category>
		<category><![CDATA[file recovery]]></category>
		<category><![CDATA[undelete]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=7115</guid>
		<description><![CDATA[Recovering deleted/lost files on a Windows system is easy to do as there are plenty of software (both paid and free file recovery apps) that allows you to do so like a CSI expert.  But what about Linux?
Recently my Linux hard disk crashed on me and it was then that I discovered that there was [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/11/hard-disk.jpg" border="0" alt="" align="left" />Recovering deleted/lost files on a Windows system is easy to do as there are plenty of software (both paid and free <a href="http://www.makeuseof.com/tags/file-recovery/">file recovery apps</a>) that allows you to do so like a CSI expert.  But what about Linux?</p>
<p>Recently my Linux hard disk crashed on me and it was then that I discovered that there was a limited choice of data recovery tools that I could use on my Linux system. In my desperate attempt to revive my hard disk (and the data on it), I came across these two great pieces of software <a href="http://www.cgsecurity.org/wiki/TestDisk" target="_blank">TestDisk</a> and <a href="http://www.cgsecurity.org/wiki/PhotoRec" target="_blank">PhotoRec</a> that single-handedly saved my hard disk.</p>
<h2><a href="http://www.cgsecurity.org/wiki/TestDisk_Download" target="_blank">TestDisk</a> &#8211; Recover Lost Partitions</h2>
<p>TestDisk is a partition recovery software that can recover any lost partition or make a non-booting disk bootable again. It can be really handy when your hard disk has crashed due to faulty software, viruses or any accidental removal of the partition.</p>
<p>It doesn&#8217;t matter whether you are using Windows, Linux, Mac or any other UNIX system because TestDisk is able to recover them all.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/testdisk1.jpg" alt="recover partition" /></p>
<p>As you can see from the image above, TestDisk is run in the terminal (or DOS) mode. That doesn&#8217;t mean it is difficult to use. There is no command line to remember. All you need to do is to move your arrow keys and press Enter to select the right answer, just like how you answer an online survey.</p>
<p>Select the hard disk to scan for the lost partition :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/testdisk2.jpg" alt="recover lost files" /></p>
<p>Select the partition type :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/testdisk3.jpg" alt="testdisk-screenshot3" /></p>
<p>Find the lost partition :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/testdisk4.jpg" alt="testdisk-screenshot4" /></p>
<p>Write the data to the partition :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/testdisk5.jpg" alt="testdisk-screenshot5" /></p>
<p>Most of the time when your hard disk has crashed, or fails to boot, it doesn&#8217;t mean that it is spoilt. It could just be due to a corrupted file or accidental removal of the boot record, which can be easily fixed with TestDisk.</p>
<p>I have successfully restored two 80GB hard disks that originally could not be booted up.</p>
<h2><a href="http://www.cgsecurity.org/wiki/TestDisk_Download" target="_blank">PhotoRec</a> &#8211; Recover Lost and Deleted Files</h2>
<p>PhotoRec works to recover lost files from any storage devices, including video, documents, pictures and archives from hard disks, memory cards, USB thumb drives and CD-ROM&#8217;s. It doesn&#8217;t care what filesystem you are using and it goes deep under to dig out any underlying data.</p>
<p>Even if your storage device is severely damaged or re-formatted, there is a great chance that you can retrieve your data, as long as it has not been overwritten.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/photorec1.jpg" alt="photorec-recover deleted files" /></p>
<p>Unlike other data recovery software, PhotoRec does not come with a nice user interface and it does not allows you to select which files to restore. By default, it will recover all the files that it can find, but you can configure it to search only for a particular file extension.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/photorec2.jpg" alt="photorec-screenshot2" /></p>
<p>A point to note while using PhotoRec: you should never restore a file to its original location as it will overwrite the data and make the file unrecoverable. Instead, restore the files to a secondary hard disk or a separate partition.</p>
<h2>Conclusion</h2>
<p>I would strongly recommend TestDisk and PhotoRec as Linux data recovery tools. Although they are not as visually appealing, their solid support for multiple platforms and filesystems give them a great advantage over other data-recovery software, not to mention that they are free too.</p>
<p>If you are using Windows and want to retrieve lost files, other data recovery software (such as <a href="http://www.makeuseof.com/tag/how-to-securely-retrieve-and-delete-pc-files/" target="_blank">Restoration</a> and <a href="http://www.makeuseof.com/tag/recover-lost-computer-files-with-undelete-plus/" target="_blank">Undelete Plus</a>) would be useful as they have a better interface and give you more control over which files to restore. However, if you are on Linux, Mac or any other platform other than Windows, PhotoRec would be a great alternative.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/restore-your-deleted-files-easily-with-recuva/" title="Restore Deleted Files Easily With Recuva (December 7, 2008)">Restore Deleted Files Easily With Recuva</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/recover-lost-computer-files-with-undelete-plus/" title="Recover Lost Computer Files with Undelete Plus (October 28, 2008)">Recover Lost Computer Files with Undelete Plus</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/retrieve-deleted-pictures-from-your-camera-with-pc-inspector-smart-recovery-windows/" title="How to Recover Deleted Pictures from a Digicam Memory Card (July 5, 2009)">How to Recover Deleted Pictures from a Digicam Memory Card</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/3-remarkable-file-recovery-tools/" title="3 Remarkable File Recovery Tools (May 6, 2009)">3 Remarkable File Recovery Tools</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/" title="15 Great Ubuntu Tips For Linux Power Users (August 8, 2009)">15 Great Ubuntu Tips For Linux Power Users</a> (83)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/recover-deleted-files-from-your-linux-system/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 20:02:54 +0000</pubDate>
		<dc:creator>Blake Elias</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[drive partitions]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[How-To]]></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 [...]]]></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&#8217;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://www.makeuseof.com/wp-content/uploads/2008/08/ext2-ifs-screenshot.png" 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>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/" title="The Ubuntu Upgrade Guide (October 29, 2008)">The Ubuntu Upgrade Guide</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/put-your-life-on-a-stick/" title="Put your Life On a USB Stick [Linux] (April 7, 2008)">Put your Life On a USB Stick [Linux]</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/" title="Macnifying OS X: Introduction and working with NTFS Drives (July 30, 2008)">Macnifying OS X: Introduction and working with NTFS Drives</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/" title="How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC (October 24, 2009)">How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/work-with-linux-partitions-from-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
