LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Difference between LVM and Ext3 (https://www.linuxquestions.org/questions/linux-newbie-8/difference-between-lvm-and-ext3-824125/)

jeffmonte 08-04-2010 08:52 AM

Difference between LVM and Ext3
 
Could any one please give me a clear view on ext3v and LVM?

Which one would be better on any case?

Any thoughts would be welcome :)

zordrak 08-04-2010 09:04 AM

LVM is software-based storage aggregation technology.
Ext3 is a filesystem.

There is no "which is better?" as they are completely different things.

alli_yas 08-04-2010 09:19 AM

To add on to zordrak's (correct) explaination above:

LVM aggregates your disk/s in terms of the devices that are presented to the OS.

Whether you have an ordinary partition; or an LVM logical volume; you need to format a filesystem on this; in order to mount it and thereby use the space.

ext3 is a type of filesystem that you can format on a device.

myposts 08-04-2010 11:02 AM

in short...
 
1. ext3 is a type of filesystem (there are many from msdos, hpfs, ext2 and so on)

2. lv is a structure of volumes each of which is to be formatted with some filesystem type (like ext3, ext2 etc...)

I hope it helps

Linux=Freedom
see unixacademy.com

jeffmonte 08-05-2010 01:12 PM

Yoy... Thanks... I have searched out around google and got your points too :D


All times are GMT -5. The time now is 09:32 PM.