Dear friends,
I compiled kernel on Redhat enterprise linux 3.0 and follow all the as usual steps to compile it.
All the steps are finished without any problem. when in boot with my new kernel, it boot properly without any error msg.
but this time it is not showing
all users Home directories
and other custom directory /usr /u01 /data etc.
and showing only the root (/) is mounted.
while recompiling, it disable SCSI hdd only as my system hv IDE hdd.
can I hv to mount them separately thru fstab or
Is there any option I hv to pass with the Kernel so that it mount all the Filesystem available there.
grub.conf entries
title Red Hat custom kernel
root (hd0,0)
kernel /bzImagenew ro root=LABEL=/
initrd /initrd-2.4.20-8.img
Thanks in Advance,