Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: ext3 install problem, ext3 install mounts as ext2< Next Oldest | Next Newest >
dysanf Offline





Group: Members
Posts: 2
Joined: Feb. 2005
Posted: Feb. 08 2005,15:59 QUOTE

I just downloaded the latest version of dsl (dsl-0.9.3.iso) and installed it on an old compaq armada 7360DMT. During the install I chose the ext3 format option. Now when I boot I get the following error: mounting ext3 filesystem as ext2. When I check /proc/filesystems I don't see ext3 listed. Would someone please help me figure out what I am doing wrong with my install?

Thanks, and thanks for all the hard work on this great distro that truns old hardware into new agian :-)

dysanf
Back to top
Profile PM 
dysanf Offline





Group: Members
Posts: 2
Joined: Feb. 2005
Posted: Feb. 16 2005,19:25 QUOTE

I have done some more checking into this problem. It apears that ext3 support is written in as a module and not complied into the kernel. the module sits on an ext3 partition and has to be read first any Ideas on how to fix this or will there be another release soon that will fix the problem?

Thanks
Back to top
Profile PM 
AwPhuch Offline





Group: Members
Posts: 1404
Joined: April 2004
Posted: Feb. 17 2005,06:19 QUOTE

Too bad there isnt a script built in to activate the ext3 module after boot....once the system is running if ext3 is journaling then Im sure it would work on a reboot without problems

Brian
AwPhuch


--------------
http://www.frappr.com/dsl <-- Where do you use DSL?
http://www.smoothwall.org <-- Ultimate firewall for the world!
http://boinc.mundayweb.com/one/stats.php/userID:6107 <--My BOINC stats!
./S99LinuxRevolution start
Back to top
Profile PM WEB 
AwPhuch Offline





Group: Members
Posts: 1404
Joined: April 2004
Posted: Mar. 02 2005,01:18 QUOTE

Please disreguard my last entry...apparently DSL and KNOPPIX doesnt support ext3, it MUST be compiled into the kernel...not as a module!
Quote
EXT3 Filesystem Upgrade

File systems such as ext3, reiserfs, etc are refered to as journalled file systems. Journaled filesystems are much quicker to recover after a machine crash than than thier non-journalled counterparts as it is not generally necessary to perform a complete "fsck" (file system check)which takes a consideruble amount of time on a large disk. The basic idea is that all updates to the file system are first written to a journal file before being written to the main file system. Each journalled filesystem has it supporters.

The one important thing to remember is that what ever file system you are using on your root partion must be compiled into the kernel; it cannot be a module! This is not 100% true since there are ways round it but you are asking for trouble if the kernel you are using can't read your root file system.

The ext3 file system is an extension of ext2, and it is easy to upgrade from ext2 to the ext3 (it is not possible to down grade explicitly, however, a partition using ext3 can be mounted and used as ext2 since ext3 is simply ext2 with a journal. Once this has been done however the journal is ruined since it is out of sync with the filesystem). First check that your kernel supports ext3 ("cat /proc/filesystems" will list the file systems supported by the kernel; and "lsmod" lists the modules loaded - if ext3 is one of them then do not upgrade your root (/) filesystem). Next run the command "tune2fs -j " to create the journal file. Then edit "/etc/fstab" and change the ext2 to ext3 for the device you have just changed. Finally try to "umount" and then "mount" that filesystem, if you can't "umount" then rebooting is easiest.

If you have installed everything under one partion then upgrading to ext3 is an all or nothing approach. If you have split the disk up into different partions (/, /usr, /home, ...) as I have then just pick one and try it out on that first.


Brian
AwPhuch


--------------
http://www.frappr.com/dsl <-- Where do you use DSL?
http://www.smoothwall.org <-- Ultimate firewall for the world!
http://boinc.mundayweb.com/one/stats.php/userID:6107 <--My BOINC stats!
./S99LinuxRevolution start
Back to top
Profile PM WEB 
cbagger01 Offline





Group: Members
Posts: 4264
Joined: Oct. 2003
Posted: Mar. 02 2005,04:33 QUOTE

If you want a journaling file system, use

Reiserfs 3.x

DSL / KNOPPIX has built in support and reiserfs is faster and more stable than ext3.

ext3 should be used if the user needs backwards compatibility to ext2 for certain utility programs (MSWindows linux FS readers, linux rescue floppys without reiserFS / EXT3 support etc).

I've used reiserfs on a Pentium 60Mhz and have noticed no peformance problems.  I have not done a benchmark test, but this is just my subjective perception.
Back to top
Profile PM 
4 replies since Feb. 08 2005,15:59 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: ext3 install problem

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code