Partition Assistant Extends And Resizes Windows Partition + Free Giveaway

pa-main

In Windows Vista and 7, you can go the Disk Management Console to manage your partition, but if you are looking for a much easier (and quicker) way to extend, move, resize your Windows partition, Aomei Partition Assistant is one good tool that you can use. (And yes, there is a giveaway for this great software, read on for more details)
[Read more...]

Getting to Know Your fstab

fstab-smallMost modern Linux distros are pretty good about automatically mounting your drives and partitions when you need them, but as with most things automatic, it doesn’t always work quite the way you want. On Ubuntu, for instance, secondary drives and partitions are not mounted until you attempt to access them by the file manager or other Gnome tool. In many cases it would be better to mount it on boot, or as a read-only device. The base system’s GUI often doesn’t include any way to do these things, and third party programs have to be installed separately and may not work on all distributions. It’s time to revisit /etc/fstab, the time-honored method of easily managing your drives and partitions.
[Read more...]

How to Easily Mount NTFS Partition in Mac Snow Leopard

ntfsmounter-logoWhile Mac Snow Leopard comes with support for NTFS volumne, it doesn’t really automatically mount it (or provide you a way to mount it) upon booting up. Most people resort to MacFuse and NTFS-3G while others tried various hacks just to get their NTFS partition working in the Finder, with varying success. If you are looking for an easier (and painfree) way, you should check out NTFS mounter.
[Read more...]

A Quick Guide to Linux Partition Schemes

partitions_Hard DriveWhat partition setup should you use when dual-booting Windows and Linux? Should you have a separate partition for /home? Why do some people put /boot into its own partition? These are the questions that have plagued mankind since the dawn of time (or thereabouts). This guide aims to answer some of those questions and demonstrate some partition schemes that may save you some space, hassle, or data loss down the line.

[Read more...]

5 System Administration Tools for KDE

preferences-systemKeeping any computer system running can be some work. It would be nice if we never had to do any type of maintenance or troubleshooting, but no operating system has reached that point. Many desktop Linux users have server administration experience and are quite comfortable dropping to the command line and tinkering with their system. Not only do they know how to do this, it is the method that makes them comfortable.

For those users who use a desktop operating system and expect a graphical experience, opening a terminal window is not a normal thing to do. That does not mean they are incapable of learning it. They are just more comfortable with a visual interface.

There are many control panel tools and settings dialogs in KDE that make it easier for graphical-minded users to get things done. Here are five stand-alone applications that will help you stay informed about your computer’s status and health.
[Read more...]

How To Upgrade From Ext3 To Ext4 Without Formatting The Hard Disk

ext4Yesterday, we have discussed some of the new features in Ubuntu 9.04 Jaunty. In that article, I did mention that the new filesystem – ext4 is stable, fast and backward compatible with ext2 and ext3. Today, we will look at how you can upgrade your existing ext3 filesystem to ext4 without reformating your hard disk.

[Read more...]

How To Auto-mount Your NTFS Partition In Ubuntu

ntfs-logoIf you are dualbooting Windows and Ubuntu on your computer, you will know that you can easily read and write to your NTFS partition from your Ubuntu desktop. One thing though, your Ubuntu does not automount the NTFS partition by default. Everytime you need to access the NTFS partition, you have to first go to your Nautilus and click on the NTFS drive (and enter your password) to mount it before you can access it.

A good way to workaround this is to make your Ubuntu automount your NTFS partition upon booting up. While this can be easily fixed by changing the fstab file, it involves hitting the terminal and edit the root file, which maybe a big turn off for newbies and it could possibly crash your system if it is not handled properly.

To fix this issue the simpler way, we can install the application PySDM and access the storage device manager with a simple to use and user-friendly interface.

[Read more...]