Quote:
Originally Posted by RuffLiner5579 What is a extended filesystem from what i hear it's used to install applications outside the original filesystem is that true? |
That phrase doesn't make any sense to me.
There's two things I can think of, though:
1.- extended filesystem, which is actually a filesystem, just like fat or ntfs, but for linux. There are lots of different filesystems. Just like there are lots of different OSes out there. There are actually three revisions of the so called "extended filesystem": ext, ext2 and ext3. Additionally, ext4 is in the work, and will hopefully soon arrive. Those filesystems (well, except for the first revision which as far as I know was abandoned long ago) are widely used under linux. Ext2/3 is considered to be the native filesystem for linux because ext was the first filesystem designed exclusively, unlike the rest which are just ports, or have been designed for multiple platform support) for linux, just like fat and ntfs are native filesystems for windows.
2.- extended partition, is an special type of partition that can hold logical drives into it. This was invented to overcome a limitation, since pc's couldn't deal with more than 4 partitions. Inside an extended partitions you can create more logical drives, thus, extending the limit.
If you don't understand a word, try to describe what do you want to do on a simple but concrete way if it's possible. Hopefully, we can figure a way to help you.