Re[2]: [ext2resize] Re[2]: Problem with ext2online
Status: Inactive
Brought to you by:
adilger
From: <ber...@pa...> - 2000-03-27 10:21:15
|
Cheers for that. I put the line into the fs/Config.in file and finally the line appeared into the "make xconfig". I selected the option and make the kernel. I bounced the box and did a quick resize and it WORKS perfectly. As a matter of testing, I used the load testing script described in one of your web page and didn;t have any problem. I will carry on using it and if I have any problem, I will report it to you. Well done guys, it is a major improvment to Linux. Cheers. Bertrand Sirodot. ber...@pa... Internet From: ad...@ho... on 27/03/2000 05:13 To: ext2resize-devel cc: Bertrand SIRODOT bcc: Subject: Re: [ext2resize] Re[2]: Problem with ext2online Lennert writes: > I've looked at the kernel patch and I can't see a config option. Andreas, > where did it go? My mistake, sorry about that. It appears to have fallen out of the recent patches, as I was also working with InterMezzo and OBDFS (real job) in the same kernel tree as ext2online, and I accidentally deleted the config option along with the other (non-ext2online related) changes to Config.in. What you need is: if [ "$CONFIG_EXT2_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then bool ' Online ext2 resize support (DANGEROUS)' CONFIG_EXT2_RESIZE fi in fs/Config.in, after the CONFIG_EXT2_FS option (same for 2.2 and 2.3). I've added this to the kernel patches in the CVS tree and they will make it into the next release, and I've split my kernel development into separate trees to avoid this problem in the future. Cheers, Andreas -- Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto, \ would they cancel out, leaving him still hungry?" http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert _______________________________________________ ext2resize-devel mailing list ext...@li... http://lists.sourceforge.net/mailman/listinfo/ext2resize-devel ---------------------------------------------------------------------------------------------- This message is confidential; its contents do not constitute a commitment by BNP Paribas Group* except where provided for in a written agreement between you and BNP Paribas Group*. Any unauthorised disclosure, use or dissemination, either whole or partial, is prohibited. If you are not the intended recipient of the message, please notify the sender immediately. *BNP Paribas Group is a trading name of BNP SA and Paribas SA Ce message est confidentiel; son contenu ne represente en aucun cas un engagement de la part du groupe BNP Paribas* sous reserve de tout accord conclu par ecrit entre vous et le groupe BNP Paribas*. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee prealablement. Si vous n'etes pas destinataire de ce message, merci d'en avertir immediatement l'expediteur. *Le groupe BNP Paribas est le nom commercial utilise par BNP SA et Paribas SA |