Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Cannot use multiple disks in domU! (missing /dev/xbd[1...9]* devs)
On Tue, 15 Mar 2005 12:17:22 -0800
Jason Thorpe <thorpej%shagadelic.org@localhost> wrote:
> Uh, so tweak the parameters used by init(8)?
The limit is 896:
sbin/init/init.c:
#define NINODE 896
#define FSSIZE ((8192 /* boot area */ \
+ 2 * 8192 /* two copies of superblock */ \
+ 4096 /* cylinder group info */ \
+ NINODE * (128 + 18) /* inode and directory entry */ \
+ mfile[0].len /* size of MAKEDEV file */ \
+ 2 * 4096) / 512) /* some slack */
Can we increase this number?
Home |
Main Index |
Thread Index |
Old Index