Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't mount ext2 or ext3 during boot, why?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
colag
n00b
n00b


Joined: 26 Sep 2009
Posts: 63

PostPosted: Fri Jun 29, 2012 2:14 am    Post subject: Can't mount ext2 or ext3 during boot, why? Reply with quote

It's booting kernel 3.4.1 but at the top i see there is a message something like this "Can't mount ex2 ext3 filesystem" . Why is this error?

Code:

Jun 29 localhost kernel: [    1.400279] EXT3-fs (sdb8): error: couldn't mount because of unsupported optional features (240)
Jun 29 localhost kernel: [    1.405200] EXT2-fs (sdb8): error: couldn't mount because of unsupported optional features (240)


grub.cfg
Code:

menuentry 'Gentoo' {
   insmod part_msdos
   insmod ext2
   set root='(hd1,msdos8)'
   search --no-floppy --fs-uuid --set 2f0c3cc8-c08a-4baf-a070-e308211aced3
   linux   /boot/vmlinuz-3.4.1 root=/dev/sdb8 ro  quiet
}
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1576
Location: US

PostPosted: Fri Jun 29, 2012 4:31 am    Post subject: Reply with quote

colag,

It's possible that whatever you used to create/format the partitions added features that are not supported.

What do you get for your partitions with debugfs -R feature /dev/xxx ?

These are my features for an ext3 partition
Code:
debugfs 1.42.4 (12-June-2012)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file

for ext4
Code:
debugfs 1.42.4 (12-June-2012)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize

and for ext2
Code:
debugfs 1.42.4 (12-June-2012)
Filesystem features: ext_attr resize_inode dir_index filetype sparse_super

_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
colag
n00b
n00b


Joined: 26 Sep 2009
Posts: 63

PostPosted: Fri Jun 29, 2012 8:49 am    Post subject: Reply with quote

BillWho wrote:
colag,

It's possible that whatever you used to create/format the partitions added features that are not supported.

What do you get for your partitions with debugfs -R feature /dev/xxx ?

These are my features for an ext3 partition
Code:
debugfs 1.42.4 (12-June-2012)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file

for ext4
Code:
debugfs 1.42.4 (12-June-2012)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize

and for ext2
Code:
debugfs 1.42.4 (12-June-2012)
Filesystem features: ext_attr resize_inode dir_index filetype sparse_super

I have used systemrescuecd(gparted) to format it as ext4.
Code:

debugfs -R feature /dev/sdb8
debugfs 1.41.12 (17-May-2010)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file uninit_bg


Last edited by colag on Fri Jun 29, 2012 9:49 am; edited 1 time in total
Back to top
View user's profile Send private message
aCOSwt
Advocate
Advocate


Joined: 19 Oct 2007
Posts: 2036
Location: Between the keyboard and the chair

PostPosted: Fri Jun 29, 2012 9:07 am    Post subject: Reply with quote

This surprised me as well but you should not really worry : http://forums.gentoo.org/viewtopic-t-924092-start-0-postdays-0-postorder-asc-highlight-.html
_________________
In theory there are no differences between theory and practice. In practice, there are.
Don't try to understand my posts. Immanuel Kant never did, he thinks that only music and laughter do not have to mean anything.
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1576
Location: US

PostPosted: Fri Jun 29, 2012 2:07 pm    Post subject: Reply with quote

colag,

I used a linux mint cd to install gentoo and I also used gparted although I don't experience those messages.

It's possible that they'll abate as you traverse up the kernel ladder. I'm currently running 3.5-rc4.

The messages are placed there as a reference just in case it couldn't boot. Since you're up and running everything is fine :)

Good luck :wink:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
john-doe
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2012
Posts: 123

PostPosted: Fri Jun 29, 2012 2:24 pm    Post subject: Reply with quote

BillWho wrote:
linux mint


good taste dude!
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1576
Location: US

PostPosted: Fri Jun 29, 2012 3:39 pm    Post subject: Reply with quote

john-doe wrote:
BillWho wrote:
linux mint

good taste dude!

To be more precise it was linux mint debian edition (lmde). I don't know if this impacts my 'good taste' or not, but thanks :D
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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