RE: [Leaf-user] ramdisk_size query for DS 1.0.2

2002-03-13 Thread Luis.F.Correia

I'm not sure but I think the maximum size for minix filesystems is 64Mb.

Try Bering, since it uses TMPFS, there should be no limit for the
filesystem.

-Original Message-
From: Vic Berdin [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, March 13, 2002 7:59 AM
To: [EMAIL PROTECTED]
Subject: [Leaf-user] ramdisk_size query for DS 1.0.2


Hello Everyone,

I have a need to increase my syslinux.cfg ramdisk_size declaration to a
value above 65536. My DS box has 128MB physical ram, and it's currently
using 65536, but for database reasons, I'm thinking of jacking this value to
98304.

I did some research on the past mail archives and stumbled upon old queries
posted by other LEAF users talking about a 2.4 package called initrd.lrp,
and  setting additional syslinux.cfg parameters like initrd, and syst_size.
Going thru the archives, I also came across informative exchanges from our
LEAF developers on  modelling the use and packaging of initrd (and root.lrp)
for future the LRPs.

I would like to know if how do I handle/implement this on a DS 2.2.19
environment (if this hasn't been done yet). I really need to raise my ram
disk size to above 64M.

TIA


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] ramdisk_size query for DS 1.0.2

2002-03-13 Thread Charles Steinkuehler

 I have a need to increase my syslinux.cfg ramdisk_size declaration to a
 value above 65536. My DS box has 128MB physical ram, and it's currently
 using 65536, but for database reasons, I'm thinking of jacking this
 value to 98304.

 I did some research on the past mail archives and stumbled upon old
 queries posted by other LEAF users talking about a 2.4 package called
 initrd.lrp, and  setting additional syslinux.cfg parameters like initrd,
 and syst_size. Going thru the archives, I also came across informative
 exchanges from our LEAF developers on  modelling the use and packaging
 of initrd (and root.lrp) for future the LRPs.

 I would like to know if how do I handle/implement this on a DS 2.2.19
 environment (if this hasn't been done yet). I really need to raise my
 ram disk size to above 64M.

As mentioned, the size limit for minix is 64M.  If you want a really huge
ramdisk, you can format and mount one after the system has initally booted.
Ext2 would be a good choice for the file-system...you can get the ext2
userspace tools from the hard-disk support packages, and the Dachstein
kernels have ext2 filesystem support compiled as a loadable module.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] ramdisk_size query for DS 1.0.2

2002-03-13 Thread Jacques Nilo

 I have a need to increase my syslinux.cfg ramdisk_size declaration to a
 value above 65536. My DS box has 128MB physical ram, and it's currently
 using 65536, but for database reasons, I'm thinking of jacking this
 value to 98304.

 I did some research on the past mail archives and stumbled upon old
 queries posted by other LEAF users talking about a 2.4 package called
 initrd.lrp, and  setting additional syslinux.cfg parameters like initrd,
 and syst_size. Going thru the archives, I also came across informative
 exchanges from our LEAF developers on  modelling the use and packaging
 of initrd (and root.lrp) for future the LRPs.

 I would like to know if how do I handle/implement this on a DS 2.2.19
 environment (if this hasn't been done yet). I really need to raise my
 ram disk size to above 64M.
initrd.lrp is a package that was designed for Bering in order to get rid of the
original LRP patches and move on kernel 2.4.x development.
Check
http://leaf.sourceforge.net/devel/jnilo

In this distro, you can use tmp_size=xxM, to allocate xxM of space  /tmp or
log_size=yyM to control max size of /var/log
Jacques



___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] ramdisk_size query for DS 1.0.2

2002-03-13 Thread Jeff Newmiller

On Wed, 13 Mar 2002, Jacques Nilo wrote:

  I have a need to increase my syslinux.cfg ramdisk_size declaration to a
  value above 65536. My DS box has 128MB physical ram, and it's currently
  using 65536, but for database reasons, I'm thinking of jacking this
  value to 98304.
 
  I did some research on the past mail archives and stumbled upon old
  queries posted by other LEAF users talking about a 2.4 package called
  initrd.lrp, and  setting additional syslinux.cfg parameters like initrd,
  and syst_size. Going thru the archives, I also came across informative
  exchanges from our LEAF developers on  modelling the use and packaging
  of initrd (and root.lrp) for future the LRPs.
 
  I would like to know if how do I handle/implement this on a DS 2.2.19
  environment (if this hasn't been done yet). I really need to raise my
  ram disk size to above 64M.
 initrd.lrp is a package that was designed for Bering in order to get rid of the
 original LRP patches and move on kernel 2.4.x development.
 Check
 http://leaf.sourceforge.net/devel/jnilo
 
 In this distro, you can use tmp_size=xxM, to allocate xxM of space  /tmp or
 log_size=yyM to control max size of /var/log
 Jacques

You must use a different filesystem type than the usual minix if you want
a single filesystem of more than 64M.

---
Jeff NewmillerThe .   .  Go Live...
DCN:[EMAIL PROTECTED]Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...2k
---


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] ramdisk_size query for DS 1.0.2

2002-03-13 Thread Vic Berdin

Hello Jacques,

I figured someone from LEAF would suggest this. For starters, I'll try
to minimize/optimize my DS 2.2.19 packages as everything is already well
configured for DS 1.0.2 and hopefully create more ram space. But I'll
definitely look into Bering's offerings as the 2.4 environment seem
quite tempting.

Thanks!

- Original Message -
From: Jacques Nilo [EMAIL PROTECTED]
To: Vic Berdin [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 4:24 AM
Subject: Re: [Leaf-user] ramdisk_size query for DS 1.0.2


  I have a need to increase my syslinux.cfg ramdisk_size declaration
to a
  value above 65536. My DS box has 128MB physical ram, and it's
currently
  using 65536, but for database reasons, I'm thinking of jacking this
  value to 98304.
 
  I did some research on the past mail archives and stumbled upon old
  queries posted by other LEAF users talking about a 2.4 package
called
  initrd.lrp, and  setting additional syslinux.cfg parameters like
initrd,
  and syst_size. Going thru the archives, I also came across
informative
  exchanges from our LEAF developers on  modelling the use and
packaging
  of initrd (and root.lrp) for future the LRPs.
 
  I would like to know if how do I handle/implement this on a DS
2.2.19
  environment (if this hasn't been done yet). I really need to raise
my
  ram disk size to above 64M.
 initrd.lrp is a package that was designed for Bering in order to get
rid of the
 original LRP patches and move on kernel 2.4.x development.
 Check
 http://leaf.sourceforge.net/devel/jnilo

 In this distro, you can use tmp_size=xxM, to allocate xxM of space
/tmp or
 log_size=yyM to control max size of /var/log
 Jacques





___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] ramdisk_size query for DS 1.0.2

2002-03-13 Thread Vic Berdin

Hello Charles,

 As mentioned, the size limit for minix is 64M.

I see.

 If you want a really huge ramdisk, you can format and mount one after
the system has initally booted. Ext2 would be a good choice for the
file-system...you can
 get the ext2 userspace tools from the hard-disk support packages, and
the Dachstein kernels have ext2 filesystem support compiled as a
loadable module.

If stripping my packages even more will not create the space I need, I
will definitely do this.

Thanks!

-
Message: 1
From: Charles Steinkuehler [EMAIL PROTECTED]
To: Vic Berdin [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [Leaf-user] ramdisk_size query for DS 1.0.2
Date: Wed, 13 Mar 2002 09:09:22 -0600

 I have a need to increase my syslinux.cfg ramdisk_size declaration to
a
 value above 65536. My DS box has 128MB physical ram, and it's
currently
 using 65536, but for database reasons, I'm thinking of jacking this
 value to 98304.

 I did some research on the past mail archives and stumbled upon old
 queries posted by other LEAF users talking about a 2.4 package called
 initrd.lrp, and  setting additional syslinux.cfg parameters like
initrd,
 and syst_size. Going thru the archives, I also came across informative
 exchanges from our LEAF developers on  modelling the use and packaging
 of initrd (and root.lrp) for future the LRPs.

 I would like to know if how do I handle/implement this on a DS 2.2.19
 environment (if this hasn't been done yet). I really need to raise my
 ram disk size to above 64M.

As mentioned, the size limit for minix is 64M.  If you want a really
huge
ramdisk, you can format and mount one after the system has initally
booted.
Ext2 would be a good choice for the file-system...you can get the ext2
userspace tools from the hard-disk support packages, and the Dachstein
kernels have ext2 filesystem support compiled as a loadable module.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)




___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] ramdisk_size query for DS 1.0.2

2002-03-13 Thread Jacques Nilo

   I would like to know if how do I handle/implement this on a DS 2.2.19
   environment (if this hasn't been done yet). I really need to raise my
   ram disk size to above 64M.
  initrd.lrp is a package that was designed for Bering in order to get rid of
the
  original LRP patches and move on kernel 2.4.x development.
  Check
  http://leaf.sourceforge.net/devel/jnilo
 
  In this distro, you can use tmp_size=xxM, to allocate xxM of space  /tmp or
  log_size=yyM to control max size of /var/log
  Jacques

 You must use a different filesystem type than the usual minix if you want
 a single filesystem of more than 64M.
Jeff:
Bering uses tmpfs so you do not have the 64M minix limitation.
Jacques


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user