Gentoo Archives: gentoo-user

From: Chris Frederick <cdf123@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 1/2 OT: What Linux could learn from mainframes ?
Date: Mon, 24 Mar 2008 15:10:01
Message-Id: 47E7C446.8080501@cdf123.net
In Reply to: [gentoo-user] 1/2 OT: What Linux could learn from mainframes ? by Enrico Weigelt
1 Enrico Weigelt wrote:
2 > Hi folks,
3 >
4 >
5 > after reading several articles about Mainframes and similar archs
6 > (even ancient ones like B7000), I wonder if Linux world could
7 > learn something from there.
8 >
9 > One very interesting point (IMHO) is the storage abstraction.
10 > AFAIK, Mainframes work on one large virtual memory (disks for
11 > swapping out RAM, tapes for swapping out disks, etc).
12 > This way you just allocate some piece of space (like some virtual
13 > partition) to an application (of guest). If you need more space,
14 > just plug in more disks and the OS will handle all this automatically.
15 >
16 > I'm currently planning to implement an similar approach for Linux
17 > (at least virtual block devices).
18 >
19 > What do you think about this ?
20 >
21 >
22 > cu
23
24 Check out LVM (Logical Volume Manager)
25
26 http://tldp.org/HOWTO/LVM-HOWTO/
27 http://www.gentoo.org/doc/en/lvm2.xml
28
29 Seems to do exactly what you're talking about.
30
31 Chris
32 --
33 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] 1/2 OT: What Linux could learn from mainframes ? Enrico Weigelt <weigelt@×××××.de>