Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-16-2003, 11:08 PM
|
#1
|
Member
Registered: Jun 2003
Distribution: Fedora 3
Posts: 82
Rep:
|
Boot Warning Message
I have Mandrake 9.1. When booting i get the following in the middle of the process:
...
Freeing initrd memory: 46k freed
VFS: Mounted root (ext2 filesystem).
Mounted devfs on /dev
EXT2-fs warning (device ide0(3,5)): ext2_read_super: mounting ext3 filesystem as ext2
Mounted devfs on /dev
Freeing unused kernel memory: 136k freed
...
I converted my partitions \, \home, and \public to ext3 because i wanted to run journalized. Then this warning shows up. Everything is working fine. But I wish to understand better and configure so I do not get this warning.
Can anyone help?
|
|
|
06-16-2003, 11:19 PM
|
#2
|
Member
Registered: Mar 2001
Location: India
Posts: 332
Rep:
|
Hi..
The problem is u are trying to mount ext3 file system as ext2. Check ur fstab settings.
Siddiqu.T
|
|
|
06-16-2003, 11:56 PM
|
#3
|
Member
Registered: Jun 2003
Distribution: Fedora 3
Posts: 82
Original Poster
Rep:
|
Here is fstab:
/dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/hdc,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hda1 /mnt/windows vfat iocharset=iso8859-1,codepage=850,umask=0,defaults 0 0
none /proc proc defaults 0 0
/dev/hda8 /public ext3 defaults 1 2
/dev/hda6 swap swap defaults 0 0
|
|
|
06-17-2003, 01:51 AM
|
#4
|
LQ Guru
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163
Rep:
|
hum
is /dev/hda** really ext3 ?
|
|
|
06-18-2003, 01:23 AM
|
#5
|
Member
Registered: Jun 2003
Distribution: Fedora 3
Posts: 82
Original Poster
Rep:
|
Well I have verified that the three partitions have been journalized. I did find a blurb on redhat site that says that you must boot from initrd. That you must run mkinitrd so that initrd knows what to do from the fstab file. I will try this.
|
|
|
06-18-2003, 01:54 AM
|
#6
|
Senior Member
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152
Rep:
|
Do you have ext3 support compiled in to your kernel? If not, it'll mount ext3 as ext2. It won't work to have ext3 support built as a module because that module resides on the ext3 filesystem which you are unable to mount because the module isn't loaded into the kernel because it's on the ext3 filesystem. . .
|
|
|
06-18-2003, 02:15 AM
|
#7
|
Member
Registered: Jun 2003
Distribution: Fedora 3
Posts: 82
Original Poster
Rep:
|
Good News. It was the initrd. After converting to ext3 and editing fstab you have to create a new initrd using mkinitrd. mkinitrd looks at fstab to create the initd image that is used to boot. I had the old initrd.img file that was set up to boot the root file system as ext2 instaed of ext3. Thanks everyone for input. Your ideas prompted me along.
|
|
|
All times are GMT -5. The time now is 10:25 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|