summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110224/002759.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/20110224/002759.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/20110224/002759.html')
-rw-r--r--zarb-ml/mageia-dev/20110224/002759.html131
1 files changed, 131 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110224/002759.html b/zarb-ml/mageia-dev/20110224/002759.html
new file mode 100644
index 000000000..ce00a8a8d
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110224/002759.html
@@ -0,0 +1,131 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] time to switch from raw partitions to lvm?
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20time%20to%20switch%20from%20raw%20partitions%20to%20lvm%3F&In-Reply-To=%3C4D65E753.9070301%40laposte.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002784.html">
+ <LINK REL="Next" HREF="002773.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] time to switch from raw partitions to lvm?</H1>
+ <B>andre999</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20time%20to%20switch%20from%20raw%20partitions%20to%20lvm%3F&In-Reply-To=%3C4D65E753.9070301%40laposte.net%3E"
+ TITLE="[Mageia-dev] time to switch from raw partitions to lvm?">andr55 at laposte.net
+ </A><BR>
+ <I>Thu Feb 24 06:06:27 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002784.html">[Mageia-dev] cleaning old architecutres in glibc and elsewhere
+</A></li>
+ <LI>Next message: <A HREF="002773.html">[Mageia-dev] time to switch from raw partitions to lvm?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2759">[ date ]</a>
+ <a href="thread.html#2759">[ thread ]</a>
+ <a href="subject.html#2759">[ subject ]</a>
+ <a href="author.html#2759">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Thierry Vignaud a &#233;crit :
+&gt;<i>
+</I>&gt;<i> On 21 February 2011 08:51, P. Christeas&lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">p_christ at hol.gr</A>&gt; wrote:
+</I>&gt;&gt;&gt;<i> What do you think about switching from defaulting to installing on raw
+</I>&gt;&gt;&gt;<i> partitions to lvm
+</I>&gt;&gt;&gt;<i> installing on LVs like fedora does ?
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> I vote against that. (=to be enabled by default)
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> LVM is fine for &quot;enterprise&quot; setups, or better, installations where the
+</I>&gt;&gt;<i> (expert) admin will need to resize/move partitions in the future. But, for
+</I>&gt;&gt;<i> simple machines/users, the complexity of having LVM is IMHO not worth it.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> (remember also that on all *nix OSes, you can just add a partition, move some
+</I>&gt;&gt;<i> files like /usr/share/doc into it and then mount it on /usr/share/doc, thus
+</I>&gt;&gt;<i> freeing /usr of some space. No LVM, no virtualization, no ZFS required)
+</I>&gt;<i>
+</I>&gt;<i> It's not as easy as LVM (need to use a partitionner).
+</I>&gt;<i> Diskdrake and the like will force you to umount the partitions to resize
+</I>&gt;<i> which may needs to boot on a rescue CD (eg for resizing / fs)
+</I>&gt;<i> It may not be possible ie:
+</I>
+A rescue CD like Sysrescuecd is easy to use and comes with all the tools
+needed.
+It would be nice if the rescue option of the eventual release Mageia
+dvds contained the few utilities necessary for this.
+
+&gt;<i> - you already have 4 primary partitions and none of them is an extended one.
+</I>
+A gpt partition table solves this problem.
+Standard gpt allows 128 partitions in less space than is typically used
+with an mbr partition table with an extended partition.
+As well, there is a backup partition table at the end of the disk, so it
+is inherently more reliable.
+
+&gt;<i> - If you've a small 8Go partition at start of the disk followed by one
+</I>&gt;<i> To partition
+</I>&gt;<i> and you want to increase the first one, you're screwed without LVM
+</I>&gt;<i> With LVM, you can just got some free space from anywhere (even another disk)
+</I>
+You can do that with symbolic links if you don't want to resize the
+partitions. Although I wouldn't partition a disk like that in the first
+place. (I prefer dividing a disk into a least several partitions. I
+have 8 on my current system.)
+
+&gt;<i> What's more, one gains many features:
+</I>&gt;<i>
+</I>&gt;<i> - snapshots (yes snapshots for sql db backups are not for end users) but still
+</I>&gt;<i> usefull for saving the whole system at one fixed time
+</I>&gt;<i>
+</I>&gt;<i> - you can extend some filesystems from space from other disks
+</I>&gt;<i>
+</I>&gt;<i> - it's easier to add space where needed when defaults partitions sizing proved
+</I>&gt;<i> to be altered after some usage
+</I>&gt;<i>
+</I>&gt;<i> - one can live resize (w/o umouting/remounting)
+</I>&gt;<i>
+</I>&gt;<i> - one can use snapshots in order to rollback dangerous update
+</I>&gt;<i> (eg: for trying initscript -&gt; systemd switch, ...)
+</I>&gt;<i>
+</I>&gt;<i> I think it brings many usefull features.
+</I>&gt;<i> Those who don't want LVM could still do manual partitionning.
+</I>
+These seem to be mostly enterprise-oriented factors, unless I'm missing
+something.
+For now at least, I prefer manual partitionning to be the default.
+
+--
+Andr&#233;
+</PRE>
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002784.html">[Mageia-dev] cleaning old architecutres in glibc and elsewhere
+</A></li>
+ <LI>Next message: <A HREF="002773.html">[Mageia-dev] time to switch from raw partitions to lvm?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2759">[ date ]</a>
+ <a href="thread.html#2759">[ thread ]</a>
+ <a href="subject.html#2759">[ subject ]</a>
+ <a href="author.html#2759">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>