Date: Sat, 8 Apr 2006 21:27:55 +0400 (MSD) From: Dmitry Morozovsky <marck@rinet.ru> To: Stoyan Dimov <freebsd-stable@subscriptions.systeem.com> Cc: freebsd-stable@freebsd.org Subject: Re: PAE and gvinum Message-ID: <20060408211703.T67402@woozle.rinet.ru> In-Reply-To: <200604070342.01315.freebsd-stable@subscriptions.systeem.com> References: <200604070342.01315.freebsd-stable@subscriptions.systeem.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Fri, 7 Apr 2006, Stoyan Dimov wrote: SD> Hi all, SD> SD> I got a machine with 8GB of RAM and plenty of disk space. I need gvinum to SD> manage big number of file systems but PAE enabled kernel does not compile SD> modules. I couldn't figure out how to get vinum statically compiled in the SD> kernel if that is the way to go. I am running 6-STABLE. SD> SD> Please advise on how to get PAE kernel and gvinum working together! I did not test this, but I found no reason to prevent you from compiling gvinum in. Try the patch attached and add line device gvinum to you kernel config file. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ [-- Attachment #2 --] Index: sys/conf/files =================================================================== RCS file: /home/ncvs/src/sys/conf/files,v retrieving revision 1.1031.2.28 diff -u -r1.1031.2.28 files --- sys/conf/files 5 Apr 2006 15:44:09 -0000 1.1031.2.28 +++ sys/conf/files 8 Apr 2006 17:27:46 -0000 @@ -1090,6 +1090,19 @@ geom/shsec/g_shsec.c optional geom_shsec geom/stripe/g_stripe.c optional geom_stripe geom/uzip/g_uzip.c optional geom_uzip +geom/vinum/geom_vinum.c optional gvinum +geom/vinum/geom_vinum_drive.c optional gvinum +geom/vinum/geom_vinum_init.c optional gvinum +geom/vinum/geom_vinum_list.c optional gvinum +geom/vinum/geom_vinum_move.c optional gvinum +geom/vinum/geom_vinum_plex.c optional gvinum +geom/vinum/geom_vinum_raid5.c optional gvinum +geom/vinum/geom_vinum_rename.c optional gvinum +geom/vinum/geom_vinum_rm.c optional gvinum +geom/vinum/geom_vinum_share.c optional gvinum +geom/vinum/geom_vinum_state.c optional gvinum +geom/vinum/geom_vinum_subr.c optional gvinum +geom/vinum/geom_vinum_volume.c optional gvinum geom/zero/g_zero.c optional geom_zero gnu/fs/ext2fs/ext2_alloc.c optional ext2fs \ warning "kernel contains GPL contaminated ext2fs filesystem"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060408211703.T67402>
