Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ext3 booting as Ext2 [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kamikaze_gerbil
n00b
n00b


Joined: 08 Feb 2003
Posts: 71
Location: Vancouver, Canada

PostPosted: Sat Mar 27, 2004 9:29 am    Post subject: Ext3 booting as Ext2 [Solved] Reply with quote

Had a brown out that caused the computer to reboot and it went into the long prolonged disk checking of ext2. Strange considering I created it as ext3. Looking around I found this:

Code:
EXT2-fs warning (device ide0(3,3)): ext2_read_super: mounting ext3 filesystem as ext2


It does this after all boots. Anyone know why it is mounting as ext2?
:cry:


Last edited by kamikaze_gerbil on Mon Mar 29, 2004 8:08 am; edited 1 time in total
Back to top
View user's profile Send private message
cylgalad
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1327
Location: France

PostPosted: Sat Mar 27, 2004 10:50 am    Post subject: Reply with quote

Check your /etc/fstab, the partition might be marked as ext2 instead of ext3.
Also check if you built your kernel with ext3 in it (not as module).
Back to top
View user's profile Send private message
kamikaze_gerbil
n00b
n00b


Joined: 08 Feb 2003
Posts: 71
Location: Vancouver, Canada

PostPosted: Sat Mar 27, 2004 10:58 am    Post subject: Reply with quote

cylgalad wrote:
Check your /etc/fstab, the partition might be marked as ext2 instead of ext3.
Also check if you built your kernel with ext3 in it (not as module).


My fstab looks ok

Code:
/dev/hda3      /      ext3      noatime         0 1


ext3 is builtin to the kernel:

Code:
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT3_FS_XATTR_SHARING is not set
# CONFIG_EXT3_FS_XATTR_USER is not set
# CONFIG_EXT3_FS_XATTR_TRUSTED is not set
# CONFIG_EXT3_FS_POSIX_ACL is not set


Should I enable the extended attributes? Haven't needed to do that before.
Back to top
View user's profile Send private message
kamikaze_gerbil
n00b
n00b


Joined: 08 Feb 2003
Posts: 71
Location: Vancouver, Canada

PostPosted: Mon Mar 29, 2004 8:12 am    Post subject: Reply with quote

OK, finally figured this out. I deleted the sources, keeping the .config file, and re-emerged them. Ran the whole kernel deal and voila, no more mounting as ext2.
There must have been an error somewhere in the sources that was causing the problem.
So, 12 hours and another problem done. On to the next! :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum