1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
<!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=%3CAANLkTi%3DPgAu4%2BWiPbLGKFi0UsNkKj_Cb5AaJJm0Vz1Qx%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002702.html">
<LINK REL="Next" HREF="002704.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] time to switch from raw partitions to lvm?</H1>
<B>Thierry Vignaud</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=%3CAANLkTi%3DPgAu4%2BWiPbLGKFi0UsNkKj_Cb5AaJJm0Vz1Qx%40mail.gmail.com%3E"
TITLE="[Mageia-dev] time to switch from raw partitions to lvm?">thierry.vignaud at gmail.com
</A><BR>
<I>Mon Feb 21 10:36:15 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002702.html">[Mageia-dev] time to switch from raw partitions to lvm?
</A></li>
<LI>Next message: <A HREF="002704.html">[Mageia-dev] time to switch from raw partitions to lvm?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2703">[ date ]</a>
<a href="thread.html#2703">[ thread ]</a>
<a href="subject.html#2703">[ subject ]</a>
<a href="author.html#2703">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 21 February 2011 08:51, P. Christeas <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">p_christ at hol.gr</A>> wrote:
>><i> What do you think about switching from defaulting to installing on raw
</I>>><i> partitions to lvm
</I>>><i> installing on LVs like fedora does ?
</I>><i>
</I>><i> I vote against that. (=to be enabled by default)
</I>><i>
</I>><i> LVM is fine for "enterprise" setups, or better, installations where the
</I>><i> (expert) admin will need to resize/move partitions in the future. But, for
</I>><i> simple machines/users, the complexity of having LVM is IMHO not worth it.
</I>><i>
</I>><i> (remember also that on all *nix OSes, you can just add a partition, move some
</I>><i> files like /usr/share/doc into it and then mount it on /usr/share/doc, thus
</I>><i> freeing /usr of some space. No LVM, no virtualization, no ZFS required)
</I>
It's not as easy as LVM (need to use a partitionner).
Diskdrake and the like will force you to umount the partitions to resize
which may needs to boot on a rescue CD (eg for resizing / fs)
It may not be possible ie:
- you already have 4 primary partitions and none of them is an extended one.
- If you've a small 8Go partition at start of the disk followed by one
To partition
and you want to increase the first one, you're screwed without LVM
With LVM, you can just got some free space from anywhere (even another disk)
What's more, one gains many features:
- snapshots (yes snapshots for sql db backups are not for end users) but still
usefull for saving the whole system at one fixed time
- you can extend some filesystems from space from other disks
- it's easier to add space where needed when defaults partitions sizing proved
to be altered after some usage
- one can live resize (w/o umouting/remounting)
- one can use snapshots in order to rollback dangerous update
(eg: for trying initscript -> systemd switch, ...)
I think it brings many usefull features.
Those who don't want LVM could still do manual partitionning.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002702.html">[Mageia-dev] time to switch from raw partitions to lvm?
</A></li>
<LI>Next message: <A HREF="002704.html">[Mageia-dev] time to switch from raw partitions to lvm?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2703">[ date ]</a>
<a href="thread.html#2703">[ thread ]</a>
<a href="subject.html#2703">[ subject ]</a>
<a href="author.html#2703">[ 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>
|