Hi Ravi,
Kindly try to search from Our Linuxvadapav previous mails. i remember that, i was posted once compleate Kernal compile procedures. any how the below Steps for Your reference. HI LINUX VADAPAV FRIENDS. THIS IS KIND REQUEST THAT FIRST TRY FROM OUR GROUP OLD MAILS, THEN POST YOUR QURIES. ========================================================================= -: Steps to compile kernel 2.6 :- 1> copy kernel tarball file ino /usr/src/kernels/ location & untar into that location 2>tar -jxvf /usr/src/kernels/ linux-2.6. 18.2.tar. bz2 3>cd /usr/src/kernels/ linux-2.6. 18.2 4>make gconfig (graphical) make menuconfig (text) #5> make clean 6> make bzImage 7> make modules 8> make modules_install 9>cp arch/i386/boot/ bzImage /boot/vmlinuz- 2.6.18-2 10>cp /usr/src/kernels/ linux-2.6. 18.2/System. map /boot/System. map-2.6.18- 2 11>ln -s /boot/System. map-2.6.18- 2 /boot/System. map 12> Create initrd :-- #first check into /lib/modules/ 2.6.18.2 --> this is created or not then execute next command mkinitrd /boot/initrd- 2.6.18.2. img 2.6.18.2 Final Steps #vi /etc/grub.conf default=0 timeout=77 splashimage= (hd0,0)/grub/ splash.xpm. gz title Red Hat Enterprise Linux AS (2.6.9-34.EL) root (hd0,0) kernel /vmlinuz-2.6. 9-34.EL ro root=LABEL=/ rhgb quiet initrd /initrd-2.6. 9-34.EL.img title Red Hat Enterprise Linux AS (2.6.18.2) root (hd0,0) kernel /vmlinuz-2.6. 18-2 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6. 18.2.img ==================================================================== Keep in touch, Ilampooranan.S ----- Original Message ---- From: Ravi <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, September 17, 2008 1:14:43 PM Subject: [LinuxVadaPav] Kernel compilation for NTFS support. Can anyone provide me with a complete guide of making RHEL 5 kernel to be compiled so that it can read and write NTFS (file system).Also how can one make a NTFS partition with parted or fdisk. Waiting for a exact and correct configuration of the same. Regards, Ravi. [Non-text portions of this message have been removed]
