* [gentoo-dev] A few ideas...
@ 2003-01-02 12:56 Christian Axelsson
2003-01-02 13:55 ` Celestial Wizard
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Christian Axelsson @ 2003-01-02 12:56 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 856 bytes --]
Hi!
I was sitting and thinking of simplifying the process of having / (and maybe
other partitions) running for a RAM-disk that can be stored on NFS, cdrom, and
maybe even a harddrive (with encrypted fs).
I've never played around with ramdisks and I wonder how much that needs to be
done to make a little shellscript for gentoo that copies down / and other
selected partitions to a iso or something and configures the rest of the system
to boot from that later on.
Another problem might be updating the image, therefor it would be nice with a
single command to rewrite the whole image :)
Anyone wanna help me on this as I have time and would like a feature like that
on some of my computers.
As I said before, it would be nice to have it as a integrated feature of gentoo,
making it alot easier to work with.
--
Christan Axelsson
smiler@lanil.mine.nu
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] A few ideas...
2003-01-02 12:56 [gentoo-dev] A few ideas Christian Axelsson
@ 2003-01-02 13:55 ` Celestial Wizard
2003-01-02 14:28 ` Maik Schreiber
2003-01-02 15:10 ` Christian Axelsson
[not found] ` <200301022346.09192.markc@renta.net>
2003-01-02 22:06 ` Martin Schlemmer
2 siblings, 2 replies; 8+ messages in thread
From: Celestial Wizard @ 2003-01-02 13:55 UTC (permalink / raw
To: gentoo-dev
Christian Axelsson wrote:
<snip>
> I was sitting and thinking of simplifying the process of having / (and maybe
> other partitions) running for a RAM-disk that can be stored on NFS, cdrom, and
> maybe even a harddrive (with encrypted fs).
</snip>
I'm not sure I see why you would want to do this?
One of the things I have thought might be useful with regard to RAM
disks is how Sorceror Linux uses them. Instead of doing compiles on
disk, why not make it on a tmpfs RAM disk? For those with enough
memory, it is extremely fast (no real I/O), and for those that don't it
can use swap. And there is no reason why this can't be an option for
those that wish it. Put an option in the make.profile ?
--
Celestial Wizard
RedHat Certified Engineer
President - South East Brisbane Linux Users Group
http://www.seblug.org/
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] A few ideas...
2003-01-02 13:55 ` Celestial Wizard
@ 2003-01-02 14:28 ` Maik Schreiber
2003-01-02 15:10 ` Christian Axelsson
1 sibling, 0 replies; 8+ messages in thread
From: Maik Schreiber @ 2003-01-02 14:28 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]
> One of the things I have thought might be useful with regard to RAM
> disks is how Sorceror Linux uses them. Instead of doing compiles on
> disk, why not make it on a tmpfs RAM disk? For those with enough
> memory, it is extremely fast (no real I/O), and for those that don't it
> can use swap. And there is no reason why this can't be an option for
> those that wish it. Put an option in the make.profile ?
It's as easy as setting PORTAGE_TMPDIR in /etc/make.conf
--
Maik Schreiber, Gentoo Linux Developer
http://www.gentoo.org
mailto:blizzy@gentoo.org
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] A few ideas...
2003-01-02 13:55 ` Celestial Wizard
2003-01-02 14:28 ` Maik Schreiber
@ 2003-01-02 15:10 ` Christian Axelsson
1 sibling, 0 replies; 8+ messages in thread
From: Christian Axelsson @ 2003-01-02 15:10 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 433 bytes --]
On Thu, 02 Jan 2003 23:55:44 +1000
Celestial Wizard <gentoo@dev.celestialwizard.org> wrote:
<snip>
> I'm not sure I see why you would want to do this?
</snip>
For ie. servers without harddrives, they have pretty static content and sdram is
pretty cheap. I would get a nice speedgain and I could get rid of the annoying
sound of spinning harddrives.
--
Christan Axelsson
smiler@lanil.mine.nu
If it ain't broken, I cant fix it.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <200301022346.09192.markc@renta.net>]
* Re: [gentoo-dev] A few ideas...
2003-01-02 12:56 [gentoo-dev] A few ideas Christian Axelsson
2003-01-02 13:55 ` Celestial Wizard
[not found] ` <200301022346.09192.markc@renta.net>
@ 2003-01-02 22:06 ` Martin Schlemmer
2003-01-03 1:07 ` Christian Axelsson
2 siblings, 1 reply; 8+ messages in thread
From: Martin Schlemmer @ 2003-01-02 22:06 UTC (permalink / raw
To: Christian Axelsson; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]
On Thu, 2 Jan 2003 13:56:40 +0100
Christian Axelsson <smiler@lanil.mine.nu> wrote:
> Hi!
>
> I was sitting and thinking of simplifying the process of having / (and
> maybe other partitions) running for a RAM-disk that can be stored on
> NFS, cdrom, and maybe even a harddrive (with encrypted fs).
>
> I've never played around with ramdisks and I wonder how much that
> needs to be done to make a little shellscript for gentoo that copies
> down / and other selected partitions to a iso or something and
> configures the rest of the system to boot from that later on.
> Another problem might be updating the image, therefor it would be nice
> with a single command to rewrite the whole image :)
>
> Anyone wanna help me on this as I have time and would like a feature
> like that on some of my computers.
>
> As I said before, it would be nice to have it as a integrated feature
> of gentoo, making it alot easier to work with.
>
Check out the Adelie cluster project at:
http://www.cerca.umontreal.ca/hpc/en/projects/adelie/index.html
Support for that have been integrated, and they use diskless clusters
...
> --
> Christan Axelsson
> smiler@lanil.mine.nu
>
--
Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-01-03 1:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-02 12:56 [gentoo-dev] A few ideas Christian Axelsson
2003-01-02 13:55 ` Celestial Wizard
2003-01-02 14:28 ` Maik Schreiber
2003-01-02 15:10 ` Christian Axelsson
[not found] ` <200301022346.09192.markc@renta.net>
2003-01-02 15:13 ` Christian Axelsson
2003-01-02 16:10 ` Paul de Vrieze
2003-01-02 22:06 ` Martin Schlemmer
2003-01-03 1:07 ` Christian Axelsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox