Archive for October 20th, 2009

Submit to StumbleUponDigg ThisShare on TwitterSave on Delicious

Understanding Linux Filesystems & Linux Filesystem Types – Linux System Admin Training – Run Ubuntu
By Clyde E. Boom

The Default Linux File Systems (Filesystems)

The default filesystems that are recognized by Linux are specified in the text file named filesystems in the /proc directory.

Four of the filesystems that are commonly found on a Linux system are: ext2 (old and less common), ext3 (very common), iso9660 and swap.

Some Linux distributions also use other filesystems.

For example, instead of the ext3 filesystem, the SUSE and openSUSE distributions use the reiserfs filesystem by default.

In addition to the above filesystems, by default Linux can also recognize a partition that is a “swap” partition.

Depending on the documentation that you are reading and the command or utility that you are using, “swap” is not typically considered to be a filesystem type. It is a type of partition that is treated by the OS as virtual memory (where hard disk storage space works as though it is RAM memory).

The following is a description of some of the commonly used Linux filesystems.

ext2 (second extended filesystem) supports UNIX/Linux files and directories and allows for long file names (up to 255 characters).

ext3 (third extended filesystem) is the current default filesystem for Red Hat, Fedora and many other Linux distributions. The ext3 filesystem is on the way to becoming the de facto standard for Linux.

ext3 is based on the previous ext2 filesystem. It is basically the same as ext2, with the main difference being that ext3 supports a feature called “journalling”. The greatest benefit of this feature is that it provides a quicker recovery when a filesystem “crash” occurs and a system goes “down” (and stops working).

If files are corrupted on a partition using ext2, then the Linux fsck (filesystem check) utility is run to check the filesystem and repair it and this can take a very long time.

When the files on an ext3 filesystem become corrupted, then the fsck utility is still run to check and repair the filesystem, but this takes much less time due to the journalling feature of ext3.

vfat is the Linux filesystem that is compatible with DOS file names and Windows long file names. In some Linux utilities, “vfat” appears as “fat” or “fat32″.

iso9660 is the filesystem used on a CD-ROM.

swap (a.k.a. Linux swap partition, swap drive, swap space) is a disk partition that is used by the Linux OS as “virtual memory”. Linux uses the disk space that you have specified for the swap drive as though it were RAM (memory chips in your system).

The Linux filesystem type concepts and definitions covered here apply to: Ubuntu, Debian, Red Hat, Fedora, SUSE, Slackware, openSUSE – and ALL other Linux distributions.

By the way…do you want to learn exactly how to use Linux and run Linux commands for Linux System Administration and get real, practical Linux training experience by running hundreds of examples of Linux commands?

Just click to download my free new Linux commands training course book and Linux audio podcast (.mp3) files here: Linux Commands Training Mini-Course

Clyde Boom says “Learn how to use Linux commands with easy, self-paced Linux training materials that show you how to run hundreds of examples of the essential Linux System Administration commands – and get that new and better job, promotion, raise – or keep your current job!”

You can get your instant access to my free Linux commands training course at:
http://www.LinuxCommandsTrainingCourse.com

Tags: , , , , , ,
Submit to StumbleUponDigg ThisShare on TwitterSave on Delicious

Ubuntu Business Model – A Misunderstood Concept
By Luqman Saeed

ubuntu128x130Canonical, the business arm of Ubuntu, has one of the most promising business models in the Linux world, and also the most misunderstood. First of all, Ubuntu is in a market termed by economists as a perfectly competitive market. This means that it cannot charge any price beyond that which is determined by the market. The only way to make profit, as has rightly been identified by Canonical is to create an ecosystem of products and services around Ubuntu, which would complement the functions of the OS.

This is model of making profit is not new. There are other companies that make money from this method. Give the primary product for free but then create other value added products and services that complements this primary product. To make profit from this kind of business model takes time and a lot of investment. Mark Shuttleworth, the financial backbone of the Ubuntu project rightly knows so and is doing exactly that. Most critics of the Ubuntu distro, are convinced that it’s only a matter of time before Ubuntu also capitulates like its predecessors for lack of funds. They couldn’t be further from reality.

The fact that Canonical after six years of existence is not making any profit does not spell any doom, neither does it mean there is no light at the end of the tunnel. Most of the distros that are always used as yardsticks to tell how Ubuntu is bound to wither away did not have any other strategic business model in place. They only offered a Linux distro and expected to make money from it. Some also did not have a thorough understanding of the market in which they operated. Ubuntu so far has not fallen in any of those traps.

ubuntuimagesThe recent partnerships between Canonical and big shot OEMs like Dell and IBM only goes to underscore the fact that the Ubuntu business model has a lot of potential. Companies like Dell and IBM will not partner a distro that they do not believe to have a future. Their partnering with Canonical to offer Ubuntu only underscores one fact- there is light at the end of the tunnel for Ubuntu’s profitability.

Also, there are those that claim Ubuntu is an ugly, over-hyped distro by mostly fanboys like myself. Well they have the right to their opinions, but a thorough analysis of Ubuntu tells you that it is in the news virtually every other day. Not a day or two passes without Ubuntu being in the news. Count how many times this week that you’ve heard of the name Ubuntu in the news and you will understand why it is popular. As for the ugliness, I believe it takes time to get used to. I also initially disliked the brown, but when I got used to it, I could hardly like any other color or theme.

The fact remains, that Ubuntu, despite all the short comings of its commercial backer like not contributing enough upstream or not giving enough back to the community, is an OS that has the potential to be a market leader in the desktop Linux OS market and whether critics agree or not, Ubuntu will for the foreseeable remain a popular, first choice OS for a lot of people.

The author is the owner of the blog Ghabuntu and CEO of Ghabuntu Consult located in Accra, Ghana, which specializes in helping small and medium scale enterprises adopt Open Source software to improve profitability. Ghabuntu Consult can also be a representative for Open Source companies that are seeking partners in Africa. The author can be reached on ghabuntu@gamil.com and
http://sinaisix.blogspot.com.

Tags: ,
Back to top