On Mon, Jan 27, 2003 at 05:33:59PM +0530, Narsimha Reddy CH wrote: > I am having a linux system with a single hard disk. > I have lot of important data on this hard disk. For > experimental purpose I want to build a new kernel image > from a source which will contain modified code for file > system implementation (the code contains some modifications > to ext2 implementation). Also it may contain lot of bugs > which may corrupt data on the disk. So, after loading the > new linux kernel image, I want to make sure that my old > data stored on the disk must be safe.
If your new code is buggy and corrupts random places of the kernel, then the kernel may do random things, including writing to random places on disk. Maybe you can run your experimental kernel under User Mode Linux. Andries - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
