Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8631 - Gentoo Not Showing Ext3 Correct
Summary: Gentoo Not Showing Ext3 Correct
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-01 21:39 UTC by DasFox
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DasFox 2002-10-01 21:39:57 UTC
Sorry if this report has been recieved, then please disregard this one, as I 
have been having problems with Bugzilla.

Two times I have installed Gentoo 1.4_rc1, and when I made my partitions
for Ext3 it would complete the making of it, then say Ext2 made NOT Ext3
this is the command I ran;

mke2fs -j /dev/hdax  (x = the number I would use)

Also I used the 'Vanilla-Sources' kernel, and compiled in ext3 support NOT as a 
module, and when the kernel boots, at the top of the screen it says 
'Gentoo Booting' and where it's listing the file system it's saying ext2, but 
later down the kernel messages it's showing that it's loading it as ext3, and 
'mount' shows my root partition as ext3.
Comment 1 SpanKY gentoo-dev 2002-10-01 22:00:47 UTC
could you attach the output of `dmesg` right after booting 
Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-10-03 18:12:18 UTC
uhh... ext2 and ext3 are the same filessytem, just one has a journal...
therefore you kinda need to mount -t ext3 any ext3 partition... if you are using
any kernel prior to 2.4.20-preX I forget which version... but recently a bit got
merged to check for journal first so that mount without -t works right.