[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Jessie/HowTo/Administration" by HolgerLevsen
Debian Wiki
debian-www at lists.debian.org
Fri May 1 15:48:03 UTC 2015
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Jessie/HowTo/Administration" page has been changed by HolgerLevsen:
https://wiki.debian.org/DebianEdu/Documentation/Jessie/HowTo/Administration?action=diff&rev1=9&rev2=10
Comment:
s#GB#GiB#g
=== Logical Volume Management ===
Logical Volume Management (LVM) enables resizing the partitions while they are mounted and in use. You can learn more about LVM from the [[http://www.tldp.org/HOWTO/LVM-HOWTO/|LVM HowTo]].
- To extend a logical volume manually you simply tell the {{{lvextend}}} command how large you want it to grow to. For example, to extend home0 to 30GB you use the following commands:
+ To extend a logical volume manually you simply tell the {{{lvextend}}} command how large you want it to grow to. For example, to extend home0 to 30GiB you use the following commands:
{{{
lvextend -L30G /dev/vg_system/skole+tjener+home0
resize2fs /dev/vg_system/skole+tjener+home0}}}
- To extend home0 by additional 30GB, you insert a '+' (-L+30G)
+ To extend home0 by additional 30GiB, you insert a '+' (-L+30G)
== Installing a graphical environment on the main-server to use GOsa² ==
More information about the debian-edu-commits
mailing list